Trace number 3717609

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedMSAT 1796.89 1797.18

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-2_wcsp.wbo
MD5SUMf22a0f0686559d8ded0c30a6073a8ba7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2185
Best CPU time to get the best result obtained on this benchmark1796.89
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables900
Total number of constraints11878
Number of soft constraints11428
Number of constraints which are clauses11428
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 11428
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3717609-1338204532.wbo>
0.01/0.04	c original problem has 12328 variables (12328 bin, 0 int, 0 impl, 0 cont) and 11879 constraints
0.01/0.04	c problem read in 0.04
0.19/0.20	c presolving:
0.19/0.27	c (round 1) 450 del vars, 450 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 900 impls, 0 clqs
0.29/0.30	c (round 2) 450 del vars, 450 del conss, 0 add conss, 11428 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 900 impls, 0 clqs
4.69/4.77	c    (4.8s) probing: 1000/11878 (8.4%) - 0 fixings, 0 aggregations, 999 implications, 0 bound changes
4.69/4.77	c    (4.8s) probing: 1001/11878 (8.4%) - 0 fixings, 0 aggregations, 1000 implications, 0 bound changes
4.69/4.77	c    (4.8s) probing aborted: 1000/1000 successive useless probings
4.69/4.78	c presolving (3 rounds):
4.69/4.78	c  450 deleted vars, 450 deleted constraints, 0 added constraints, 11428 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.69/4.78	c  12328 implications, 0 cliques
4.69/4.78	c presolved problem has 23306 variables (11878 bin, 0 int, 11428 impl, 0 cont) and 22857 constraints
4.69/4.78	c       1 constraints of type <knapsack>
4.69/4.78	c   11428 constraints of type <linear>
4.69/4.78	c   11428 constraints of type <indicator>
4.69/4.78	c transformed objective value is always integral (scale: 1)
4.69/4.78	c Presolving Time: 4.71
4.69/4.78	c - non default parameters ----------------------------------------------------------------------
4.69/4.78	c # SCIP version 2.1.1.4
4.69/4.78	c 
4.69/4.78	c # maximal time in seconds to run
4.69/4.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.69/4.78	c limits/time = 1797
4.69/4.78	c 
4.69/4.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.69/4.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.69/4.79	c limits/memory = 13950
4.69/4.79	c 
4.69/4.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.69/4.79	c # [type: int, range: [1,2], default: 1]
4.69/4.79	c timing/clocktype = 2
4.69/4.79	c 
4.69/4.79	c # belongs reading time to solving time?
4.69/4.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.69/4.79	c timing/reading = TRUE
4.69/4.79	c 
4.69/4.79	c # force restart if we have a max FS instance and gap is 1?
4.69/4.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.69/4.79	c constraints/indicator/forcerestart = TRUE
4.69/4.79	c 
4.69/4.79	c # priority of branching rule <inference>
4.69/4.79	c # [type: int, range: [-536870912,536870911], default: 1000]
4.69/4.79	c branching/inference/priority = 1000000
4.69/4.79	c 
4.69/4.79	c # frequency offset for calling primal heuristic <coefdiving>
4.69/4.79	c # [type: int, range: [0,2147483647], default: 1]
4.69/4.79	c heuristics/coefdiving/freqofs = 0
4.69/4.79	c 
4.69/4.79	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.69/4.79	c # [type: int, range: [-1,2147483647], default: 0]
4.69/4.79	c heuristics/shiftandpropagate/freq = -1
4.69/4.79	c 
4.69/4.79	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.69/4.79	c # [type: int, range: [-1,2147483647], default: 0]
4.69/4.79	c heuristics/undercover/freq = -1
4.69/4.79	c 
4.69/4.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.69/4.79	c # [type: int, range: [-1,2147483647], default: -1]
4.69/4.79	c separating/rapidlearning/freq = 0
4.69/4.79	c 
4.69/4.79	c # frequency for calling primal heuristic <indrounding> (-1: never, 0: only at depth freqofs)
4.69/4.79	c # [type: int, range: [-1,2147483647], default: -1]
4.69/4.79	c heuristics/indrounding/freq = 1
4.69/4.79	c 
4.69/4.79	c -----------------------------------------------------------------------------------------------
4.69/4.79	c start solving
4.79/4.82	c 
4.79/4.86	o 5714
4.79/4.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.79/4.86	c 6 4.9s|     1 |     0 |     0 |     - |  63M|   0 |   - |  23k|  22k|   0 |   0 |   0 |   0 |   0 |      --      | 5.714000e+03 |    Inf 
9.49/9.52	o 2686
9.49/9.52	c 6 9.5s|     1 |     0 |     0 |     - |  63M|   0 |   - |  23k|  22k|   0 |   0 |   0 |   0 |   0 |      --      | 2.686000e+03 |    Inf 
9.68/9.77	c   9.8s|     1 |     0 |   933 |     - |  83M|   0 | 450 |  23k|  22k|  23k|  22k|   0 |   0 |   0 | 0.000000e+00 | 2.686000e+03 |    Inf 
11.69/11.79	o 2306
11.69/11.79	c 611.8s|     1 |     0 |   933 |     - |  84M|   0 | 450 |  23k|  22k|  23k|  22k|   0 |   0 |   0 | 0.000000e+00 | 2.306000e+03 |    Inf 
12.69/12.73	c  12.7s|     1 |     0 |  1330 |     - |  83M|   0 | 466 |  23k|  22k|  23k|  22k|  16 |   0 |   0 | 8.000000e+00 | 2.306000e+03 |  Large 
13.49/13.50	o 2224
13.49/13.50	c 613.5s|     1 |     0 |  1330 |     - |  84M|   0 | 466 |  23k|  22k|  23k|  22k|  16 |   0 |   0 | 8.000000e+00 | 2.224000e+03 |  Large 
14.39/14.42	c  14.4s|     1 |     0 |  1494 |     - |  84M|   0 | 471 |  23k|  22k|  23k|  22k|  21 |   0 |   0 | 1.050000e+01 | 2.224000e+03 |  Large 
14.79/14.82	o 2195
14.79/14.82	c 614.8s|     1 |     0 |  1494 |     - |  85M|   0 | 471 |  23k|  22k|  23k|  22k|  21 |   0 |   0 | 1.050000e+01 | 2.195000e+03 |  Large 
15.58/15.69	c  15.7s|     1 |     0 |  1559 |     - |  85M|   0 | 474 |  23k|  22k|  23k|  22k|  24 |   0 |   0 | 1.200000e+01 | 2.195000e+03 |  Large 
15.88/15.90	o 2185
15.88/15.90	c 615.9s|     1 |     0 |  1559 |     - |  85M|   0 | 474 |  23k|  22k|  23k|  22k|  24 |   0 |   0 | 1.200000e+01 | 2.185000e+03 |  Large 
16.68/16.74	c  16.7s|     1 |     0 |  1563 |     - |  85M|   0 | 474 |  23k|  22k|  23k|  22k|  25 |   0 |   0 | 1.200000e+01 | 2.185000e+03 |  Large 
17.59/17.68	c  17.7s|     1 |     0 |  1623 |     - |  85M|   0 | 475 |  23k|  22k|  23k|  22k|  27 |   0 |   0 | 1.250000e+01 | 2.185000e+03 |  Large 
18.49/18.54	c  18.5s|     1 |     0 |  1628 |     - |  85M|   0 | 476 |  23k|  22k|  23k|  22k|  28 |   0 |   0 | 1.300000e+01 | 2.185000e+03 |  Large 
19.39/19.49	c  19.5s|     1 |     0 |  1892 |     - |  85M|   0 | 479 |  23k|  22k|  23k|  22k|  32 |   0 |   0 | 1.450000e+01 | 2.185000e+03 |  Large 
20.39/20.40	c  20.4s|     1 |     0 |  1938 |     - |  85M|   0 | 481 |  23k|  22k|  23k|  22k|  34 |   0 |   0 | 1.550000e+01 | 2.185000e+03 |  Large 
21.28/21.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.28/21.31	c  21.3s|     1 |     0 |  1987 |     - |  85M|   0 | 482 |  23k|  22k|  23k|  22k|  36 |   0 |   0 | 1.600000e+01 | 2.185000e+03 |  Large 
22.19/22.25	c  22.2s|     1 |     0 |  2139 |     - |  85M|   0 | 482 |  23k|  22k|  23k|  22k|  37 |   0 |   0 | 1.600000e+01 | 2.185000e+03 |  Large 
22.48/22.55	c  22.6s|     1 |     0 |  2408 |     - |  85M|   0 | 483 |  23k|  22k|  23k|  22k|  39 |   0 |   0 | 1.650000e+01 | 2.185000e+03 |  Large 
22.78/22.84	c  22.8s|     1 |     0 |  2612 |     - |  85M|   0 | 487 |  23k|  22k|  23k|  22k|  45 |   0 |   0 | 1.850000e+01 | 2.185000e+03 |  Large 
22.99/23.07	c  23.1s|     1 |     0 |  2647 |     - |  85M|   0 | 489 |  23k|  22k|  23k|  22k|  47 |   0 |   0 | 1.950000e+01 | 2.185000e+03 |  Large 
23.28/23.38	c  23.4s|     1 |     0 |  2807 |     - |  85M|   0 | 491 |  23k|  22k|  23k|  22k|  50 |   0 |   0 | 2.050000e+01 | 2.185000e+03 |  Large 
23.59/23.63	c  23.6s|     1 |     0 |  2889 |     - |  85M|   0 | 494 |  23k|  22k|  23k|  22k|  53 |   0 |   0 | 2.200000e+01 | 2.185000e+03 |9831.82%
23.78/23.89	c  23.9s|     1 |     0 |  2973 |     - |  85M|   0 | 497 |  23k|  22k|  23k|  22k|  57 |   0 |   0 | 2.350000e+01 | 2.185000e+03 |9197.87%
24.09/24.16	c  24.2s|     1 |     0 |  3022 |     - |  85M|   0 | 499 |  23k|  22k|  23k|  22k|  60 |   0 |   0 | 2.450000e+01 | 2.185000e+03 |8818.37%
24.49/24.55	c  24.5s|     1 |     0 |  3302 |     - |  85M|   0 | 501 |  23k|  22k|  23k|  22k|  63 |   0 |   0 | 2.550000e+01 | 2.185000e+03 |8468.63%
24.78/24.87	c  24.9s|     1 |     0 |  3502 |     - |  85M|   0 | 503 |  23k|  22k|  23k|  22k|  67 |   0 |   0 | 2.650000e+01 | 2.185000e+03 |8145.28%
25.08/25.17	c  25.2s|     1 |     0 |  3639 |     - |  85M|   0 | 505 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 2.750000e+01 | 2.185000e+03 |7845.45%
31.68/31.77	c  31.8s|     1 |     2 | 13713 |     - |  86M|   0 | 505 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 2.750000e+01 | 2.185000e+03 |7845.45%
97.27/97.32	c  97.3s|   100 |   101 |136437 |1341.4 | 100M|  16 | 653 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 2.900000e+01 | 2.185000e+03 |7434.48%
146.85/146.93	c   147s|   200 |   201 |217032 |1072.3 | 116M|  16 | 615 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 4.150000e+01 | 2.185000e+03 |5165.06%
169.05/169.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.05/169.17	c   169s|   300 |   301 |248097 | 817.6 | 132M|  17 | 746 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 4.900000e+01 | 2.185000e+03 |4359.18%
219.04/219.17	c   219s|   400 |   401 |331343 | 821.3 | 134M|  18 | 657 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 5.800000e+01 | 2.185000e+03 |3667.24%
234.24/234.38	c   234s|   500 |   501 |357754 | 709.6 | 134M|  19 | 618 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 6.300000e+01 | 2.185000e+03 |3368.25%
254.94/255.06	c   255s|   600 |   601 |384513 | 635.8 | 135M|  19 | 637 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 6.750000e+01 | 2.185000e+03 |3137.04%
305.43/305.57	c   306s|   700 |   701 |464030 | 658.6 | 136M|  19 | 673 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 6.950000e+01 | 2.185000e+03 |3043.88%
320.13/320.29	c   320s|   800 |   801 |488513 | 606.9 | 137M|  21 | 726 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.250000e+01 | 2.185000e+03 |2913.79%
343.73/343.80	c   344s|   900 |   901 |518211 | 572.4 | 138M|  21 | 658 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.300000e+01 | 2.185000e+03 |2893.15%
389.92/390.08	c   390s|  1000 |  1001 |582645 | 579.6 | 139M|  21 | 774 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.400000e+01 | 2.185000e+03 |2852.70%
410.02/410.18	c   410s|  1100 |  1101 |616968 | 558.1 | 140M|  21 | 651 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.550000e+01 | 2.185000e+03 |2794.04%
430.81/430.97	c   431s|  1200 |  1201 |655686 | 543.8 | 141M|  21 | 686 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.550000e+01 | 2.185000e+03 |2794.04%
456.51/456.62	c   457s|  1300 |  1301 |695916 | 532.9 | 142M|  21 | 742 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.550000e+01 | 2.185000e+03 |2794.04%
493.10/493.29	c   493s|  1400 |  1401 |762890 | 542.7 | 143M|  22 | 660 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.600000e+01 | 2.185000e+03 |2775.00%
525.30/525.40	c   525s|  1500 |  1501 |803666 | 533.7 | 144M|  22 | 658 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.700000e+01 | 2.185000e+03 |2737.66%
541.19/541.37	c   541s|  1600 |  1601 |832876 | 518.6 | 145M|  22 | 743 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 7.850000e+01 | 2.185000e+03 |2683.44%
565.30/565.49	c   565s|  1700 |  1701 |863297 | 506.0 | 146M|  22 | 649 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.100000e+01 | 2.185000e+03 |2597.53%
581.69/581.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.69/581.85	c   582s|  1800 |  1801 |892283 | 494.0 | 147M|  22 | 739 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.200000e+01 | 2.185000e+03 |2564.63%
637.28/637.48	c   637s|  1900 |  1901 |973667 | 510.8 | 148M|  22 | 718 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.250000e+01 | 2.185000e+03 |2548.48%
653.08/653.21	c   653s|  2000 |  2001 |  1001k| 499.1 | 149M|  22 | 682 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.400000e+01 | 2.185000e+03 |2501.19%
677.48/677.69	c   678s|  2100 |  2101 |  1031k| 489.9 | 150M|  22 | 689 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.450000e+01 | 2.185000e+03 |2485.80%
691.27/691.47	c   691s|  2200 |  2201 |  1056k| 478.8 | 151M|  22 | 710 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.500000e+01 | 2.185000e+03 |2470.59%
746.96/747.13	c   747s|  2300 |  2301 |  1138k| 493.5 | 152M|  22 | 651 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.550000e+01 | 2.185000e+03 |2455.56%
761.96/762.12	c   762s|  2400 |  2401 |  1164k| 484.1 | 153M|  22 | 712 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.600000e+01 | 2.185000e+03 |2440.70%
778.46/778.65	c   779s|  2500 |  2501 |  1194k| 476.4 | 154M|  22 | 728 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.700000e+01 | 2.185000e+03 |2411.49%
804.16/804.39	c   804s|  2600 |  2601 |  1225k| 470.3 | 155M|  22 | 685 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.800000e+01 | 2.185000e+03 |2382.95%
820.46/820.68	c   821s|  2700 |  2701 |  1256k| 464.2 | 156M|  22 | 781 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.850000e+01 | 2.185000e+03 |2368.93%
870.04/870.25	c   870s|  2800 |  2801 |  1326k| 472.7 | 157M|  22 | 723 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.900000e+01 | 2.185000e+03 |2355.06%
890.04/890.21	c   890s|  2900 |  2901 |  1364k| 469.4 | 158M|  22 | 704 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.900000e+01 | 2.185000e+03 |2355.06%
905.44/905.67	c   906s|  3000 |  3001 |  1392k| 463.0 | 159M|  22 | 727 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 8.950000e+01 | 2.185000e+03 |2341.34%
936.94/937.13	c   937s|  3100 |  3101 |  1429k| 460.0 | 160M|  22 | 768 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.000000e+01 | 2.185000e+03 |2327.78%
957.03/957.27	c   957s|  3200 |  3201 |  1466k| 457.3 | 161M|  22 | 677 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.000000e+01 | 2.185000e+03 |2327.78%
1015.72/1015.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1015.72/1015.90	c  1016s|  3300 |  3301 |  1551k| 469.3 | 162M|  23 | 727 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.000000e+01 | 2.185000e+03 |2327.78%
1034.71/1034.97	c  1035s|  3400 |  3401 |  1589k| 466.6 | 163M|  23 | 807 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.050000e+01 | 2.185000e+03 |2314.36%
1064.21/1064.49	c  1064s|  3500 |  3501 |  1628k| 464.3 | 164M|  23 | 714 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.050000e+01 | 2.185000e+03 |2314.36%
1109.01/1109.27	c  1109s|  3600 |  3601 |  1691k| 469.0 | 165M|  24 | 862 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.100000e+01 | 2.185000e+03 |2301.10%
1180.40/1180.66	c  1181s|  3700 |  3701 |  1795k| 484.4 | 166M|  24 | 819 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.150000e+01 | 2.185000e+03 |2287.98%
1217.79/1218.01	c  1218s|  3800 |  3801 |  1840k| 483.5 | 167M|  24 | 682 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.350000e+01 | 2.185000e+03 |2236.90%
1235.59/1235.84	c  1236s|  3900 |  3901 |  1873k| 479.6 | 168M|  24 | 703 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.400000e+01 | 2.185000e+03 |2224.47%
1264.98/1265.27	c  1265s|  4000 |  4001 |  1909k| 476.5 | 169M|  24 | 774 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.450000e+01 | 2.185000e+03 |2212.17%
1315.47/1315.71	c  1316s|  4100 |  4101 |  1981k| 482.4 | 170M|  24 | 701 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.500000e+01 | 2.185000e+03 |2200.00%
1337.47/1337.72	c  1338s|  4200 |  4201 |  2023k| 481.1 | 170M|  24 | 766 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.500000e+01 | 2.185000e+03 |2200.00%
1366.97/1367.29	c  1367s|  4300 |  4301 |  2065k| 479.7 | 171M|  24 | 760 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.550000e+01 | 2.185000e+03 |2187.96%
1395.36/1395.63	c  1396s|  4400 |  4401 |  2103k| 477.4 | 172M|  24 | 777 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.550000e+01 | 2.185000e+03 |2187.96%
1424.86/1425.10	c  1425s|  4500 |  4501 |  2140k| 474.9 | 173M|  24 | 864 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.600000e+01 | 2.185000e+03 |2176.04%
1464.35/1464.62	c  1465s|  4600 |  4601 |  2214k| 480.7 | 174M|  24 | 836 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.650000e+01 | 2.185000e+03 |2164.25%
1544.54/1544.87	c  1545s|  4700 |  4701 |  2301k| 489.1 | 175M|  25 | 783 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.700000e+01 | 2.185000e+03 |2152.58%
1563.33/1563.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1563.33/1563.67	c  1564s|  4800 |  4801 |  2337k| 486.3 | 176M|  25 | 750 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.750000e+01 | 2.185000e+03 |2141.03%
1581.73/1582.04	c  1582s|  4900 |  4901 |  2372k| 483.6 | 177M|  25 | 810 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.750000e+01 | 2.185000e+03 |2141.03%
1599.14/1599.44	c  1599s|  5000 |  5001 |  2404k| 480.3 | 178M|  25 | 726 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.800000e+01 | 2.185000e+03 |2129.59%
1672.12/1672.48	c  1672s|  5100 |  5101 |  2494k| 488.5 | 179M|  25 | 795 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.800000e+01 | 2.185000e+03 |2129.59%
1690.22/1690.55	c  1691s|  5200 |  5201 |  2530k| 486.0 | 180M|  25 | 784 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.850000e+01 | 2.185000e+03 |2118.27%
1720.31/1720.67	c  1721s|  5300 |  5301 |  2568k| 484.1 | 181M|  25 | 766 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.850000e+01 | 2.185000e+03 |2118.27%
1753.21/1753.54	c  1754s|  5400 |  5401 |  2609k| 482.6 | 182M|  25 | 767 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.900000e+01 | 2.185000e+03 |2107.07%
1770.51/1770.90	c  1771s|  5500 |  5501 |  2641k| 479.7 | 183M|  25 | 875 |  23k|  22k|  23k|  22k|  70 |   0 |   0 | 9.900000e+01 | 2.185000e+03 |2107.07%
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 5527
1796.70/1797.00	c Primal Bound       : +2.18500000000000e+03 (602 solutions)
1796.70/1797.00	c Dual Bound         : +9.95000000000000e+01
1796.70/1797.00	c Gap                : 2095.98 %
1796.70/1797.02	s SATISFIABLE
1796.70/1797.02	v x900 -x899 x898 -x897 x896 -x895 x894 -x893 -x892 x891 -x890 x889 x888 -x887 x886 -x885 -x884 x883 -x882 x881 x880 -x879 x878 -x877 
1796.70/1797.02	v x876 -x875 -x874 x873 -x872 x871 x870 -x869 x868 -x867 x866 -x865 -x864 x863 -x862 x861 -x860 x859 x858 -x857 x856 -x855 
1796.70/1797.02	v -x854 x853 -x852 x851 x850 -x849 x848 -x847 -x846 x845 x844 -x843 -x842 x841 -x840 x839 -x838 x837 x836 -x835 x834 -x833 -x832 
1796.70/1797.02	v x831 -x830 x829 -x828 x827 -x826 x825 x824 -x823 -x822 x821 x820 -x819 x818 -x817 x816 -x815 -x814 x813 -x812 x811 x810 -x809 
1796.70/1797.02	v -x808 x807 x806 -x805 x804 -x803 -x802 x801 x800 -x799 x798 -x797 x796 -x795 x794 -x793 -x792 x791 -x790 x789 -x788 x787 
1796.70/1797.02	v -x786 x785 -x784 x783 -x782 x781 -x780 x779 x778 -x777 -x776 x775 x774 -x773 x772 -x771 -x770 x769 -x768 x767 x766 -x765 -x764 
1796.70/1797.02	v x763 x762 -x761 x760 -x759 x758 -x757 -x756 x755 -x754 x753 -x752 x751 x750 -x749 x748 -x747 -x746 x745 -x744 x743 x742 -x741 
1796.70/1797.02	v -x740 x739 x738 -x737 -x736 x735 x734 -x733 -x732 x731 x730 -x729 x728 -x727 -x726 x725 x724 -x723 -x722 x721 -x720 x719 x718 
1796.70/1797.02	v -x717 -x716 x715 -x714 x713 -x712 x711 -x710 x709 x708 -x707 x706 -x705 x704 -x703 -x702 x701 x700 -x699 x698 -x697 x696 
1796.70/1797.02	v -x695 -x694 x693 x692 -x691 x690 -x689 x688 -x687 -x686 x685 -x684 x683 x682 -x681 x680 -x679 -x678 x677 x676 -x675 x674 -x673 
1796.70/1797.02	v -x672 x671 -x670 x669 x668 -x667 x666 -x665 x664 -x663 x662 -x661 x660 -x659 -x658 x657 -x656 x655 -x654 x653 -x652 x651 -x650 
1796.70/1797.02	v x649 -x648 x647 x646 -x645 x644 -x643 x642 -x641 -x640 x639 x638 -x637 x636 -x635 -x634 x633 -x632 x631 -x630 x629 -x628 
1796.70/1797.02	v x627 x626 -x625 x624 -x623 -x622 x621 -x620 x619 x618 -x617 -x616 x615 x614 -x613 -x612 x611 x610 -x609 x608 -x607 -x606 x605 
1796.70/1797.02	v x604 -x603 -x602 x601 -x600 x599 x598 -x597 -x596 x595 x594 -x593 -x592 x591 -x590 x589 x588 -x587 x586 -x585 -x584 x583 -x582 
1796.70/1797.02	v x581 x580 -x579 x578 -x577 -x576 x575 -x574 x573 -x572 x571 x570 -x569 x568 -x567 x566 -x565 x564 -x563 -x562 x561 -x560 x559 
1796.70/1797.02	v x558 -x557 -x556 x555 -x554 x553 x552 -x551 x550 -x549 -x548 x547 x546 -x545 -x544 x543 -x542 x541 -x540 x539 x538 -x537 
1796.70/1797.02	v x536 -x535 -x534 x533 -x532 x531 x530 -x529 x528 -x527 -x526 x525 -x524 x523 -x522 x521 x520 -x519 x518 -x517 -x516 x515 x514 
1796.70/1797.02	v -x513 -x512 x511 x510 -x509 x508 -x507 x506 -x505 x504 -x503 -x502 x501 x500 -x499 x498 -x497 x496 -x495 x494 -x493 -x492 x491 
1796.70/1797.02	v x490 -x489 x488 -x487 -x486 x485 x484 -x483 -x482 x481 -x480 x479 -x478 x477 x476 -x475 -x474 x473 x472 -x471 x470 -x469 -x468 
1796.70/1797.02	v x467 x466 -x465 x464 -x463 x462 -x461 x460 -x459 x458 -x457 x456 -x455 x454 -x453 -x452 x451 x450 -x449 -x448 x447 x446 
1796.70/1797.02	v -x445 x444 -x443 -x442 x441 x440 -x439 x438 -x437 -x436 x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 x423 
1796.70/1797.02	v -x422 x421 -x420 x419 x418 -x417 x416 -x415 x414 -x413 -x412 x411 -x410 x409 x408 -x407 x406 -x405 -x404 x403 x402 -x401 -x400 
1796.70/1797.02	v x399 x398 -x397 x396 -x395 x394 -x393 -x392 x391 -x390 x389 x388 -x387 -x386 x385 x384 -x383 -x382 x381 -x380 x379 x378 -x377 
1796.70/1797.02	v -x376 x375 x374 -x373 -x372 x371 x370 -x369 -x368 x367 -x366 x365 x364 -x363 -x362 x361 -x360 x359 x358 -x357 x356 -x355 
1796.70/1797.02	v -x354 x353 -x352 x351 x350 -x349 x348 -x347 -x346 x345 x344 -x343 -x342 x341 -x340 x339 -x338 x337 -x336 x335 -x334 x333 -x332 
1796.70/1797.02	v x331 x330 -x329 x328 -x327 -x326 x325 -x324 x323 -x322 x321 x320 -x319 -x318 x317 x316 -x315 -x314 x313 -x312 x311 x310 -x309 
1796.70/1797.02	v x308 -x307 -x306 x305 -x304 x303 -x302 x301 x300 -x299 x298 -x297 x296 -x295 x294 -x293 -x292 x291 x290 -x289 -x288 x287 
1796.70/1797.02	v x286 -x285 x284 -x283 -x282 x281 x280 -x279 x278 -x277 x276 -x275 -x274 x273 x272 -x271 -x270 x269 x268 -x267 x266 -x265 x264 
1796.70/1797.02	v -x263 -x262 x261 -x260 x259 x258 -x257 -x256 x255 -x254 x253 -x252 x251 x250 -x249 x248 -x247 x246 -x245 -x244 x243 -x242 x241 
1796.70/1797.02	v x240 -x239 x238 -x237 -x236 x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 x226 -x225 x224 -x223 -x222 x221 x220 -x219 -x218 
1796.70/1797.02	v x217 x216 -x215 x214 -x213 x212 -x211 -x210 x209 x208 -x207 x206 -x205 -x204 x203 x202 -x201 -x200 x199 x198 -x197 x196 
1796.70/1797.02	v -x195 -x194 x193 -x192 x191 x190 -x189 -x188 x187 x186 -x185 -x184 x183 -x182 x181 -x180 x179 x178 -x177 x176 -x175 -x174 x173 
1796.70/1797.02	v -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 -x154 x153 -x152 x151 x150 
1796.70/1797.02	v -x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 -x132 x131 -x130 x129 x128 -x127 
1796.70/1797.02	v -x126 x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 x106 -x105 
1796.70/1797.02	v x104 -x103 x102 -x101 x100 -x99 x98 -x97 x96 -x95 -x94 x93 -x92 x91 x90 -x89 x88 -x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 x78 
1796.70/1797.02	v -x77 -x76 x75 -x74 x73 -x72 x71 x70 -x69 x68 -x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 -x52 x51 -x50 
1796.70/1797.02	v x49 x48 -x47 -x46 x45 -x44 x43 x42 -x41 x40 -x39 -x38 x37 -x36 x35 x34 -x33 x32 -x31 x30 -x29 -x28 x27 x26 -x25 -x24 x23 
1796.70/1797.02	v x22 -x21 -x20 x19 x18 -x17 x16 -x15 -x14 x13 -x12 x11 x10 -x9 x8 -x7 x6 -x5 x4 -x3 x2 -x1 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Total Time         :    1797.00
1796.70/1797.02	c   solving          :    1797.00
1796.70/1797.02	c   presolving       :       4.71 (included in solving)
1796.70/1797.02	c   reading          :       0.04 (included in solving)
1796.70/1797.02	c   copying          :       0.19 (2 #copies) (minimal 0.10, maximal 0.10, average 0.10)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3717609-1338204532.wbo
1796.70/1797.02	c   Variables        : 12328 (12328 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 11879 initial, 11879 maximal
1796.70/1797.02	c   Objective sense  : minimize
1796.70/1797.02	c Presolved Problem  :
1796.70/1797.02	c   Problem name     : t_HOME/instance-3717609-1338204532.wbo
1796.70/1797.02	c   Variables        : 23306 (11878 binary, 0 integer, 11428 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 22857 initial, 22857 maximal
1796.70/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       4.40       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   linear           :       0.15       0.00          0        450          0      11428          0        450          0          0          0
1796.70/1797.02	c   indicator        :       0.00       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   integral         :          0          0          0          0       5527          0       1081          0          0          0          0          0      11054
1796.70/1797.02	c   knapsack         :          1          1          0      37134          0          0       1078          0          0          0          0          0          0
1796.70/1797.02	c   linear           :      11428      11428         21      37134          0          0       1077          0          0       5417          0          0          0
1796.70/1797.02	c   indicator        :      11428      11428          0      37134          0          0       1074          0          0       3913          0          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          0          0       1076          0          0          0          0          0          0
1796.70/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.02	c   integral         :       1.71       0.00       0.00       0.00       0.74       0.00       0.97       0.00
1796.70/1797.02	c   knapsack         :       5.59       0.00       0.00       5.23       0.00       0.00       0.36       0.00
1796.70/1797.02	c   linear           :      17.14       0.00       0.29      12.11       0.00       0.00       4.74       0.00
1796.70/1797.02	c   indicator        :      39.20       0.01       0.00      28.24       0.00       0.00      10.94       0.00
1796.70/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.02	c   rootredcost      :          0          0          0          0
1796.70/1797.02	c   pseudoobj        :      40661          0          0          0
1796.70/1797.02	c   vbounds          :       2537          0          0         14
1796.70/1797.02	c   redcost          :       5547          0          0          0
1796.70/1797.02	c   probing          :          0          0          0          0
1796.70/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.02	c   rootredcost      :       0.07       0.00       0.00       0.07       0.00
1796.70/1797.02	c   pseudoobj        :       0.19       0.00       0.00       0.19       0.00
1796.70/1797.02	c   vbounds          :       6.32       0.02       0.00       6.30       0.00
1796.70/1797.02	c   redcost          :       8.17       0.00       0.00       8.17       0.00
1796.70/1797.02	c   probing          :       4.40       0.00       4.40       0.00       0.00
1796.70/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.02	c   cut pool         :       0.00                    20          -          -          1          -    (maximal pool size: 11539)
1796.70/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   impliedbounds    :       0.03       0.00         21          0          0          0          0
1796.70/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   gomory           :       0.30       0.00         10          0          0        500          0
1796.70/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   strongcg         :       2.69       0.00         20          0          0       9944          0
1796.70/1797.02	c   cmir             :       5.77       0.00         10          0          0          0          0
1796.70/1797.02	c   flowcover        :       0.81       0.00         10          0          0          0          0
1796.70/1797.02	c   clique           :       0.02       0.00          1          0          0          0          0
1796.70/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.70/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.02	c   problem variables:       0.00          -          0          0
1796.70/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   inference        :       0.71       0.00       5527          0          0          0          0      11054
1796.70/1797.02	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.02	c   LP solutions     :       0.00          -          -          0
1796.70/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.02	c   oneopt           :       0.08       0.00          5          0
1796.70/1797.02	c   indoneopt        :       8.03       0.00          6          6
1796.70/1797.02	c   fracdiving       :      80.16       0.00         15          0
1796.70/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.02	c   trivial          :       0.02       0.00          2          0
1796.70/1797.02	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.02	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.02	c   zirounding       :       1.58       0.00       1000          0
1796.70/1797.02	c   rounding         :       1.27       0.00       1007          0
1796.70/1797.02	c   shifting         :      44.35       0.00        353          0
1796.70/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.02	c   indtwoopt        :       0.00       0.01          0          0
1796.70/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.02	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.02	c   clique           :       0.00       0.00          0          0
1796.70/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   coefdiving       :      88.48       0.00         15          0
1796.70/1797.02	c   indrounding      :      79.79       0.00       5526        594
1796.70/1797.02	c   pscostdiving     :     180.54       0.00         18          0
1796.70/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   veclendiving     :      76.35       0.00         15          0
1796.70/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   objpscostdiving  :      41.67       0.00          3          0
1796.70/1797.02	c   rootsoldiving    :      40.86       0.00          4          1
1796.70/1797.02	c   linesearchdiving :     258.33       0.00         28          0
1796.70/1797.02	c   guideddiving     :      83.72       0.00         15          0
1796.70/1797.02	c   octane           :       0.00       0.00          0          0
1796.70/1797.02	c   rens             :       0.81       0.00          1          0
1796.70/1797.02	c   rins             :       0.00       0.00          0          0
1796.70/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.02	c   mutation         :       0.00       0.00          0          0
1796.70/1797.02	c   crossover        :       0.15       0.00          0          0
1796.70/1797.02	c   dins             :       0.00       0.00          0          0
1796.70/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.02	c   undercover       :       0.00       0.00          0          0
1796.70/1797.02	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.02	c   trysol           :       0.03       0.00          1          1
1796.70/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.02	c   primal LP        :       0.01          1          0       0.00          -       0.01          1
1796.70/1797.02	c   dual LP          :     728.85       5554    1690451     304.75    2319.33       0.06          7
1796.70/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.02	c   diving/probing LP:     657.71      25211     998936      39.62    1518.82
1796.70/1797.02	c   strong branching :       0.00          0          0       0.00          -
1796.70/1797.02	c     (at root node) :          -          0          0       0.00          -
1796.70/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.02	c B&B Tree           :
1796.70/1797.02	c   number of runs   :          1
1796.70/1797.02	c   nodes            :       5527
1796.70/1797.02	c   nodes (total)    :       5527
1796.70/1797.02	c   nodes left       :       5528
1796.70/1797.02	c   max depth        :         25
1796.70/1797.02	c   max depth (total):         25
1796.70/1797.02	c   backtracks       :       1965 (35.6%)
1796.70/1797.02	c   delayed cutoffs  :          0
1796.70/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.02	c   avg switch length:       7.18
1796.70/1797.02	c   switching time   :       3.59
1796.70/1797.02	c Solution           :
1796.70/1797.02	c   Solutions found  :        602 (6 improvements)
1796.70/1797.02	c   First Solution   : +5.71400000000000e+03   (in run 1, after 1 nodes, 4.83 seconds, depth 0, found by <indoneopt>)
1796.70/1797.02	c   Primal Bound     : +2.18500000000000e+03   (in run 1, after 1 nodes, 15.69 seconds, depth 0, found by <indoneopt>)
1796.70/1797.02	c   Dual Bound       : +9.95000000000000e+01
1796.70/1797.02	c   Gap              :    2095.98 %
1796.70/1797.02	c   Root Dual Bound  : +2.75000000000000e+01
1796.70/1797.02	c   Root Iterations  :       3639
1796.80/1797.17	c Time complete: 1796.87.

Verifier Data

OK	2185

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3717609-1338204532/watcher-3717609-1338204532 -o /tmp/evaluation-result-3717609-1338204532/solver-3717609-1338204532 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717609-1338204532.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 16130
/proc/meminfo: memFree=31107544/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=10556 CPUtime=0 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 1383 0 0 0 0 0 0 0 20 0 1 0 286578120 10809344 1337 33554432000 4194304 10173063 140735878852096 140737012961064 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 2639 1344 413 1460 0 1170 0

[startup+0.026101 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 16130
/proc/meminfo: memFree=31107544/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=17484 CPUtime=0.01 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 3120 0 0 0 1 0 0 0 20 0 1 0 286578120 17903616 3074 33554432000 4194304 10173063 140735878852096 140737012961064 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 4371 3074 416 1460 0 2902 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17484

[startup+0.100347 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 16130
/proc/meminfo: memFree=31107544/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=47952 CPUtime=0.08 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 10536 0 0 0 7 1 0 0 20 0 1 0 286578120 49102848 10455 33554432000 4194304 10173063 140735878852096 140737012961064 4909554 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 12197 10489 523 1460 0 10728 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47952

[startup+0.300336 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 16130
/proc/meminfo: memFree=31107544/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=88144 CPUtime=0.29 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 20613 0 0 0 22 7 0 0 20 0 1 0 286578120 90259456 19885 33554432000 4194304 10173063 140735878852096 140737012961064 4205348 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 22036 19885 573 1460 0 20567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88144

[startup+0.700347 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 16130
/proc/meminfo: memFree=31107544/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=90648 CPUtime=0.69 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 21351 0 0 0 59 10 0 0 20 0 1 0 286578120 92823552 20579 33554432000 4194304 10173063 140735878852096 140735878848472 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 22662 20579 604 1460 0 21193 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90648

[startup+1.50033 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16131
/proc/meminfo: memFree=31026340/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=90648 CPUtime=1.49 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 21361 0 0 0 138 11 0 0 20 0 1 0 286578120 92823552 20589 33554432000 4194304 10173063 140735878852096 140735878848472 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 22662 20589 604 1460 0 21193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90648

[startup+3.10032 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16131
/proc/meminfo: memFree=31026092/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=90904 CPUtime=3.09 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 21425 0 0 0 297 12 0 0 20 0 1 0 286578120 93085696 20653 33554432000 4194304 10173063 140735878852096 140735878848472 4261730 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 22726 20653 604 1460 0 21257 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90904

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16131
/proc/meminfo: memFree=31014064/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=102928 CPUtime=6.28 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 24369 0 0 0 614 14 0 0 20 0 1 0 286578120 105398272 23503 33554432000 4194304 10173063 140735878852096 140735878848392 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 25732 23503 644 1460 0 24263 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 102928

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16131
/proc/meminfo: memFree=30963364/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=155004 CPUtime=12.69 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 37573 0 0 0 1247 22 0 0 20 0 1 0 286578120 158724096 36119 33554432000 4194304 10173063 140735878852096 140735878847480 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 38751 36119 792 1460 0 37282 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155004

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16131
/proc/meminfo: memFree=30945880/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=169028 CPUtime=25.48 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 41415 0 0 0 2476 72 0 0 20 0 1 0 286578120 173084672 39869 33554432000 4194304 10173063 140735878852096 140735878844808 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 42257 39869 806 1460 0 40788 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 169028

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16132
/proc/meminfo: memFree=30936456/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=171780 CPUtime=51.08 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 66188 0 0 0 5019 89 0 0 20 0 1 0 286578120 175902720 40906 33554432000 4194304 10173063 140735878852096 140735878845272 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 42945 40906 842 1460 0 41476 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171780

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16135
/proc/meminfo: memFree=30913100/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=187504 CPUtime=102.28 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 69825 0 0 0 10126 102 0 0 20 0 1 0 286578120 192004096 44623 33554432000 4194304 10173063 140735878852096 140735878845352 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 46876 44623 842 1460 0 45407 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 187504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16135
/proc/meminfo: memFree=30873768/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=212468 CPUtime=162.26 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 86920 0 0 0 16105 121 0 0 20 0 1 0 286578120 217567232 51421 33554432000 4194304 10173063 140735878852096 140735878845416 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 53117 51421 843 1460 0 51648 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 212468

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16136
/proc/meminfo: memFree=30852604/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=221456 CPUtime=222.24 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 89285 0 0 0 22090 134 0 0 20 0 1 0 286578120 226770944 54468 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 55364 54468 843 1460 0 53895 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 221456

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16136
/proc/meminfo: memFree=30838724/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=224436 CPUtime=282.24 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 89910 0 0 0 28074 150 0 0 20 0 1 0 286578120 229822464 55093 33554432000 4194304 10173063 140735878852096 140735878845432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 56109 55093 843 1460 0 54640 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 224436

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16136
/proc/meminfo: memFree=30826660/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=225696 CPUtime=342.22 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 90318 0 0 0 34060 162 0 0 20 0 1 0 286578120 231112704 55501 33554432000 4194304 10173063 140735878852096 140735878848024 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 56424 55501 843 1460 0 54955 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 225696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16137
/proc/meminfo: memFree=30813756/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=229732 CPUtime=402.21 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 92708 0 0 0 40044 177 0 0 20 0 1 0 286578120 235245568 56427 33554432000 4194304 10173063 140735878852096 140735878845400 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 57433 56427 843 1460 0 55964 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 229732

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16137
/proc/meminfo: memFree=30801532/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=229732 CPUtime=462.21 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 92828 0 0 0 46027 194 0 0 20 0 1 0 286578120 235245568 56546 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 57433 56546 843 1460 0 55964 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 229732

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16137
/proc/meminfo: memFree=30788884/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=231688 CPUtime=522.2 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 93199 0 0 0 52012 208 0 0 20 0 1 0 286578120 237248512 56917 33554432000 4194304 10173063 140735878852096 140735878845736 4412880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 57922 56917 843 1460 0 56453 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 231688

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16137
/proc/meminfo: memFree=30774728/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=233852 CPUtime=582.19 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 93783 0 0 0 57996 223 0 0 20 0 1 0 286578120 239464448 57501 33554432000 4194304 10173063 140735878852096 140735878844616 6814615 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 58463 57501 843 1460 0 56994 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 233852

[startup+642.3 s]

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

/proc/meminfo: memFree=30667912/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=253228 CPUtime=1062.11 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 103137 0 0 0 105879 332 0 0 20 0 1 0 286578120 259305472 62327 33554432000 4194304 10173063 140735878852096 140735878845736 8032922 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 63307 62327 843 1460 0 61838 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 253228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16142
/proc/meminfo: memFree=30651296/32873844 swapFree=7116/7116
[pid=16130] ppid=16128 vsize=254372 CPUtime=1122.1 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 103524 0 0 0 111865 345 0 0 20 0 1 0 286578120 260476928 62714 33554432000 4194304 10173063 140735878852096 140735878845720 7396628 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 63593 62714 843 1460 0 62124 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 254372

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16142
/proc/meminfo: memFree=30637408/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=254960 CPUtime=1182.09 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 103629 0 0 0 117850 359 0 0 20 0 1 0 286578120 261079040 62819 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 63740 62819 843 1460 0 62271 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 254960

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16218
/proc/meminfo: memFree=30893212/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=258924 CPUtime=1242.08 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 134694 0 0 0 123825 383 0 0 20 0 1 0 286578120 265138176 63656 33554432000 4194304 10173063 140735878852096 140735878845736 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 64731 63656 843 1460 0 63262 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 258924

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 16222
/proc/meminfo: memFree=30801476/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=262548 CPUtime=1302.08 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 152799 0 0 0 129807 401 0 0 20 0 1 0 286578120 268849152 64629 33554432000 4194304 10173063 140735878852096 140735878845400 7911527 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 65637 64629 843 1460 0 64168 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 262548

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16222
/proc/meminfo: memFree=30691240/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=263380 CPUtime=1362.07 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 173374 0 0 0 135787 420 0 0 20 0 1 0 286578120 269701120 64677 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 65845 64677 843 1460 0 64376 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 263380

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16222
/proc/meminfo: memFree=30471892/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=266784 CPUtime=1422.06 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 174355 0 0 0 141772 434 0 0 20 0 1 0 286578120 273186816 65658 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 66696 65658 843 1460 0 65227 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 266784

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16222
/proc/meminfo: memFree=30470680/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=267504 CPUtime=1482.05 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 174785 0 0 0 147759 446 0 0 20 0 1 0 286578120 273924096 66087 33554432000 4194304 10173063 140735878852096 140735878845176 8007243 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 66876 66087 846 1460 0 65407 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 267504

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 16222
/proc/meminfo: memFree=30467236/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=271284 CPUtime=1542.04 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 176995 0 0 0 153747 457 0 0 20 0 1 0 286578120 277794816 66863 33554432000 4194304 10173063 140735878852096 140735878845416 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 67821 66863 846 1460 0 66352 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 271284

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16223
/proc/meminfo: memFree=30467016/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=271172 CPUtime=1602.03 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 194563 0 0 0 159729 474 0 0 20 0 1 0 286578120 277680128 66870 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 67793 66870 846 1460 0 66324 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 271172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16223
/proc/meminfo: memFree=30463076/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=274632 CPUtime=1662.03 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 198150 0 0 0 165717 486 0 0 20 0 1 0 286578120 281223168 67684 33554432000 4194304 10173063 140735878852096 140735878845016 8047156 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 68658 67684 846 1460 0 67189 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 274632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16223
/proc/meminfo: memFree=30462272/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=273812 CPUtime=1722.01 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 220106 0 0 0 171697 504 0 0 20 0 1 0 286578120 280383488 67018 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 68453 67018 846 1460 0 66984 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 273812

[startup+1782.3 s]
/proc/loadavg: 1.97 2.00 2.00 2/171 16247
/proc/meminfo: memFree=30994296/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=276856 CPUtime=1782 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 233278 0 0 0 177678 522 0 0 20 0 1 0 286578120 283500544 68080 33554432000 4194304 10173063 140735878852096 140735878845400 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69214 68080 846 1460 0 67745 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 276856

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

[startup+1785.5 s]
/proc/loadavg: 1.89 1.98 1.99 2/171 16247
/proc/meminfo: memFree=30993932/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=277392 CPUtime=1785.2 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 233538 0 0 0 177997 523 0 0 20 0 1 0 286578120 284049408 68340 33554432000 4194304 10173063 140735878852096 140735878845192 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69348 68340 846 1460 0 67879 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 277392

[startup+1791.91 s]
/proc/loadavg: 1.82 1.97 1.99 2/171 16247
/proc/meminfo: memFree=30995048/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=276848 CPUtime=1791.61 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 234953 0 0 0 178637 524 0 0 20 0 1 0 286578120 283492352 68062 33554432000 4194304 10173063 140735878852096 140735878845736 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69212 68062 846 1460 0 67743 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 276848

[startup+1795.1 s]
/proc/loadavg: 1.76 1.95 1.98 2/171 16247
/proc/meminfo: memFree=30994428/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=277132 CPUtime=1794.81 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 235108 0 0 0 178956 525 0 0 20 0 1 0 286578120 283783168 68217 33554432000 4194304 10173063 140735878852096 140735878845400 7911721 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69283 68217 846 1460 0 67814 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 277132

[startup+1795.9 s]
/proc/loadavg: 1.76 1.95 1.98 2/171 16247
/proc/meminfo: memFree=30994428/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=277132 CPUtime=1795.6 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 235118 0 0 0 179035 525 0 0 20 0 1 0 286578120 283783168 68227 33554432000 4194304 10173063 140735878852096 140735878845400 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69283 68227 846 1460 0 67814 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 277132

[startup+1796.7 s]
/proc/loadavg: 1.76 1.95 1.98 2/171 16247
/proc/meminfo: memFree=30994428/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=277132 CPUtime=1796.4 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 235132 0 0 0 179115 525 0 0 20 0 1 0 286578120 283783168 68241 33554432000 4194304 10173063 140735878852096 140735878845400 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 69283 68241 846 1460 0 67814 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 277132

[startup+1797.1 s]
/proc/loadavg: 1.76 1.95 1.98 2/171 16247
/proc/meminfo: memFree=30994428/32873844 swapFree=7112/7112
[pid=16130] ppid=16128 vsize=275720 CPUtime=1796.8 cores=1,3,5,7
/proc/16130/stat : 16130 (scip-2.1.1.4fix) R 16128 16130 10153 0 -1 4202496 235140 0 0 0 179155 525 0 0 20 0 1 0 286578120 282337280 67896 33554432000 4194304 10173063 140735878852096 140735878845400 5867909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16130/statm: 68930 67896 850 1460 0 67461 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 275720

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.89
CPU user time (s): 1791.62
CPU system time (s): 5.2682
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 278484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.62
system time used= 5.2682
maximum resident set size= 274860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235142
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= 32
involuntary context switches= 1846

runsolver used 2.90356 second user time and 9.10062 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-28 13:28:52
IDJOB=3717609
IDBENCH=79444
IDSOLVER=2300
FILE ID=node142/3717609-1338204532
RUNJOBID= node142-1338186086-10170
PBS_JOBID= 14624568
Free space on /tmp= 71680 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-le450-5a-2_wcsp.wbo
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717609-1338204532/watcher-3717609-1338204532 -o /tmp/evaluation-result-3717609-1338204532/solver-3717609-1338204532 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717609-1338204532.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f22a0f0686559d8ded0c30a6073a8ba7
RANDOM SEED=866786806

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31107972 kB
Buffers:          355936 kB
Cached:           430056 kB
SwapCached:            0 kB
Active:           675708 kB
Inactive:         263736 kB
Active(anon):     144428 kB
Inactive(anon):    11212 kB
Active(file):     531280 kB
Inactive(file):   252524 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14340 kB
Writeback:             0 kB
AnonPages:        188284 kB
Mapped:            15128 kB
Shmem:               200 kB
Slab:             684220 kB
SReclaimable:     126408 kB
SUnreclaim:       557812 kB
KernelStack:        1472 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     268764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node142 at 2012-05-28 13:58:50