Trace number 3447961

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.0.1.4. with SoPlex 1.5.0.4OPTIMUM 571.899 571.879

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh16_wcsp.wbo
MD5SUM8941aeee87a1a646f79f1fa97035d3b2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.033994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447961-1307902595.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.03	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1050 implications, 0 cliques
0.01/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.01/0.06	c     850 constraints of type <linear>
0.01/0.06	c     850 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.05
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 420925
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |4960k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   121 |     - |6102k|   0 |  73 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   368 |     - |8684k|   0 |  85 |1800 |2550 |1800 | 873 |  23 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   425 |     - |9974k|   0 |  82 |1800 |2550 |1800 | 882 |  32 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   471 |     - |  11M|   0 |  81 |1800 |2550 |1800 | 893 |  43 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   532 |     - |  12M|   0 |  80 |1800 |2550 |1800 | 902 |  52 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.85	c   0.9s|     1 |     0 |   734 |     - |  14M|   0 |  78 |1800 |2550 |1800 | 909 |  59 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |   806 |     - |  17M|   0 |  89 |1800 |2550 |1800 | 923 |  73 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.59/1.60	c   1.6s|     1 |     2 |   806 |     - |  17M|   0 |  89 |1800 |2550 |1800 | 923 |  73 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
14.99/15.02	o 9236
14.99/15.02	c *15.0s|  2356 |  2273 | 61367 |  25.7 |  23M|  63 |   - |1800 |2550 |1800 | 988 |1082 |   0 |1010 | 0.000000e+00 | 9.236000e+03 |    Inf 
26.49/26.55	o 5981
26.49/26.55	c g26.6s|  6171 |  5753 |160240 |  25.8 |  27M|  63 |   - |1800 |2573 |1800 | 993 |2668 |  23 |1089 | 0.000000e+00 | 5.981000e+03 |    Inf 
33.49/33.56	o 4431
33.49/33.56	c *33.6s|  7365 |  6353 |198798 |  26.9 |  28M|  63 |   - |1800 |2640 |1800 | 987 |6253 |  90 |1393 | 0.000000e+00 | 4.431000e+03 |    Inf 
50.60/50.65	c  50.6s| 10000 |  8402 |296955 |  29.6 |  31M|  64 |  17 |1800 |2958 |1800 | 917 |  14k| 409 |1767 | 0.000000e+00 | 4.431000e+03 |    Inf 
52.29/52.38	o 3727
52.29/52.38	c c52.4s| 10294 |  8353 |307627 |  29.8 |  31M|  64 |   - |1800 |2983 |1800 | 968 |  15k| 434 |1800 | 0.000000e+00 | 3.727000e+03 |    Inf 
57.79/57.82	o 3607
57.79/57.82	c *57.8s| 11198 |  9144 |347199 |  30.9 |  32M|  64 |   - |1800 |3151 |1800 | 972 |  16k| 606 |1848 | 0.000000e+00 | 3.607000e+03 |    Inf 
57.89/57.98	o 3085
57.89/57.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.89/57.98	c *58.0s| 11213 |  8814 |348071 |  31.0 |  31M|  64 |   - |1800 |3152 |1800 | 958 |  16k| 607 |1850 | 0.000000e+00 | 3.085000e+03 |    Inf 
61.89/61.99	o 3084
61.89/61.99	c *62.0s| 11862 |  9292 |373359 |  31.4 |  32M|  64 |   - |1800 |3264 |1800 | 967 |  18k| 738 |1862 | 0.000000e+00 | 3.084000e+03 |    Inf 
61.99/62.03	o 2955
61.99/62.03	c *62.0s| 11865 |  9199 |373487 |  31.4 |  32M|  64 |   - |1800 |3264 |1800 | 954 |  18k| 738 |1865 | 0.000000e+00 | 2.955000e+03 |    Inf 
99.69/99.70	o 2768
99.69/99.70	c *99.7s| 17452 | 12207 |584288 |  33.4 |  36M|  64 |   - |1800 |3749 |1800 | 968 |  37k|2012 |2409 | 0.000000e+00 | 2.768000e+03 |    Inf 
100.59/100.62	o 2493
100.59/100.62	c * 101s| 17543 | 11793 |588814 |  33.5 |  36M|  64 |   - |1800 |3753 |1800 | 972 |  38k|2048 |2427 | 0.000000e+00 | 2.493000e+03 |    Inf 
101.10/101.15	o 2390
101.10/101.15	c * 101s| 17590 | 11647 |591301 |  33.6 |  36M|  64 |   - |1800 |3754 |1800 | 949 |  38k|2054 |2427 | 0.000000e+00 | 2.390000e+03 |    Inf 
117.79/117.89	c   118s| 20000 | 12786 |678212 |  33.9 |  38M|  64 |   9 |1800 |3571 |1800 | 945 |  47k|2718 |2710 | 0.000000e+00 | 2.390000e+03 |    Inf 
122.90/122.99	o 2066
122.90/122.99	c * 123s| 20803 | 12197 |705213 |  33.9 |  37M|  64 |   - |1800 |3506 |1800 | 974 |  50k|3007 |2777 | 0.000000e+00 | 2.066000e+03 |    Inf 
135.50/135.53	o 2033
135.50/135.53	c * 136s| 22471 | 12563 |761545 |  33.9 |  37M|  64 |   - |1800 |3415 |1800 | 967 |  58k|3514 |2948 | 0.000000e+00 | 2.033000e+03 |    Inf 
137.40/137.49	o 1893
137.40/137.49	c * 137s| 22695 | 11967 |769862 |  33.9 |  37M|  64 |   - |1800 |3406 |1800 | 960 |  59k|3597 |2968 | 0.000000e+00 | 1.893000e+03 |    Inf 
176.20/176.20	o 1553
176.20/176.20	c * 176s| 28825 | 12244 |975958 |  33.8 |  39M|  64 |   - |1800 |3170 |1800 | 962 |  78k|6191 |3610 | 0.000000e+00 | 1.553000e+03 |    Inf 
184.60/184.62	c   185s| 30000 | 12511 |  1016k|  33.8 |  41M|  64 |   3 |1800 |3189 |1800 | 918 |  83k|6707 |3690 | 0.000000e+00 | 1.553000e+03 |    Inf 
206.10/206.17	o 1385
206.10/206.17	c * 206s| 33002 | 12240 |  1112k|  33.7 |  42M|  64 |   - |1800 |3148 |1800 | 943 |  97k|8091 |3900 | 0.000000e+00 | 1.385000e+03 |    Inf 
206.70/206.74	o 1336
206.70/206.74	c * 207s| 33084 | 11850 |  1115k|  33.7 |  41M|  64 |   - |1800 |3132 |1800 | 928 |  97k|8123 |3902 | 0.000000e+00 | 1.336000e+03 |    Inf 
237.70/237.79	o 1289
237.70/237.79	c * 238s| 38058 | 13039 |  1289k|  33.9 |  47M|  64 |   - |1800 |3314 |1800 | 944 | 110k|  10k|4405 | 0.000000e+00 | 1.289000e+03 |    Inf 
251.81/251.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.81/251.83	c   252s| 40000 | 13591 |  1362k|  34.0 |  49M|  64 |  12 |1800 |3236 |1800 | 963 | 116k|  11k|4596 | 0.000000e+00 | 1.289000e+03 |    Inf 
296.70/296.75	o 1167
296.70/296.75	c * 297s| 46139 | 14109 |  1594k|  34.5 |  54M|  64 |   - |1800 |3315 |1800 | 924 | 137k|  15k|5200 | 0.000000e+00 | 1.167000e+03 |    Inf 
322.70/322.72	c   323s| 50000 | 14745 |  1728k|  34.6 |  58M|  64 |  27 |1800 |3394 |1800 | 962 | 148k|  17k|5484 | 0.000000e+00 | 1.167000e+03 |    Inf 
391.61/391.63	c   392s| 60000 | 16242 |  2092k|  34.9 |  68M|  64 |  14 |1800 |3496 |1800 | 954 | 177k|  24k|6337 | 0.000000e+00 | 1.167000e+03 |    Inf 
453.81/453.85	c   454s| 70000 | 17881 |  2415k|  34.5 |  80M|  64 |   7 |1800 |4574 |1800 | 937 | 203k|  32k|6863 | 0.000000e+00 | 1.167000e+03 |    Inf 
466.11/466.19	o 1100
466.11/466.19	c * 466s| 71804 | 17857 |  2470k|  34.4 |  81M|  64 |   - |1800 |4313 |1800 | 939 | 209k|  33k|6973 | 0.000000e+00 | 1.100000e+03 |    Inf 
511.61/511.61	o 1034
511.61/511.61	c * 512s| 79268 | 18056 |  2675k|  33.7 |  88M|  64 |   - |1800 |4808 |1800 | 964 | 229k|  39k|7334 | 0.000000e+00 | 1.034000e+03 |    Inf 
511.61/511.65	o 868
511.61/511.65	c * 512s| 79269 | 16384 |  2675k|  33.7 |  81M|  64 |   - |1800 |4808 |1800 | 958 | 229k|  39k|7334 | 0.000000e+00 | 8.680000e+02 |    Inf 
512.52/512.55	o 782
512.52/512.55	c * 513s| 79427 | 15552 |  2678k|  33.7 |  80M|  64 |   - |1800 |4348 |1800 | 940 | 229k|  39k|7334 | 0.000000e+00 | 7.820000e+02 |    Inf 
516.31/516.30	c   516s| 80000 | 15295 |  2696k|  33.7 |  81M|  64 |   - |1800 |3094 |   0 |   0 | 230k|  40k|7373 | 0.000000e+00 | 7.820000e+02 |    Inf 
535.21/535.23	o 781
535.21/535.23	c * 535s| 83529 | 14343 |  2794k|  33.4 |  83M|  64 |   - |1800 |3369 |1800 | 941 | 234k|  44k|7576 | 0.000000e+00 | 7.810000e+02 |    Inf 
550.31/550.39	o 780
550.31/550.39	c * 550s| 86093 | 13728 |  2871k|  33.3 |  82M|  64 |   - |1800 |3574 |1800 | 917 | 239k|  47k|7724 | 0.000000e+00 | 7.800000e+02 |    Inf 
552.81/552.85	o 681
552.81/552.85	c * 553s| 86488 | 12284 |  2883k|  33.3 |  76M|  64 |   - |1800 |3669 |1800 | 944 | 239k|  48k|7756 | 0.000000e+00 | 6.810000e+02 |    Inf 
553.22/553.24	o 656
553.22/553.24	c * 553s| 86540 | 12134 |  2885k|  33.3 |  75M|  64 |   - |1800 |3444 |1800 | 937 | 239k|  48k|7761 | 0.000000e+00 | 6.560000e+02 |    Inf 
553.71/553.75	o 554
553.71/553.75	c * 554s| 86622 | 10901 |  2888k|  33.3 |  70M|  64 |   - |1800 |3280 |1800 | 948 | 240k|  48k|7772 | 0.000000e+00 | 5.540000e+02 |    Inf 
557.11/557.17	o 491
557.11/557.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.11/557.17	c * 557s| 87230 |  9362 |  2908k|  33.3 |  64M|  64 |   - |1800 |2711 |1800 | 931 | 240k|  49k|7805 | 0.000000e+00 | 4.910000e+02 |    Inf 
561.61/561.67	o 305
561.61/561.67	c * 562s| 88083 |  4546 |  2936k|  33.3 |  42M|  64 |   - |1800 |2752 |1800 | 927 | 240k|  50k|7822 | 0.000000e+00 | 3.050000e+02 |    Inf 
562.91/562.91	o 271
562.91/562.91	c * 563s| 88319 |  3645 |  2945k|  33.3 |  37M|  64 |   - |1800 |2192 |1800 | 921 | 241k|  50k|7827 | 0.000000e+00 | 2.710000e+02 |    Inf 
563.82/563.89	o 262
563.82/563.89	c * 564s| 88495 |  2915 |  2952k|  33.4 |  33M|  64 |   - |1800 |2066 |1800 | 899 | 241k|  50k|7831 | 0.000000e+00 | 2.620000e+02 |    Inf 
564.81/564.81	o 225
564.81/564.81	c * 565s| 88660 |  2666 |  2958k|  33.4 |  32M|  64 |   - |1800 |2103 |1800 | 918 | 241k|  51k|7845 | 0.000000e+00 | 2.250000e+02 |    Inf 
564.91/564.99	o 191
564.91/564.99	c * 565s| 88703 |  2557 |  2959k|  33.4 |  31M|  64 |   - |1800 |2028 |1800 | 920 | 241k|  51k|7848 | 0.000000e+00 | 1.910000e+02 |    Inf 
565.21/565.25	o 153
565.21/565.25	c * 565s| 88753 |  2369 |  2961k|  33.4 |  30M|  64 |   - |1800 |1779 |1800 | 917 | 241k|  51k|7850 | 0.000000e+00 | 1.530000e+02 |    Inf 
566.02/566.03	o 120
566.02/566.03	c * 566s| 88919 |  1929 |  2966k|  33.4 |  29M|  64 |   - |1800 |1643 |1800 | 919 | 241k|  51k|7862 | 0.000000e+00 | 1.200000e+02 |    Inf 
566.02/566.04	o 59
566.02/566.04	c * 566s| 88920 |  1789 |  2967k|  33.4 |  28M|  64 |   - |1800 |1643 |1800 | 918 | 241k|  51k|7862 | 0.000000e+00 | 5.900000e+01 |    Inf 
566.21/566.22	o 41
566.21/566.22	c * 566s| 88956 |  1721 |  2968k|  33.4 |  27M|  64 |   - |1800 |1467 |1800 | 924 | 241k|  51k|7862 | 0.000000e+00 | 4.100000e+01 |    Inf 
567.21/567.22	o 6
567.21/567.22	c * 567s| 89183 |  1239 |  2976k|  33.4 |  26M|  64 |   - |1800 |1524 |1800 | 917 | 241k|  51k|7862 | 0.000000e+00 | 6.000000e+00 |    Inf 
569.61/569.69	c   570s| 90000 |   178 |  2997k|  33.3 |  23M|  64 |  60 |1800 |1988 |1800 | 917 | 241k|  52k|7862 | 0.000000e+00 | 6.000000e+00 |    Inf 
571.81/571.85	c 
571.81/571.85	c SCIP Status        : problem is solved [optimal solution found]
571.81/571.85	c Solving Time (sec) : 571.85
571.81/571.85	c Solving Nodes      : 90859
571.81/571.85	c Primal Bound       : +6.00000000000000e+00 (254 solutions)
571.81/571.85	c Dual Bound         : +6.00000000000000e+00
571.81/571.85	c Gap                : 0.00 %
571.81/571.85	s OPTIMUM FOUND
571.81/571.85	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 -x178 
571.81/571.85	v x177 x176 -x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
571.81/571.85	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 -x132 
571.81/571.85	v x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 x122 -x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 x112 -x111 x110 -x109 
571.81/571.85	v -x108 x107 -x106 x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 x96 -x95 x94 -x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 
571.81/571.85	v x83 x82 -x81 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 
571.81/571.85	v x55 -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 x28 
571.81/571.85	v -x27 x26 -x25 x24 -x23 x22 -x21 x20 -x19 -x18 x17 x16 -x15 x14 -x13 -x12 x11 x10 -x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
571.81/571.85	c SCIP Status        : problem is solved [optimal solution found]
571.81/571.85	c Total Time         :     571.85
571.81/571.85	c   solving          :     571.85
571.81/571.85	c   presolving       :       0.05 (included in solving)
571.81/571.85	c   reading          :       0.01 (included in solving)
571.81/571.85	c Original Problem   :
571.81/571.85	c   Problem name     : HOME/instance-3447961-1307902595.wbo
571.81/571.85	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
571.81/571.85	c   Constraints      : 951 initial, 951 maximal
571.81/571.85	c Presolved Problem  :
571.81/571.85	c   Problem name     : t_HOME/instance-3447961-1307902595.wbo
571.81/571.85	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
571.81/571.85	c   Constraints      : 1700 initial, 4813 maximal
571.81/571.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
571.81/571.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
571.81/571.85	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
571.81/571.85	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
571.81/571.85	c   root node        :          -       1694          -          -       1694          -          -          -          -          -
571.81/571.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
571.81/571.85	c   integral         :          0          0          0     302384          0       3578          0         97        307          0          0     121988
571.81/571.85	c   varbound         :          0+         6     390531     241097          0          0      53566         21    2924239     241125          0          0
571.81/571.85	c   linear           :        850          6     390781         36          0       3575     234288      12313     501997          0          0          0
571.81/571.85	c   indicator        :        850          0     378408     241097          0       3561      63934          0      63509          0          0          0
571.81/571.85	c   logicor          :          0+         0     204679          0          0          0      95069       3863     105015          0          0          0
571.81/571.85	c   countsols        :          0          0          0         37          0        219          0          0          0          0          0          0
571.81/571.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
571.81/571.85	c   integral         :      19.10       0.00       0.00      19.10       0.00       0.01       0.00
571.81/571.85	c   varbound         :      11.62       0.00       7.41       4.19       0.00       0.00       0.02
571.81/571.85	c   linear           :       7.22       0.00       6.71       0.00       0.00       0.34       0.17
571.81/571.85	c   indicator        :      22.16       0.00       6.32      13.83       0.00       1.97       0.02
571.81/571.85	c   logicor          :       3.03       0.00       2.92       0.00       0.00       0.00       0.11
571.81/571.85	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
571.81/571.85	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
571.81/571.85	c   vbounds          :     187872      65216          8    5995907
571.81/571.85	c   rootredcost      :         39          0          0        847
571.81/571.85	c   pseudoobj        :     404285      64285      13676    2923442
571.81/571.85	c Propagator Timings :  TotalTime  Propagate    Resprop
571.81/571.85	c   vbounds          :      21.45      21.43       0.02
571.81/571.85	c   rootredcost      :       0.10       0.10       0.00
571.81/571.85	c   pseudoobj        :       9.83       9.22       0.60
571.81/571.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
571.81/571.85	c   propagation      :       1.32      29881      29087      73919       22.3       1134       13.0          -
571.81/571.85	c   infeasible LP    :       0.01         20         20         90       21.7          0        0.0          0
571.81/571.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
571.81/571.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
571.81/571.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
571.81/571.85	c   applied globally :          -          -          -      53791       20.0          -          -          -
571.81/571.85	c   applied locally  :          -          -          -          0        0.0          -          -          -
571.81/571.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
571.81/571.85	c   cut pool         :       0.00          5          -          -         31          -    (maximal pool size: 2479)
571.81/571.85	c   redcost          :      12.30     169267          0    5966180          0          0
571.81/571.85	c   impliedbounds    :       0.00          6          0          0          0          0
571.81/571.85	c   intobj           :       0.00          0          0          0          0          0
571.81/571.85	c   gomory           :       0.36          6          0          0        665          0
571.81/571.85	c   cgmip            :       0.00          0          0          0          0          0
571.81/571.85	c   closecuts        :       0.00          0          0          0          0          0
571.81/571.85	c   strongcg         :       0.31          6          0          0       2262          0
571.81/571.85	c   cmir             :       0.07          6          0          0          0          0
571.81/571.85	c   flowcover        :       0.06          6          0          0          0          0
571.81/571.85	c   clique           :       0.00          1          0          0          0          0
571.81/571.85	c   zerohalf         :       0.00          0          0          0          0          0
571.81/571.85	c   mcf              :       0.00          1          0          0          0          0
571.81/571.85	c   oddcycle         :       0.00          0          0          0          0          0
571.81/571.85	c   rapidlearning    :       0.07          1          0          0          0          0
571.81/571.85	c Pricers            :       Time      Calls       Vars
571.81/571.85	c   problem variables:       0.00          0          0
571.81/571.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
571.81/571.85	c   relpscost        :      18.99      61286         97        307          0          0     121988
571.81/571.85	c   pscost           :       0.00          0          0          0          0          0          0
571.81/571.85	c   inference        :       0.00          0          0          0          0          0          0
571.81/571.85	c   mostinf          :       0.00          0          0          0          0          0          0
571.81/571.85	c   leastinf         :       0.00          0          0          0          0          0          0
571.81/571.85	c   fullstrong       :       0.00          0          0          0          0          0          0
571.81/571.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
571.81/571.85	c   random           :       0.00          0          0          0          0          0          0
571.81/571.85	c Primal Heuristics  :       Time      Calls      Found
571.81/571.85	c   LP solutions     :       0.06          -         37
571.81/571.85	c   pseudo solutions :       0.00          -          0
571.81/571.85	c   feaspump         :       0.00          0          0
571.81/571.85	c   oneopt           :       0.27         38          0
571.81/571.85	c   objpscostdiving  :       2.73        173          0
571.81/571.85	c   pscostdiving     :       4.59        370          0
571.81/571.85	c   linesearchdiving :       5.15        370          0
571.81/571.85	c   coefdiving       :       5.31        370          1
571.81/571.85	c   guideddiving     :       4.73        370          1
571.81/571.85	c   fracdiving       :       4.47        371          0
571.81/571.85	c   veclendiving     :       4.91        371          0
571.81/571.85	c   trivial          :       0.00          2          1
571.81/571.85	c   shiftandpropagate:       0.00          0          0
571.81/571.85	c   simplerounding   :       0.22      70674          0
571.81/571.85	c   zirounding       :       0.08       1000          0
571.81/571.85	c   rounding         :       0.30       3679          0
571.81/571.85	c   shifting         :       1.00       1140          0
571.81/571.85	c   intshifting      :       0.00          0          0
571.81/571.85	c   twoopt           :       0.00          0          0
571.81/571.85	c   fixandinfer      :       0.00          0          0
571.81/571.85	c   clique           :       0.00          0          0
571.81/571.85	c   intdiving        :       0.00          0          0
571.81/571.85	c   actconsdiving    :       0.00          0          0
571.81/571.85	c   rootsoldiving    :       2.60        138          0
571.81/571.85	c   octane           :       0.00          0          0
571.81/571.85	c   rens             :       0.02          1          0
571.81/571.85	c   rins             :       0.00          0          0
571.81/571.85	c   localbranching   :       0.00          0          0
571.81/571.85	c   mutation         :       0.00          0          0
571.81/571.85	c   crossover        :       1.22         44          0
571.81/571.85	c   dins             :       0.00          0          0
571.81/571.85	c   vbounds          :       0.00          0          0
571.81/571.85	c   undercover       :       0.00          0          0
571.81/571.85	c   subnlp           :       0.01          0          0
571.81/571.85	c   trysol           :       0.22       3339        214
571.81/571.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
571.81/571.85	c   primal LP        :       1.31          0          0       0.00       0.00
571.81/571.85	c   dual LP          :     334.44     333731    2766292       8.29    8271.33
571.81/571.85	c   lex dual LP      :       0.00          0          0       0.00          -
571.81/571.85	c   barrier LP       :       0.00          0          0       0.00          -
571.81/571.85	c   diving/probing LP:      24.52      21336     248706      11.66   10143.87
571.81/571.85	c   strong branching :      18.11       7871     155949      19.81    8613.10
571.81/571.85	c     (at root node) :          -         33       5746     174.12          -
571.81/571.85	c   conflict analysis:       0.00          0          0       0.00          -
571.81/571.85	c B&B Tree           :
571.81/571.85	c   number of runs   :          1
571.81/571.85	c   nodes            :      90859
571.81/571.85	c   nodes (total)    :      90859
571.81/571.85	c   nodes left       :          0
571.81/571.85	c   max depth        :         64
571.81/571.85	c   max depth (total):         64
571.81/571.85	c   backtracks       :      18357 (20.2%)
571.81/571.85	c   delayed cutoffs  :      11962
571.81/571.85	c   repropagations   :      51565 (885183 domain reductions, 2962 cutoffs)
571.81/571.85	c   avg switch length:       6.27
571.81/571.85	c   switching time   :      18.78
571.81/571.85	c Solution           :
571.81/571.85	c   Solutions found  :        254 (40 improvements)
571.81/571.85	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
571.81/571.85	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 89183 nodes, 567.23 seconds, depth 17, found by <relaxation>)
571.81/571.85	c   Dual Bound       : +6.00000000000000e+00
571.81/571.85	c   Gap              :       0.00 %
571.81/571.85	c   Root Dual Bound  : +0.00000000000000e+00
571.81/571.85	c   Root Iterations  :        806
571.81/571.87	c Time complete: 571.89.

Verifier Data

OK	6

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-3447961-1307902595/watcher-3447961-1307902595 -o /tmp/evaluation-result-3447961-1307902595/solver-3447961-1307902595 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447961-1307902595.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.00 2.00 1.96 2/175 6474
/proc/meminfo: memFree=32472220/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=10116 CPUtime=0 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 1513 0 0 0 0 0 0 0 25 0 1 0 901861851 10358784 1466 33554432000 4194304 9128323 140737412332720 18446744073709551615 7948312 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6474/statm: 2529 1470 399 1205 0 1320 0

[startup+0.0181919 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 6474
/proc/meminfo: memFree=32472220/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=17412 CPUtime=0.01 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 3338 0 0 0 1 0 0 0 25 0 1 0 901861851 17829888 3290 33554432000 4194304 9128323 140737412332720 18446744073709551615 6890401 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 4386 3323 446 1205 0 3177 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17412

[startup+0.101168 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 6474
/proc/meminfo: memFree=32472220/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=27368 CPUtime=0.09 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 6083 0 0 0 9 0 0 0 25 0 1 0 901861851 28024832 5743 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 6842 5743 655 1205 0 5633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27368

[startup+0.301159 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 6474
/proc/meminfo: memFree=32472220/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=45560 CPUtime=0.29 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 11666 0 0 0 28 1 0 0 25 0 1 0 901861851 46653440 10325 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 11390 10325 714 1205 0 10181 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45560

[startup+0.701086 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 6474
/proc/meminfo: memFree=32472220/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=54472 CPUtime=0.69 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 13752 0 0 0 68 1 0 0 25 0 1 0 901861851 55779328 12409 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 13618 12409 712 1205 0 12409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54472

[startup+1.50093 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32387888/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=54612 CPUtime=1.49 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 16520 0 0 0 147 2 0 0 25 0 1 0 901861851 55922688 12492 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 13653 12492 719 1205 0 12444 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54612

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32383300/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=54612 CPUtime=3.09 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 16528 0 0 0 305 4 0 0 25 0 1 0 901861851 55922688 12500 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 13653 12500 719 1205 0 12444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54612

[startup+6.30103 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32382304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=54612 CPUtime=6.29 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 16528 0 0 0 619 10 0 0 25 0 1 0 901861851 55922688 12500 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 13653 12500 719 1205 0 12444 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54612

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32376296/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=57928 CPUtime=12.69 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 27365 0 0 0 1251 18 0 0 25 0 1 0 901861851 59318272 13254 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 14482 13254 720 1205 0 13273 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57928

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32368892/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=63880 CPUtime=25.49 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 42602 0 0 0 2515 34 0 0 25 0 1 0 901861851 65413120 14772 33554432000 4194304 9128323 140737412332720 18446744073709551615 7217604 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 15970 14772 727 1205 0 14761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63880

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6514
/proc/meminfo: memFree=32360268/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=67612 CPUtime=51.09 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 60914 0 0 0 5050 59 0 0 25 0 1 0 901861851 69234688 15717 33554432000 4194304 9128323 140737412332720 18446744073709551615 4528951 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 16903 15717 727 1205 0 15694 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67612

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 6515
/proc/meminfo: memFree=32343680/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=74820 CPUtime=102.3 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 84619 0 0 0 10124 106 0 0 25 0 1 0 901861851 76615680 17530 33554432000 4194304 9128323 140737412332720 18446744073709551615 5089311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 18705 17530 727 1205 0 17496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74820

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 6517
/proc/meminfo: memFree=32312264/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=94656 CPUtime=162.3 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 106115 0 0 0 16073 157 0 0 25 0 1 0 901861851 96927744 22500 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 23664 22500 728 1205 0 22455 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 94656

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 6519
/proc/meminfo: memFree=32291000/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=92248 CPUtime=222.3 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 112357 0 0 0 22028 202 0 0 25 0 1 0 901861851 94461952 21936 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 23062 21936 728 1205 0 21853 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92248

[startup+282.301 s]
/proc/loadavg: 2.04 2.02 1.97 3/178 6520
/proc/meminfo: memFree=32282028/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=101164 CPUtime=282.3 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 124847 0 0 0 27978 252 0 0 25 0 1 0 901861851 103591936 24137 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 25291 24137 728 1205 0 24082 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101164

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 6522
/proc/meminfo: memFree=32258284/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=112652 CPUtime=342.3 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 139120 0 0 0 33929 301 0 0 25 0 1 0 901861851 115355648 27003 33554432000 4194304 9128323 140737412332720 18446744073709551615 6712942 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 28163 27003 728 1205 0 26954 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112652

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6523
/proc/meminfo: memFree=32225500/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=125596 CPUtime=402.31 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 143662 0 0 0 39881 350 0 0 25 0 1 0 901861851 128610304 30258 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 31399 30258 729 1205 0 30190 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 125596

[startup+462.301 s]
/proc/loadavg: 1.51 1.87 1.93 2/172 6549
/proc/meminfo: memFree=32347920/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=146276 CPUtime=462.31 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 148689 0 0 0 45833 398 0 0 25 0 1 0 901861851 149786624 35250 33554432000 4194304 9128323 140737412332720 18446744073709551615 6712766 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 36569 35250 729 1205 0 35360 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 146276

[startup+522.3 s]
/proc/loadavg: 1.19 1.71 1.86 2/172 6551
/proc/meminfo: memFree=32329904/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=163704 CPUtime=522.31 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 173774 0 0 0 51786 445 0 0 25 0 1 0 901861851 167632896 39658 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 40926 39658 729 1205 0 39717 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 163704

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

[startup+537.501 s]
/proc/loadavg: 1.14 1.68 1.85 2/172 6551
/proc/meminfo: memFree=32323944/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=168756 CPUtime=537.51 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 178835 0 0 0 53293 458 0 0 25 0 1 0 901861851 172806144 40938 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 42189 40938 729 1205 0 40980 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 168756

[startup+550.301 s]
/proc/loadavg: 1.11 1.64 1.84 2/172 6551
/proc/meminfo: memFree=32323064/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=170336 CPUtime=550.31 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 183311 0 0 0 54562 469 0 0 25 0 1 0 901861851 174424064 41315 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 42584 41315 729 1205 0 41375 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 170336

[startup+563.101 s]
/proc/loadavg: 1.09 1.61 1.82 2/172 6552
/proc/meminfo: memFree=32320208/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=172552 CPUtime=563.12 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196650 0 0 0 55830 482 0 0 25 0 1 0 901861851 176693248 41883 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43138 41883 734 1205 0 41929 0
Current children cumulated CPU time (s) 563.12
Current children cumulated vsize (KiB) 172552

[startup+566.301 s]
/proc/loadavg: 1.09 1.61 1.82 2/172 6552
/proc/meminfo: memFree=32320316/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=172964 CPUtime=566.31 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196741 0 0 0 56146 485 0 0 25 0 1 0 901861851 177115136 41974 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43241 41974 734 1205 0 42032 0
Current children cumulated CPU time (s) 566.31
Current children cumulated vsize (KiB) 172964

[startup+569.5 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 6552
/proc/meminfo: memFree=32320304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=173136 CPUtime=569.51 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196782 0 0 0 56463 488 0 0 25 0 1 0 901861851 177291264 42015 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43284 42015 734 1205 0 42075 0
Current children cumulated CPU time (s) 569.51
Current children cumulated vsize (KiB) 173136

[startup+571.101 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 6552
/proc/meminfo: memFree=32320304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=173136 CPUtime=571.11 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196782 0 0 0 56622 489 0 0 25 0 1 0 901861851 177291264 42015 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43284 42015 734 1205 0 42075 0
Current children cumulated CPU time (s) 571.11
Current children cumulated vsize (KiB) 173136

[startup+571.501 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 6552
/proc/meminfo: memFree=32320304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=173136 CPUtime=571.52 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196782 0 0 0 56662 490 0 0 25 0 1 0 901861851 177291264 42015 33554432000 4194304 9128323 140737412332720 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43284 42015 734 1205 0 42075 0
Current children cumulated CPU time (s) 571.52
Current children cumulated vsize (KiB) 173136

[startup+571.701 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 6552
/proc/meminfo: memFree=32320304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=173136 CPUtime=571.72 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196782 0 0 0 56682 490 0 0 25 0 1 0 901861851 177291264 42015 33554432000 4194304 9128323 140737412332720 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43284 42015 734 1205 0 42075 0
Current children cumulated CPU time (s) 571.72
Current children cumulated vsize (KiB) 173136

[startup+571.801 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 6552
/proc/meminfo: memFree=32320304/32951124 swapFree=67050540/67111528
[pid=6474] ppid=6472 vsize=173136 CPUtime=571.81 cores=0,2,4,6
/proc/6474/stat : 6474 (scip-2.0.1.4.li) R 6472 6474 5088 0 -1 4202496 196782 0 0 0 56691 490 0 0 25 0 1 0 901861851 177291264 42015 33554432000 4194304 9128323 140737412332720 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6474/statm: 43284 42015 734 1205 0 42075 0
Current children cumulated CPU time (s) 571.81
Current children cumulated vsize (KiB) 173136

Child status: 0
Real time (s): 571.879
CPU time (s): 571.899
CPU user time (s): 566.988
CPU system time (s): 4.91125
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 184712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 566.988
system time used= 4.91125
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196787
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= 4
involuntary context switches= 6723

runsolver used 0.866868 second user time and 1.76073 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 20:16:35
IDJOB=3447961
IDBENCH=79417
IDSOLVER=1944
FILE ID=node102/3447961-1307902595
RUNJOBID= node102-1307897188-6081
PBS_JOBID= 13559600
Free space on /tmp= 74124 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh16_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447961-1307902595/watcher-3447961-1307902595 -o /tmp/evaluation-result-3447961-1307902595/solver-3447961-1307902595 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447961-1307902595.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8941aeee87a1a646f79f1fa97035d3b2
RANDOM SEED=1162088257

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32472284 kB
Buffers:        110540 kB
Cached:         149272 kB
SwapCached:      25148 kB
Active:         193812 kB
Inactive:        97736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32472284 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:       29596 kB
Mapped:           9236 kB
Slab:           122040 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   226964 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= 74124 MiB
End job on node102 at 2011-06-12 20:26:07