Trace number 2700572

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.11 1800.06

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: SoPlex 1.4.2] [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-2700572-1278535696.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.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.05/0.09	c    (0.1s) probing: 101/1415 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.05/0.09	c presolving (3 rounds):
0.05/0.09	c  0 deleted vars, 0 deleted constraints, 1180 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.09	c  1180 implications, 47 cliques
0.05/0.09	c presolved problem has 2595 variables (1415 bin, 0 int, 0 impl, 1180 cont) and 2408 constraints
0.05/0.09	c    1180 constraints of type <indicator>
0.05/0.09	c       1 constraints of type <knapsack>
0.05/0.09	c      47 constraints of type <setppc>
0.05/0.09	c    1180 constraints of type <linear>
0.05/0.09	c transformed objective value is always integral (scale: 1)
0.05/0.09	c Presolving Time: 0.05
0.05/0.09	c - non default parameters ----------------------------------------------------------------------
0.05/0.09	c # SCIP version 1.2.1.2
0.05/0.09	c 
0.05/0.09	c # frequency for displaying node information lines
0.05/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.09	c display/freq = 10000
0.05/0.09	c 
0.05/0.09	c # maximal time in seconds to run
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/time = 1799.99
0.05/0.09	c 
0.05/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.09	c limits/memory = 3420
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify inequalities
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/linear/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # should presolving try to simplify knapsacks
0.05/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.09	c 
0.05/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.09	c separating/rapidlearning/freq = 0
0.05/0.09	c 
0.05/0.09	c -----------------------------------------------------------------------------------------------
0.05/0.09	c start solving
0.05/0.09	c 
0.05/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.05/0.09	c   0.1s|     1 |     0 |    47 |     - |8694k|   0 |   0 |2595 |2408 |2595 |  48 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   237 |     - |8788k|   0 |   0 |2595 |2408 |2595 | 248 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   269 |     - |8804k|   0 |   0 |2595 |2408 |2595 | 280 | 232 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     2 |   269 |     - |8804k|   0 |   0 |2595 |2408 |2595 | 280 | 232 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.58	o 2
1.49/1.58	c * 1.5s|  1050 |   986 |   742 |   0.5 |  10M|1049 |   - |2595 |2408 |2595 | 416 | 368 |   0 | 611 | 0.000000e+00 | 2.000000e+00 |    Inf 
2.09/2.16	o 1
2.09/2.16	c * 2.0s|  1611 |    50 |  1188 |   0.6 |  10M|1049 |   - |2595 |2408 |2595 | 422 | 483 |   0 | 709 | 0.000000e+00 | 1.000000e+00 |    Inf 
15.39/15.42	c  14.3s| 10000 |   582 | 58538 |   5.8 |  14M|1049 |   - |2595 |6171 |   0 |   0 |  21k|  14k|2022 | 0.000000e+00 | 1.000000e+00 |    Inf 
30.58/30.67	c  28.4s| 20000 |  1079 |125632 |   6.3 |  18M|1049 |   - |2595 |9045 |   0 |   0 |  45k|  32k|3174 | 0.000000e+00 | 1.000000e+00 |    Inf 
45.78/45.89	c  42.6s| 30000 |  1222 |185916 |   6.2 |  19M|1049 |   - |2595 |9766 |   0 |   0 |  63k|  49k|3950 | 0.000000e+00 | 1.000000e+00 |    Inf 
61.79/61.83	c  57.4s| 40000 |  1316 |249728 |   6.2 |  20M|1049 |  24 |2595 |9900 |2595 | 418 |  86k|  67k|4562 | 0.000000e+00 | 1.000000e+00 |    Inf 
77.39/77.42	c  71.9s| 50000 |  1317 |310015 |   6.2 |  20M|1049 |   - |2595 |9497 |   0 |   0 | 106k|  85k|5134 | 0.000000e+00 | 1.000000e+00 |    Inf 
92.88/92.99	c  86.5s| 60000 |  1550 |373625 |   6.2 |  22M|1049 |  58 |2595 |  11k|2595 | 465 | 127k| 102k|5653 | 0.000000e+00 | 1.000000e+00 |    Inf 
109.19/109.21	c   102s| 70000 |  1393 |436457 |   6.2 |  21M|1049 |  35 |2595 |8930 |2595 | 468 | 149k| 120k|6108 | 0.000000e+00 | 1.000000e+00 |    Inf 
124.99/125.00	c   116s| 80000 |  1724 |501469 |   6.3 |  24M|1049 |   - |2595 |  13k|   0 |   0 | 171k| 137k|6554 | 0.000000e+00 | 1.000000e+00 |    Inf 
142.78/142.89	c   133s| 90000 |  1638 |568449 |   6.3 |  24M|1049 |  26 |2595 |  13k|2595 | 437 | 193k| 154k|7021 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.09/159.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.09/159.17	c   148s|100000 |  1584 |634277 |   6.3 |  23M|1049 |  18 |2595 |9928 |2595 | 492 | 217k| 172k|7362 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.99/175.03	c   163s|110000 |  1521 |697637 |   6.3 |  23M|1049 |   - |2595 |  10k|   0 |   0 | 237k| 190k|7725 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.30/191.37	c   179s|120000 |  1520 |759845 |   6.3 |  23M|1049 |  32 |2595 |9660 |2595 | 433 | 261k| 206k|8105 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.69/207.72	c   194s|130000 |  1542 |825737 |   6.3 |  23M|1049 |   - |2595 |8657 |   0 |   0 | 285k| 223k|8382 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.48/223.54	c   209s|140000 |  1505 |890779 |   6.4 |  23M|1049 |  30 |2595 |9363 |2595 | 414 | 306k| 241k|8748 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.89/238.93	c   223s|150000 |  1448 |954656 |   6.4 |  22M|1049 |   - |2595 |8014 |   0 |   0 | 329k| 258k|8992 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.89/254.97	c   238s|160000 |  1375 |  1020k|   6.4 |  22M|1049 |  22 |2595 |8944 |2595 | 439 | 353k| 275k|9341 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.19/270.26	c   252s|170000 |  1375 |  1080k|   6.4 |  24M|1049 |  32 |2595 |  12k|2595 | 427 | 374k| 292k|9536 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.29/286.39	c   267s|180000 |  1482 |  1148k|   6.4 |  24M|1049 |  60 |2595 |  10k|2595 | 446 | 401k| 309k|9825 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.29/303.30	c   283s|190000 |  1606 |  1213k|   6.4 |  26M|1049 |   - |2595 |  15k|   0 |   0 | 426k| 327k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
320.70/320.78	c   300s|200000 |  1556 |  1278k|   6.4 |  26M|1049 |   - |2595 |  14k|   0 |   0 | 448k| 343k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
336.99/337.08	c   315s|210000 |  1519 |  1344k|   6.4 |  24M|1049 |  16 |2595 |  10k|2595 | 409 | 472k| 360k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
352.69/352.71	c   329s|220000 |  1416 |  1406k|   6.4 |  23M|1049 |  44 |2595 |9118 |2595 | 446 | 493k| 377k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
368.80/368.88	c   344s|230000 |  1426 |  1476k|   6.4 |  24M|1049 |   - |2595 |  10k|   0 |   0 | 521k| 395k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
385.20/385.24	c   360s|240000 |  1363 |  1542k|   6.4 |  23M|1049 |  42 |2595 |9734 |2595 | 421 | 545k| 412k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
400.99/401.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.99/401.01	c   374s|250000 |  1273 |  1605k|   6.4 |  24M|1049 |  22 |2595 |  12k|2595 | 458 | 567k| 429k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
417.00/417.02	c   389s|260000 |  1207 |  1666k|   6.4 |  23M|1049 |  40 |2595 |  10k|2595 | 386 | 590k| 446k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
433.09/433.10	c   404s|270000 |  1199 |  1730k|   6.4 |  24M|1049 |   - |2595 |  12k|   0 |   0 | 613k| 462k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
449.60/449.67	c   420s|280000 |  1221 |  1798k|   6.4 |  24M|1049 |  48 |2595 |  14k|2595 | 370 | 638k| 479k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
465.99/466.07	c   435s|290000 |  1128 |  1862k|   6.4 |  22M|1049 |   - |2595 |9717 |   0 |   0 | 660k| 496k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
481.30/481.33	c   450s|300000 |  1071 |  1924k|   6.4 |  22M|1049 |  52 |2595 |9940 |2595 | 451 | 680k| 513k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
497.49/497.50	c   465s|310000 |  1115 |  1992k|   6.4 |  23M|1049 |  24 |2595 |  13k|2595 | 441 | 702k| 530k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
515.20/515.26	c   481s|320000 |  1062 |  2063k|   6.4 |  25M|1049 |  36 |2595 |  16k|2595 | 448 | 725k| 547k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
532.20/532.24	c   497s|330000 |  1050 |  2124k|   6.4 |  24M|1049 |   - |2595 |  14k|   0 |   0 | 747k| 563k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
548.60/548.60	c   513s|340000 |  1198 |  2188k|   6.4 |  24M|1049 |   - |2595 |  12k|   0 |   0 | 769k| 579k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
565.10/565.15	c   528s|350000 |  1159 |  2256k|   6.4 |  25M|1049 |   - |2595 |  13k|   0 |   0 | 794k| 596k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
581.81/581.80	c   544s|360000 |  1141 |  2324k|   6.5 |  25M|1049 |   - |2595 |  13k|   0 |   0 | 819k| 612k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
599.10/599.16	c   560s|370000 |  1243 |  2400k|   6.5 |  26M|1049 |  26 |2595 |  15k|2595 | 442 | 845k| 628k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
615.90/615.91	c   576s|380000 |  1083 |  2466k|   6.5 |  23M|1049 |  54 |2595 |9633 |2595 | 409 | 868k| 645k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
631.71/631.77	c   591s|390000 |   990 |  2530k|   6.5 |  23M|1049 |   - |2595 |  11k|   0 |   0 | 892k| 662k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
647.40/647.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.40/647.44	c   605s|400000 |   925 |  2593k|   6.5 |  23M|1049 |  64 |2595 |  10k|2595 | 378 | 914k| 678k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
663.30/663.40	c   620s|410000 |   939 |  2659k|   6.5 |  24M|1049 |  36 |2595 |  13k|2595 | 437 | 939k| 694k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
680.21/680.28	c   636s|420000 |  1075 |  2724k|   6.5 |  24M|1049 |   - |2595 |  12k|   0 |   0 | 962k| 710k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
697.10/697.11	c   652s|430000 |  1111 |  2798k|   6.5 |  25M|1049 |  34 |2595 |  13k|2595 | 439 | 984k| 727k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
714.31/714.34	c   668s|440000 |  1038 |  2873k|   6.5 |  25M|1049 |   - |2595 |  13k|   0 |   0 |1004k| 745k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
730.21/730.29	c   683s|450000 |  1049 |  2935k|   6.5 |  25M|1049 |  48 |2595 |  14k|2595 | 387 |1023k| 762k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
746.81/746.86	c   698s|460000 |  1119 |  2997k|   6.5 |  27M|1049 |  38 |2595 |  18k|2595 | 468 |1046k| 778k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
764.90/764.95	c   716s|470000 |  1172 |  3063k|   6.5 |  26M|1049 |   - |2595 |  15k|   0 |   0 |1070k| 793k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
782.11/782.11	c   732s|480000 |  1044 |  3127k|   6.5 |  25M|1049 |  50 |2595 |  13k|2595 | 445 |1092k| 809k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
798.31/798.38	c   747s|490000 |  1019 |  3197k|   6.5 |  25M|1049 |  37 |2595 |  12k|2595 | 454 |1113k| 825k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
814.91/814.99	c   762s|500000 |  1066 |  3266k|   6.5 |  26M|1049 |   - |2595 |  15k|   0 |   0 |1137k| 842k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
832.61/832.60	c   779s|510000 |   972 |  3332k|   6.5 |  26M|1049 |   - |2595 |  15k|   0 |   0 |1160k| 858k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
849.71/849.77	c   795s|520000 |  1082 |  3399k|   6.5 |  28M|1049 |   - |2595 |  20k|   0 |   0 |1181k| 874k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
867.51/867.52	c   812s|530000 |  1098 |  3462k|   6.5 |  28M|1049 |  12 |2595 |  19k|2595 | 433 |1205k| 890k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
885.91/885.99	c   829s|540000 |  1102 |  3522k|   6.5 |  29M|1049 |  20 |2595 |  23k|2595 | 431 |1225k| 906k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
906.51/906.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.51/906.52	c   849s|550000 |  1110 |  3586k|   6.5 |  30M|1049 |   - |2595 |  26k|   0 |   0 |1247k| 922k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
926.61/926.62	c   868s|560000 |  1144 |  3649k|   6.5 |  30M|1049 |  54 |2595 |  23k|2595 | 398 |1268k| 937k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
945.81/945.80	c   886s|570000 |  1120 |  3712k|   6.5 |  29M|1049 |   - |2595 |  20k|   0 |   0 |1291k| 952k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
963.52/963.56	c   903s|580000 |  1273 |  3776k|   6.5 |  30M|1049 |   - |2595 |  21k|   0 |   0 |1314k| 968k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
981.81/981.85	c   920s|590000 |  1113 |  3841k|   6.5 |  28M|1049 |  48 |2595 |  17k|2595 | 396 |1334k| 984k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
999.61/999.65	c   937s|600000 |  1081 |  3904k|   6.5 |  28M|1049 |  46 |2595 |  17k|2595 | 406 |1358k| 999k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1017.42/1017.49	c   954s|610000 |  1032 |  3967k|   6.5 |  27M|1049 |  30 |2595 |  15k|2595 | 460 |1383k|1015k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1036.22/1036.22	c   971s|620000 |  1050 |  4042k|   6.5 |  28M|1049 |  42 |2595 |  19k|2595 | 492 |1407k|1031k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1054.42/1054.49	c   988s|630000 |  1221 |  4109k|   6.5 |  30M|1049 |   - |2595 |  22k|   0 |   0 |1433k|1047k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1073.52/1073.58	c  1006s|640000 |  1219 |  4174k|   6.5 |  32M|1049 |   - |2595 |  26k|   0 |   0 |1457k|1063k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1093.62/1093.65	c  1026s|650000 |  1293 |  4242k|   6.5 |  33M|1049 |  28 |2595 |  29k|2595 | 415 |1480k|1078k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1115.42/1115.49	c  1046s|660000 |  1291 |  4309k|   6.5 |  33M|1049 |  48 |2595 |  27k|2595 | 537 |1501k|1094k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1135.23/1135.23	c  1065s|670000 |  1279 |  4373k|   6.5 |  32M|1049 |   - |2595 |  26k|   0 |   0 |1520k|1109k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1155.12/1155.10	c  1084s|680000 |  1189 |  4437k|   6.5 |  31M|1049 |   - |2595 |  24k|   0 |   0 |1543k|1125k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1176.41/1176.46	c  1104s|690000 |  1231 |  4503k|   6.5 |  33M|1049 |  40 |2595 |  28k|2595 | 402 |1574k|1139k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1195.62/1195.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.62/1195.70	c  1122s|700000 |  1258 |  4570k|   6.5 |  31M|1049 |  30 |2595 |  20k|2595 | 501 |1598k|1155k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1213.92/1213.92	c  1140s|710000 |  1236 |  4639k|   6.5 |  31M|1049 |   - |2595 |  20k|   0 |   0 |1618k|1171k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1231.52/1231.50	c  1156s|720000 |  1184 |  4704k|   6.5 |  29M|1049 |  36 |2595 |  15k|2595 | 378 |1640k|1187k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1248.12/1248.20	c  1172s|730000 |  1099 |  4770k|   6.5 |  27M|1049 |  46 |2595 |  11k|2595 | 438 |1663k|1204k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1264.42/1264.40	c  1187s|740000 |  1144 |  4838k|   6.5 |  27M|1049 |  30 |2595 |  11k|2595 | 402 |1684k|1221k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1281.22/1281.28	c  1203s|750000 |  1723 |  4913k|   6.6 |  30M|1049 |   - |2595 |  14k|   0 |   0 |1710k|1238k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1298.92/1298.90	c  1219s|760000 |  1847 |  4982k|   6.6 |  31M|1049 |  34 |2595 |  14k|2595 | 497 |1732k|1255k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1316.02/1316.09	c  1235s|770000 |  1779 |  5049k|   6.6 |  31M|1049 |  30 |2595 |  13k|2595 | 457 |1755k|1272k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1332.92/1332.92	c  1251s|780000 |  1668 |  5115k|   6.6 |  31M|1049 |   - |2595 |  13k|   0 |   0 |1775k|1290k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1350.13/1350.10	c  1267s|790000 |  1547 |  5182k|   6.6 |  30M|1049 |   - |2595 |  14k|   0 |   0 |1798k|1307k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1367.02/1367.09	c  1283s|800000 |  1462 |  5246k|   6.6 |  30M|1049 |  61 |2595 |  14k|2595 | 460 |1819k|1324k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1385.02/1385.04	c  1300s|810000 |  1438 |  5315k|   6.6 |  31M|1049 |  38 |2595 |  15k|2595 | 456 |1841k|1340k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1402.92/1402.95	c  1317s|820000 |  1323 |  5386k|   6.6 |  29M|1049 |   - |2595 |  13k|   0 |   0 |1866k|1356k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1419.62/1419.65	c  1333s|830000 |  1303 |  5449k|   6.6 |  30M|1049 |  56 |2595 |  14k|2595 | 467 |1887k|1373k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1437.12/1437.14	c  1349s|840000 |  1405 |  5514k|   6.6 |  32M|1049 |  22 |2595 |  19k|2595 | 464 |1907k|1389k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1455.73/1455.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.73/1455.74	c  1367s|850000 |  1284 |  5576k|   6.6 |  30M|1049 |  36 |2595 |  16k|2595 | 468 |1927k|1404k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1473.43/1473.42	c  1383s|860000 |  1326 |  5643k|   6.6 |  31M|1049 |   - |2595 |  18k|   0 |   0 |1949k|1421k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1491.42/1491.49	c  1400s|870000 |  1310 |  5708k|   6.6 |  31M|1049 |  24 |2595 |  19k|2595 | 475 |1971k|1437k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1510.02/1510.02	c  1418s|880000 |  1202 |  5772k|   6.6 |  30M|1049 |  50 |2595 |  17k|2595 | 457 |1995k|1452k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1528.03/1528.02	c  1435s|890000 |  1269 |  5838k|   6.6 |  31M|1049 |  40 |2595 |  18k|2595 | 431 |2013k|1468k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1546.53/1546.59	c  1452s|900000 |  1325 |  5902k|   6.6 |  32M|1049 |   - |2595 |  21k|   0 |   0 |2031k|1484k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1566.83/1566.86	c  1472s|910000 |  1449 |  5968k|   6.6 |  34M|1049 |   - |2595 |  24k|   0 |   0 |2052k|1501k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1587.93/1587.97	c  1492s|920000 |  1264 |  6031k|   6.6 |  33M|1049 |  24 |2595 |  22k|2595 | 444 |2071k|1517k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1608.33/1608.38	c  1511s|930000 |  1208 |  6100k|   6.6 |  33M|1049 |   - |2595 |  23k|   0 |   0 |2092k|1533k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1626.93/1626.97	c  1529s|940000 |  1222 |  6165k|   6.6 |  32M|1049 |  57 |2595 |  21k|2595 | 424 |2114k|1549k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1646.83/1646.87	c  1547s|950000 |  1196 |  6234k|   6.6 |  31M|1049 |   - |2595 |  17k|   0 |   0 |2139k|1565k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1666.03/1666.02	c  1565s|960000 |  1161 |  6305k|   6.6 |  30M|1049 |   - |2595 |  15k|   0 |   0 |2164k|1582k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1683.43/1683.48	c  1582s|970000 |  1271 |  6375k|   6.6 |  30M|1049 |  46 |2595 |  13k|2595 | 462 |2187k|1599k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1700.93/1700.92	c  1599s|980000 |  1222 |  6445k|   6.6 |  31M|1049 |   - |2595 |  16k|   0 |   0 |2209k|1615k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1717.83/1717.88	c  1615s|990000 |  1119 |  6511k|   6.6 |  29M|1049 |   - |2595 |  12k|   0 |   0 |2230k|1631k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1734.74/1734.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1734.74/1734.76	c  1631s|  1000k|  1059 |  6577k|   6.6 |  29M|1049 |  50 |2595 |  12k|2595 | 459 |2252k|1647k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1751.53/1751.53	c  1647s|  1010k|  1022 |  6646k|   6.6 |  28M|1049 |  25 |2595 |  11k|2595 | 396 |2276k|1664k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1768.53/1768.54	c  1663s|  1020k|   989 |  6710k|   6.6 |  28M|1049 |  22 |2595 |  13k|2595 | 508 |2300k|1680k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1785.83/1785.83	c  1679s|  1030k|   946 |  6778k|   6.6 |  28M|1049 |  46 |2595 |  12k|2595 | 457 |2322k|1696k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1692.89
1800.04/1800.00	c Solving Nodes      : 1038222
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (2 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.02	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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 
1800.04/1800.02	v x1 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1692.89
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2700572-1278535696.wbo
1800.04/1800.02	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.04/1800.02	c   Constraints      : 2408 initial, 2408 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2700572-1278535696.wbo
1800.04/1800.02	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.04/1800.02	c   Constraints      : 2408 initial, 30855 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.01          0          0          0       1180          0          0          0          0
1800.04/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -       1180          -          -       2360          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0    1162104          0          7        561          0          0    1353986
1800.04/1800.02	c   indicator        :       1180          0       2010       1628          0          0       3587          0          0          0
1800.04/1800.02	c   knapsack         :          1          3    5448602     484739          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :         47          3    5448602     484739          0     350801    7148401          0          0          0
1800.04/1800.02	c   linear           :       1180          3    5097801     484739          0     184988   19551264    2339509          0          0
1800.04/1800.02	c   logicor          :          0+         0    3381082          0          0     100295    1968997          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0       1567          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :      28.79       0.00       0.00      28.79       0.00
1800.04/1800.02	c   indicator        :       0.08       0.00       0.02       0.06       0.00
1800.04/1800.02	c   knapsack         :       0.03       0.00       0.02       0.01       0.00
1800.04/1800.02	c   setppc           :      47.53       0.00      47.24       0.29       0.00
1800.04/1800.02	c   linear           :     100.92       0.00      91.90       9.02       0.00
1800.04/1800.02	c   logicor          :     207.61       0.00     207.61       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       0.00          2          0          0
1800.04/1800.02	c   rootredcost      :       0.00          2          0       1180
1800.04/1800.02	c   pseudoobj        :     107.92    5448402          0          0
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :      23.33     636084     636049    4750666       24.8      27151       19.0          -
1800.04/1800.02	c   infeasible LP    :       0.00          7          7         68       23.8          0        0.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.02	c   applied globally :          -          -          -    1710407       19.6          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.02	c   redcost          :      34.29    1160559          0        152          0          0
1800.04/1800.02	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.02	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.02	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :      28.78     677365          7        561          0          0    1353986
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.12       1565          0          0          0          0       3130
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.00          -          2
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   crossover        :       0.00          0          0
1800.04/1800.02	c   oneopt           :       0.01          2          0
1800.04/1800.02	c   rootsoldiving    :       0.00          1          0
1800.04/1800.02	c   feaspump         :       0.02          1          0
1800.04/1800.02	c   coefdiving       :       0.01          2          0
1800.04/1800.02	c   linesearchdiving :       0.00          2          0
1800.04/1800.02	c   guideddiving     :       0.00          2          0
1800.04/1800.02	c   pscostdiving     :       0.00          2          0
1800.04/1800.02	c   fracdiving       :       0.00          2          0
1800.04/1800.02	c   veclendiving     :       0.00          2          0
1800.04/1800.02	c   intshifting      :       0.00          3          0
1800.04/1800.02	c   objpscostdiving  :       0.00          2          0
1800.04/1800.02	c   trivial          :       0.00          2          0
1800.04/1800.02	c   simplerounding   :       0.05          0          0
1800.04/1800.02	c   zirounding       :       0.00       1000          0
1800.04/1800.02	c   rounding         :       1.37      11595          0
1800.04/1800.02	c   shifting         :       0.63       3682          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.00          0          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.00          0          0
1800.04/1800.02	c   trysol           :       0.00          7          0
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :     619.55    1160422    6829368       5.89   11023.11
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       0.00         35        346       9.89          -
1800.04/1800.02	c   strong branching :      20.51      21784     117429       5.39    5725.45
1800.04/1800.02	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :    1038222
1800.04/1800.02	c   nodes (total)    :    1038222
1800.04/1800.02	c   nodes left       :        933
1800.04/1800.02	c   max depth        :       1049
1800.04/1800.02	c   max depth (total):       1049
1800.04/1800.02	c   backtracks       :     283369 (27.3%)
1800.04/1800.02	c   delayed cutoffs  :     316404
1800.04/1800.02	c   repropagations   :    1101750 (11757909 domain reductions, 276408 cutoffs)
1800.04/1800.02	c   avg switch length:       4.84
1800.04/1800.02	c   switching time   :     228.95
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :          2 (2 improvements)
1800.04/1800.02	c   First Solution   : +2.00000000000000e+00   (in run 1, after 1050 nodes, 1.48 seconds, depth 1049, found by <relaxation>)
1800.04/1800.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1611 nodes, 2.03 seconds, depth 1044, found by <relaxation>)
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :        269
1800.04/1800.06	c Time complete: 1800.1.

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-2700572-1278535696/watcher-2700572-1278535696 -o /tmp/evaluation-result-2700572-1278535696/solver-2700572-1278535696 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700572-1278535696.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.69 3/196 17458
/proc/meminfo: memFree=30384652/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=9396 CPUtime=0
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 1646 0 0 0 0 0 0 0 24 0 1 0 21782147 9621504 1566 4089446400 4194304 8223781 140735137475136 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17458/statm: 2349 1567 369 984 0 1362 0

[startup+0.0535701 s]
/proc/loadavg: 2.00 1.97 1.69 3/196 17458
/proc/meminfo: memFree=30384652/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=22576 CPUtime=0.05
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 5830 0 0 0 4 1 0 0 24 0 1 0 21782147 23117824 4615 4089446400 4194304 8223781 140735137475136 18446744073709551615 4442938 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17458/statm: 5644 4615 456 984 0 4657 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22576

[startup+0.100572 s]
/proc/loadavg: 2.00 1.97 1.69 3/196 17458
/proc/meminfo: memFree=30384652/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=25804 CPUtime=0.09
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 7765 0 0 0 8 1 0 0 24 0 1 0 21782147 26423296 5509 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17458/statm: 6451 5509 545 984 0 5464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25804

[startup+0.300525 s]
/proc/loadavg: 2.00 1.97 1.69 3/196 17458
/proc/meminfo: memFree=30384652/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=26836 CPUtime=0.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 8038 0 0 0 27 2 0 0 25 0 1 0 21782147 27480064 5782 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17458/statm: 6709 5782 551 984 0 5722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26836

[startup+0.700414 s]
/proc/loadavg: 2.00 1.97 1.69 3/196 17458
/proc/meminfo: memFree=30384652/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=27792 CPUtime=0.69
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 8289 0 0 0 65 4 0 0 25 0 1 0 21782147 28459008 6033 4089446400 4194304 8223781 140735137475136 18446744073709551615 6329664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17458/statm: 6948 6033 552 984 0 5961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27792

[startup+1.50031 s]
/proc/loadavg: 2.00 1.97 1.69 4/197 17459
/proc/meminfo: memFree=30361332/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=28472 CPUtime=1.49
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 8480 0 0 0 141 8 0 0 25 0 1 0 21782147 29155328 6222 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17458/statm: 7118 6222 552 984 0 6131 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28472

[startup+3.10102 s]
/proc/loadavg: 2.00 1.97 1.69 4/197 17459
/proc/meminfo: memFree=30359524/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=29984 CPUtime=3.08
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 8899 0 0 0 291 17 0 0 25 0 1 0 21782147 30703616 6598 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 7496 6598 560 984 0 6509 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29984

[startup+6.30044 s]
/proc/loadavg: 2.00 1.97 1.70 3/197 17460
/proc/meminfo: memFree=30356548/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=32904 CPUtime=6.28
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 9616 0 0 0 587 41 0 0 25 0 1 0 21782147 33693696 7313 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 8226 7313 560 984 0 7239 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32904

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.70 3/197 17460
/proc/meminfo: memFree=30353588/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=34700 CPUtime=12.68
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 10078 0 0 0 1179 89 0 0 25 0 1 0 21782147 35532800 7770 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 8675 7770 560 984 0 7688 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34700

[startup+25.501 s]
/proc/loadavg: 2.00 1.97 1.70 3/197 17460
/proc/meminfo: memFree=30350036/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=39160 CPUtime=25.49
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 11206 0 0 0 2365 184 0 0 25 0 1 0 21782147 40099840 8896 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 9790 8896 560 984 0 8803 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39160

[startup+51.1004 s]
/proc/loadavg: 2.00 1.97 1.71 3/197 17461
/proc/meminfo: memFree=30344056/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=44256 CPUtime=51.09
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 12464 0 0 0 4748 361 0 0 25 0 1 0 21782147 45318144 10154 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 11064 10154 560 984 0 10077 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44256

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.72 3/197 17462
/proc/meminfo: memFree=30337804/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=49696 CPUtime=102.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 13792 0 0 0 9519 710 0 0 25 0 1 0 21782147 50888704 11482 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 12424 11482 565 984 0 11437 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49696

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/197 17464
/proc/meminfo: memFree=30333156/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=53996 CPUtime=162.28
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 14781 0 0 0 15125 1103 0 0 25 0 1 0 21782147 55291904 12471 4089446400 4194304 8223781 140735137475136 18446744073709551615 6003003 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 13499 12471 565 984 0 12512 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 53996

[startup+222.3 s]
/proc/loadavg: 2.03 1.99 1.75 3/197 17465
/proc/meminfo: memFree=30332348/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=54204 CPUtime=222.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 14870 0 0 0 20739 1490 0 0 25 0 1 0 21782147 55504896 12559 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 13551 12559 565 984 0 12564 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 54204

[startup+282.301 s]
/proc/loadavg: 2.01 1.99 1.77 3/197 17467
/proc/meminfo: memFree=30331904/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=54356 CPUtime=282.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 14928 0 0 0 26344 1885 0 0 25 0 1 0 21782147 55660544 12594 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 13589 12594 565 984 0 12602 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54356

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 1.79 3/197 17468
/proc/meminfo: memFree=30330340/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=55976 CPUtime=342.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15280 0 0 0 31968 2261 0 0 25 0 1 0 21782147 57319424 12946 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 13994 12946 565 984 0 13007 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 55976

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.80 3/197 17470
/proc/meminfo: memFree=30329908/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=56208 CPUtime=402.29
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15357 0 0 0 37570 2659 0 0 25 0 1 0 21782147 57556992 13011 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 14052 13011 565 984 0 13065 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 56208

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.81 3/197 17472
/proc/meminfo: memFree=30329940/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=56208 CPUtime=462.3
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15370 0 0 0 43189 3041 0 0 25 0 1 0 21782147 57556992 13015 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 14052 13015 565 984 0 13065 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56208

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/197 17473
/proc/meminfo: memFree=30327908/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=58176 CPUtime=522.3
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15730 0 0 0 48796 3434 0 0 25 0 1 0 21782147 59572224 13364 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 14544 13364 565 984 0 13557 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 58176

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/197 17475
/proc/meminfo: memFree=30327700/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=58812 CPUtime=582.3
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15837 0 0 0 54423 3807 0 0 25 0 1 0 21782147 60223488 13471 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 14703 13471 565 984 0 13716 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 58812

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/197 17476
/proc/meminfo: memFree=30323912/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=58812 CPUtime=642.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 15870 0 0 0 60052 4179 0 0 25 0 1 0 21782147 60223488 13504 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 14703 13504 565 984 0 13716 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 58812

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/197 17700
/proc/meminfo: memFree=30318604/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=60372 CPUtime=822.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 16235 0 0 0 76933 5298 0 0 25 0 1 0 21782147 61820928 13869 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 15093 13869 565 984 0 14106 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 60372

[startup+882.3 s]
/proc/loadavg: 2.06 2.01 1.86 3/197 17702
/proc/meminfo: memFree=30316424/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=61584 CPUtime=882.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 16552 0 0 0 82581 5650 0 0 25 0 1 0 21782147 63062016 14186 4089446400 4194304 8223781 140735137475136 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 15396 14186 565 984 0 14409 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 61584

[startup+942.301 s]
/proc/loadavg: 2.07 2.03 1.87 3/197 17703
/proc/meminfo: memFree=30314116/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=63424 CPUtime=942.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 16989 0 0 0 88266 5965 0 0 25 0 1 0 21782147 64946176 14623 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 15856 14623 565 984 0 14869 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 63424

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 1.88 3/197 17705
/proc/meminfo: memFree=30312564/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=63424 CPUtime=1002.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 17005 0 0 0 93929 6302 0 0 25 0 1 0 21782147 64946176 14639 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 15856 14639 565 984 0 14869 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 63424

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/197 17707
/proc/meminfo: memFree=30311008/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=64660 CPUtime=1062.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 17247 0 0 0 99581 6650 0 0 25 0 1 0 21782147 66211840 14879 4089446400 4194304 8223781 140735137475136 18446744073709551615 4209178 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 16165 14879 565 984 0 15178 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 64660

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/197 17708
/proc/meminfo: memFree=30308972/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=66664 CPUtime=1122.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 17700 0 0 0 105275 6956 0 0 25 0 1 0 21782147 68263936 15318 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 16666 15318 565 984 0 15679 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 66664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/197 17710
/proc/meminfo: memFree=30308052/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=67404 CPUtime=1182.31
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 17884 0 0 0 110970 7261 0 0 25 0 1 0 21782147 69021696 15500 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 16851 15500 565 984 0 15864 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 67404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/197 17711
/proc/meminfo: memFree=30307484/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=67404 CPUtime=1242.32
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 17895 0 0 0 116630 7602 0 0 25 0 1 0 21782147 69021696 15508 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 16851 15508 565 984 0 15864 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 67404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 17713
/proc/meminfo: memFree=30306044/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=68312 CPUtime=1302.33
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18120 0 0 0 122251 7982 0 0 25 0 1 0 21782147 69951488 15721 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17078 15721 565 984 0 16091 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 68312

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 17715
/proc/meminfo: memFree=30305480/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=68312 CPUtime=1362.32
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18129 0 0 0 127892 8340 0 0 25 0 1 0 21782147 69951488 15730 4089446400 4194304 8223781 140735137475136 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17078 15730 565 984 0 16091 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 68312

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 1.91 3/197 17716
/proc/meminfo: memFree=30304676/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69076 CPUtime=1422.33
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18218 0 0 0 133530 8703 0 0 25 0 1 0 21782147 70733824 15819 4089446400 4194304 8223781 140735137475136 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17269 15819 565 984 0 16282 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 69076

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 1.92 3/197 17718
/proc/meminfo: memFree=30304356/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69120 CPUtime=1482.32
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18243 0 0 0 139185 9047 0 0 25 0 1 0 21782147 70778880 15844 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17280 15844 565 984 0 16293 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 69120

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 1.92 3/197 17719
/proc/meminfo: memFree=30303792/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69120 CPUtime=1542.32
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18289 0 0 0 144839 9393 0 0 25 0 1 0 21782147 70778880 15887 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17280 15887 565 984 0 16293 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 69120

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/197 17721
/proc/meminfo: memFree=30303720/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69668 CPUtime=1602.32
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18547 0 0 0 150527 9705 0 0 25 0 1 0 21782147 71340032 15987 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17417 15987 565 984 0 16430 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 69668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/197 17723
/proc/meminfo: memFree=30303164/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69668 CPUtime=1662.33
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18607 0 0 0 156202 10031 0 0 25 0 1 0 21782147 71340032 16044 4089446400 4194304 8223781 140735137475136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17417 16044 565 984 0 16430 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 69668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/197 17724
/proc/meminfo: memFree=30302844/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69696 CPUtime=1722.33
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18608 0 0 0 161899 10334 0 0 25 0 1 0 21782147 71368704 16045 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17424 16045 565 984 0 16437 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 69696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/197 17726
/proc/meminfo: memFree=30302896/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69696 CPUtime=1782.34
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18609 0 0 0 167606 10628 0 0 25 0 1 0 21782147 71368704 16046 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17424 16046 565 984 0 16437 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 69696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/197 17726
/proc/meminfo: memFree=30302864/32951124 swapFree=67111528/67111528
[pid=17458] ppid=17456 vsize=69696 CPUtime=1800.04
/proc/17458/stat : 17458 (pbscip.linux.x8) R 17456 17458 16901 0 -1 4202496 18611 0 0 0 169290 10714 0 0 25 0 1 0 21782147 71368704 16048 4089446400 4194304 8223781 140735137475136 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17458/statm: 17424 16048 565 984 0 16437 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 69696

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

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

Child status: 0
Real time (s): 1800.06
CPU time (s): 1800.11
CPU user time (s): 1692.95
CPU system time (s): 107.152
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69696

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

runsolver used 2.72558 second user time and 5.79312 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-07 22:48:16
IDJOB=2700572
IDBENCH=79440
IDSOLVER=1204
FILE ID=node137/2700572-1278535696
PBS_JOBID= 11239203
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as 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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700572-1278535696/watcher-2700572-1278535696 -o /tmp/evaluation-result-2700572-1278535696/solver-2700572-1278535696 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2700572-1278535696.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1449282861

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30385180 kB
Buffers:        137536 kB
Cached:        2184984 kB
SwapCached:          0 kB
Active:        1160008 kB
Inactive:      1264064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30385180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5144 kB
Writeback:           0 kB
AnonPages:      101568 kB
Mapped:          20248 kB
Slab:            77980 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1637612 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= 73604 MiB
End job on node137 at 2010-07-07 23:18:18