Trace number 3447960
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | /PARTIAL-SMALLINT-LIN/wcsp/jnh/ normalized-jnh209_wcsp.wbo |
MD5SUM | 9631dbe60bb4b54b94c0583eca7044d2 |
Bench Category | PARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints) |
Best result obtained on this benchmark | MOPT |
Best cost obtained on this benchmark | 0 |
Best CPU time to get the best result obtained on this benchmark | 0.006998 |
Max-Satisfiable | |
Max-(Un)Satisfiability was proved | |
Best value of the cost | |
Optimality of the best cost was proved | |
Number of variables | 200 |
Total number of constraints | 900 |
Number of soft constraints | 800 |
Number of constraints which are clauses | 800 |
Number of constraints which are cardinality constraints (but not clauses) | 100 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 11 |
Top cost | 394239 |
Min constraint cost | 1 |
Max constraint cost | 1000 |
Sum of constraints costs | 394238 |
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 numbers | 5 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-3447960-1307902589.wbo>
0.00/0.01 c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01 c problem read
0.00/0.01 c presolving settings loaded
0.00/0.02 c presolving:
0.00/0.02 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.00/0.03 c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05 c (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05 c (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05 c presolving (3 rounds):
0.00/0.05 c 100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05 c 1000 implications, 0 cliques
0.00/0.05 c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05 c 800 constraints of type <linear>
0.00/0.05 c 800 constraints of type <indicator>
0.00/0.05 c transformed objective value is always integral (scale: 1)
0.00/0.05 c Presolving Time: 0.04
0.00/0.05 c - non default parameters ----------------------------------------------------------------------
0.00/0.05 c # SCIP version 2.0.1.4
0.00/0.05 c
0.00/0.05 c # frequency for displaying node information lines
0.00/0.05 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05 c display/freq = 10000
0.00/0.05 c
0.00/0.05 c # maximal time in seconds to run
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/time = 1800
0.00/0.05 c
0.00/0.05 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05 c limits/memory = 13950
0.00/0.05 c
0.00/0.05 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05 c # [type: int, range: [1,2], default: 1]
0.00/0.05 c timing/clocktype = 2
0.00/0.05 c
0.00/0.05 c # belongs reading time to solving time?
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c timing/reading = TRUE
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify inequalities
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/linear/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/indicator/addCouplingCons = TRUE
0.00/0.05 c
0.00/0.05 c # should presolving try to simplify knapsacks
0.00/0.05 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05 c
0.00/0.05 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05 c separating/rapidlearning/freq = 0
0.00/0.05 c
0.00/0.05 c -----------------------------------------------------------------------------------------------
0.00/0.05 c start solving
0.00/0.05 c
0.00/0.05 o 394238
0.00/0.05 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.05 c t 0.1s| 1 | 0 | 0 | - |4705k| 0 | - |1700 |1600 | 0 | 0 | 0 | 0 | 0 | -- | 3.942380e+05 | Inf
0.00/0.06 c 0.1s| 1 | 0 | 132 | - |5776k| 0 | 72 |1700 |2400 |1700 | 800 | 0 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.19/0.21 c 0.2s| 1 | 0 | 384 | - |7525k| 0 | 80 |1700 |2400 |1700 | 828 | 28 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.29/0.33 c 0.3s| 1 | 0 | 464 | - |9072k| 0 | 78 |1700 |2400 |1700 | 841 | 41 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.39/0.45 c 0.5s| 1 | 0 | 672 | - | 10M| 0 | 62 |1700 |2400 |1700 | 858 | 58 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.48/0.53 c 0.5s| 1 | 0 | 775 | - | 10M| 0 | 71 |1700 |2400 |1700 | 891 | 91 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.59/0.64 c 0.6s| 1 | 0 | 843 | - | 12M| 0 | 81 |1700 |2400 |1700 | 908 | 108 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.69/0.77 c 0.8s| 1 | 0 | 878 | - | 15M| 0 | 86 |1700 |2400 |1700 | 913 | 113 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.89/0.91 c 0.9s| 1 | 0 | 923 | - | 17M| 0 | 82 |1700 |2400 |1700 | 916 | 116 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
0.99/1.07 c 1.1s| 1 | 0 | 951 | - | 20M| 0 | 79 |1700 |2400 |1700 | 920 | 120 | 0 | 0 | 0.000000e+00 | 3.942380e+05 | Inf
1.59/1.64 c 1.6s| 1 | 2 | 951 | - | 20M| 0 | 79 |1700 |2400 |1700 | 920 | 120 | 0 | 33 | 0.000000e+00 | 3.942380e+05 | Inf
9.69/9.77 o 7213
9.69/9.77 c * 9.8s| 1089 | 1059 | 33760 | 30.2 | 25M| 55 | - |1700 |2400 |1700 | 979 | 907 | 0 | 964 | 0.000000e+00 | 7.213000e+03 | Inf
23.59/23.68 o 6488
23.59/23.68 c f23.7s| 4538 | 4493 |133019 | 29.1 | 28M| 57 | - |1700 |2400 |1700 | 972 |7388 | 0 |1638 | 0.000000e+00 | 6.488000e+03 | Inf
24.89/24.97 o 5804
24.89/24.97 c *25.0s| 4792 | 4724 |140708 | 29.2 | 29M| 57 | - |1700 |2400 |1700 | 972 |8209 | 0 |1693 | 0.000000e+00 | 5.804000e+03 | Inf
32.39/32.43 o 3901
32.39/32.43 c *32.4s| 6163 | 5739 |190855 | 30.8 | 30M| 57 | - |1700 |2401 |1700 | 955 | 12k| 1 |1911 | 0.000000e+00 | 3.901000e+03 | Inf
38.09/38.10 o 3876
38.09/38.10 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
38.09/38.10 c *38.1s| 7224 | 6729 |229794 | 31.7 | 31M| 57 | - |1700 |2425 |1700 | 942 | 15k| 25 |2074 | 0.000000e+00 | 3.876000e+03 | Inf
38.09/38.12 o 3801
38.09/38.12 c *38.1s| 7226 | 6708 |229848 | 31.7 | 31M| 57 | - |1700 |2425 |1700 | 940 | 15k| 25 |2077 | 0.000000e+00 | 3.801000e+03 | Inf
49.69/49.77 o 3503
49.69/49.77 c *49.8s| 9321 | 8523 |310613 | 33.2 | 33M| 57 | - |1700 |2475 |1700 | 949 | 22k| 75 |2261 | 0.000000e+00 | 3.503000e+03 | Inf
53.60/53.68 c 53.7s| 10000 | 9128 |335683 | 33.5 | 34M| 57 | - |1700 |2494 |1700 | 945 | 25k| 94 |2351 | 0.000000e+00 | 3.503000e+03 | Inf
59.69/59.74 o 3402
59.69/59.74 c *59.7s| 10928 | 9805 |373350 | 34.1 | 35M| 57 | - |1700 |2555 |1700 | 952 | 29k| 155 |2567 | 0.000000e+00 | 3.402000e+03 | Inf
59.89/59.94 o 3281
59.89/59.94 c *59.9s| 10952 | 9757 |374399 | 34.1 | 35M| 57 | - |1700 |2559 |1700 | 939 | 29k| 159 |2572 | 0.000000e+00 | 3.281000e+03 | Inf
65.79/65.81 o 3216
65.79/65.81 c *65.8s| 11994 | 10628 |412591 | 34.3 | 36M| 57 | - |1700 |2597 |1700 | 951 | 33k| 197 |2703 | 0.000000e+00 | 3.216000e+03 | Inf
65.79/65.89 o 3099
65.79/65.89 c *65.9s| 11999 | 10560 |412961 | 34.3 | 36M| 57 | - |1700 |2597 |1700 | 947 | 33k| 197 |2710 | 0.000000e+00 | 3.099000e+03 | Inf
65.79/65.90 o 2653
65.79/65.90 c *65.9s| 12000 | 10160 |412979 | 34.3 | 35M| 57 | - |1700 |2597 |1700 | 946 | 33k| 197 |2710 | 0.000000e+00 | 2.653000e+03 | Inf
88.40/88.49 o 2149
88.40/88.49 c *88.5s| 16293 | 12739 |571024 | 35.0 | 38M| 59 | - |1700 |2985 |1700 | 942 | 44k| 620 |3370 | 0.000000e+00 | 2.149000e+03 | Inf
95.69/95.72 o 2127
95.69/95.72 c *95.7s| 17414 | 13408 |615574 | 35.3 | 40M| 59 | - |1700 |3076 |1700 | 932 | 48k| 762 |3603 | 0.000000e+00 | 2.127000e+03 | Inf
95.69/95.78 o 2037
95.69/95.78 c *95.8s| 17418 | 13210 |615826 | 35.3 | 39M| 59 | - |1700 |3076 |1700 | 934 | 48k| 762 |3609 | 0.000000e+00 | 2.037000e+03 | Inf
95.79/95.89 o 2002
95.79/95.89 c *95.9s| 17433 | 13142 |616365 | 35.3 | 39M| 59 | - |1700 |3080 |1700 | 931 | 48k| 770 |3616 | 0.000000e+00 | 2.002000e+03 | Inf
96.00/96.02 o 1829
96.00/96.02 c *96.0s| 17447 | 12621 |617092 | 35.3 | 39M| 59 | - |1700 |3082 |1700 | 927 | 48k| 772 |3616 | 0.000000e+00 | 1.829000e+03 | Inf
109.19/109.23 o 1823
109.19/109.23 c * 109s| 19823 | 13703 |700942 | 35.3 | 41M| 59 | - |1700 |3224 |1700 | 934 | 55k|1326 |3852 | 0.000000e+00 | 1.823000e+03 | Inf
109.19/109.24 o 1736
109.19/109.24 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
109.19/109.24 c * 109s| 19824 | 13403 |700951 | 35.3 | 40M| 59 | - |1700 |3224 |1700 | 934 | 55k|1326 |3852 | 0.000000e+00 | 1.736000e+03 | Inf
110.20/110.21 c 110s| 20000 | 13488 |706599 | 35.3 | 40M| 59 | 6 |1700 |3199 |1700 | 914 | 56k|1368 |3865 | 0.000000e+00 | 1.736000e+03 | Inf
114.69/114.71 o 1693
114.69/114.71 c * 115s| 20805 | 13792 |735153 | 35.3 | 41M| 59 | - |1700 |3189 |1700 | 933 | 58k|1541 |3967 | 0.000000e+00 | 1.693000e+03 | Inf
167.10/167.14 c 167s| 30000 | 17660 | 1060k| 35.3 | 49M| 59 | 16 |1700 |2904 |1700 | 908 | 88k|3989 |4919 | 0.000000e+00 | 1.693000e+03 | Inf
173.29/173.39 o 1682
173.29/173.39 c * 173s| 31125 | 17938 | 1097k| 35.2 | 49M| 59 | - |1700 |2865 |1700 | 944 | 91k|4428 |5037 | 0.000000e+00 | 1.682000e+03 | Inf
173.49/173.50 o 1371
173.49/173.50 c * 173s| 31139 | 15945 | 1098k| 35.2 | 47M| 59 | - |1700 |2865 |1700 | 937 | 91k|4430 |5039 | 0.000000e+00 | 1.371000e+03 | Inf
173.99/174.03 o 1252
173.99/174.03 c * 174s| 31221 | 15220 | 1101k| 35.3 | 46M| 59 | - |1700 |2858 |1700 | 934 | 92k|4447 |5046 | 0.000000e+00 | 1.252000e+03 | Inf
181.40/181.41 o 1105
181.40/181.41 c * 181s| 32623 | 14749 | 1145k| 35.1 | 46M| 59 | - |1700 |2875 |1700 | 929 | 95k|5038 |5148 | 0.000000e+00 | 1.105000e+03 | Inf
218.30/218.31 c 218s| 40000 | 15986 | 1368k| 34.2 | 53M| 59 | - |1700 |3208 |1700 | 926 | 111k|8440 |5678 | 0.000000e+00 | 1.105000e+03 | Inf
237.60/237.68 o 951
237.60/237.68 c * 238s| 43520 | 15430 | 1477k| 33.9 | 54M| 59 | - |1700 |3327 |1700 | 901 | 121k| 10k|5919 | 0.000000e+00 | 9.510000e+02 | Inf
237.79/237.81 o 844
237.79/237.81 c * 238s| 43541 | 14241 | 1478k| 33.9 | 51M| 59 | - |1700 |3206 |1700 | 901 | 121k| 10k|5920 | 0.000000e+00 | 8.440000e+02 | Inf
237.79/237.87 o 764
237.79/237.87 c * 238s| 43546 | 13346 | 1479k| 33.9 | 49M| 59 | - |1700 |3019 |1700 | 893 | 121k| 10k|5921 | 0.000000e+00 | 7.640000e+02 | Inf
237.79/237.88 o 713
237.79/237.88 c * 238s| 43547 | 12766 | 1479k| 33.9 | 48M| 59 | - |1700 |3019 |1700 | 896 | 121k| 10k|5921 | 0.000000e+00 | 7.130000e+02 | Inf
264.59/264.69 o 645
264.59/264.69 c * 265s| 49034 | 11286 | 1654k| 33.7 | 53M| 59 | - |1700 |3117 |1700 | 911 | 127k| 14k|6219 | 0.000000e+00 | 6.450000e+02 | Inf
269.09/269.13 c 269s| 50000 | 11347 | 1687k| 33.7 | 54M| 59 | 16 |1700 |2836 |1700 | 909 | 127k| 15k|6275 | 0.000000e+00 | 6.450000e+02 | Inf
269.20/269.29 o 454
269.20/269.29 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
269.20/269.29 c * 269s| 50028 | 8890 | 1688k| 33.7 | 50M| 59 | - |1700 |2847 |1700 | 914 | 127k| 15k|6275 | 0.000000e+00 | 4.540000e+02 | Inf
270.80/270.80 o 421
270.80/270.80 c v 271s| 50276 | 8032 | 1700k| 33.8 | 49M| 59 | - |1700 |2132 |1700 | 908 | 127k| 16k|6282 | 0.000000e+00 | 4.210000e+02 | Inf
273.70/273.75 o 420
273.70/273.75 c f 274s| 50817 | 7075 | 1723k| 33.9 | 49M| 59 | - |1700 |2238 |1700 | 909 | 127k| 16k|6334 | 0.000000e+00 | 4.200000e+02 | Inf
274.59/274.64 o 357
274.59/274.64 c * 275s| 50999 | 5954 | 1730k| 33.9 | 47M| 59 | - |1700 |2318 |1700 | 928 | 127k| 17k|6336 | 0.000000e+00 | 3.570000e+02 | Inf
274.59/274.65 o 208
274.59/274.65 c * 275s| 51000 | 4254 | 1730k| 33.9 | 41M| 59 | - |1700 |2316 |1700 | 928 | 127k| 17k|6336 | 0.000000e+00 | 2.080000e+02 | Inf
274.59/274.68 o 124
274.59/274.68 c * 275s| 51002 | 3570 | 1730k| 33.9 | 38M| 59 | - |1700 |1829 |1700 | 913 | 127k| 17k|6336 | 0.000000e+00 | 1.240000e+02 | Inf
275.20/275.26 o 111
275.20/275.26 c * 275s| 51093 | 2280 | 1735k| 34.0 | 35M| 59 | - |1700 |1517 |1700 | 911 | 127k| 17k|6336 | 0.000000e+00 | 1.110000e+02 | Inf
275.20/275.27 o 39
275.20/275.27 c * 275s| 51094 | 1456 | 1735k| 34.0 | 31M| 59 | - |1700 |1454 |1700 | 911 | 127k| 17k|6336 | 0.000000e+00 | 3.900000e+01 | Inf
275.50/275.52 o 0
275.50/275.52 c * 276s| 51142 | 0 | 1738k| 34.0 | 24M| 59 | - |1700 |1284 |1700 | 881 | 127k| 17k|6336 | 0.000000e+00 | 0.000000e+00 | 0.00%
275.50/275.52 c
275.50/275.52 c SCIP Status : problem is solved [optimal solution found]
275.50/275.52 c Solving Time (sec) : 275.53
275.50/275.52 c Solving Nodes : 51142
275.50/275.52 c Primal Bound : +0.00000000000000e+00 (268 solutions)
275.50/275.52 c Dual Bound : +0.00000000000000e+00
275.50/275.52 c Gap : 0.00 %
275.50/275.53 s OPTIMUM FOUND
275.50/275.53 v x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177
275.50/275.53 v x176 -x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155
275.50/275.53 v x154 -x153 x152 -x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132
275.50/275.53 v -x131 -x130 x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109
275.50/275.53 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
275.50/275.53 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
275.50/275.53 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
275.50/275.53 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
275.50/275.53 c SCIP Status : problem is solved [optimal solution found]
275.50/275.53 c Total Time : 275.53
275.50/275.53 c solving : 275.53
275.50/275.53 c presolving : 0.04 (included in solving)
275.50/275.53 c reading : 0.01 (included in solving)
275.50/275.53 c Original Problem :
275.50/275.53 c Problem name : HOME/instance-3447960-1307902589.wbo
275.50/275.53 c Variables : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
275.50/275.53 c Constraints : 901 initial, 901 maximal
275.50/275.53 c Presolved Problem :
275.50/275.53 c Problem name : t_HOME/instance-3447960-1307902589.wbo
275.50/275.53 c Variables : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
275.50/275.53 c Constraints : 1600 initial, 3342 maximal
275.50/275.53 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
275.50/275.53 c trivial : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c implics : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c probing : 0.02 0 0 0 0 0 0 0 0 0
275.50/275.53 c varbound : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c linear : 0.02 0 100 0 800 0 101 0 0 0
275.50/275.53 c indicator : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c logicor : 0.00 0 0 0 0 0 0 0 0 0
275.50/275.53 c root node : - 1550 - - 1550 - - - - -
275.50/275.53 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
275.50/275.53 c integral : 0 0 0 166590 0 3200 0 51 184 0 0 77038
275.50/275.53 c varbound : 0+ 8 167817 127905 0 0 15276 11 810669 127976 0 0
275.50/275.53 c linear : 800 8 167996 32 0 3197 80160 4694 203304 0 0 0
275.50/275.53 c indicator : 800 0 163313 127905 0 3194 20937 0 27980 0 0 0
275.50/275.53 c logicor : 0+ 0 80087 0 0 0 23857 2151 37428 0 0 0
275.50/275.53 c countsols : 0 0 0 35 0 235 0 0 0 0 0 0
275.50/275.53 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
275.50/275.53 c integral : 13.75 0.00 0.00 13.74 0.00 0.01 0.00
275.50/275.53 c varbound : 4.23 0.00 2.41 1.81 0.00 0.00 0.00
275.50/275.53 c linear : 2.71 0.00 2.42 0.00 0.00 0.24 0.05
275.50/275.53 c indicator : 10.06 0.00 2.30 6.26 0.00 1.48 0.01
275.50/275.53 c logicor : 0.86 0.00 0.84 0.00 0.00 0.00 0.02
275.50/275.53 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
275.50/275.53 c Propagators : #Propagate #Resprop Cutoffs DomReds
275.50/275.53 c vbounds : 70964 27752 7 2766431
275.50/275.53 c rootredcost : 37 0 0 775
275.50/275.53 c pseudoobj : 172511 18833 4692 809579
275.50/275.53 c Propagator Timings : TotalTime Propagate Resprop
275.50/275.53 c vbounds : 7.03 7.03 0.01
275.50/275.53 c rootredcost : 0.04 0.04 0.00
275.50/275.53 c pseudoobj : 3.19 3.04 0.15
275.50/275.53 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
275.50/275.53 c propagation : 0.35 11555 10867 22973 20.0 318 9.6 -
275.50/275.53 c infeasible LP : 0.00 8 8 26 16.7 0 0.0 0
275.50/275.53 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
275.50/275.53 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
275.50/275.53 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
275.50/275.53 c applied globally : - - - 17352 17.5 - - -
275.50/275.53 c applied locally : - - - 0 0.0 - - -
275.50/275.53 c Separators : Time Calls Cutoffs DomReds Cuts Conss
275.50/275.53 c cut pool : 0.01 7 - - 70 - (maximal pool size: 3090)
275.50/275.53 c redcost : 5.80 103110 0 2756565 0 0
275.50/275.53 c impliedbounds : 0.00 8 0 0 0 0
275.50/275.53 c intobj : 0.00 0 0 0 0 0
275.50/275.53 c gomory : 0.37 8 0 0 1039 0
275.50/275.53 c cgmip : 0.00 0 0 0 0 0
275.50/275.53 c closecuts : 0.00 0 0 0 0 0
275.50/275.53 c strongcg : 0.35 8 0 0 3696 0
275.50/275.53 c cmir : 0.07 8 0 0 0 0
275.50/275.53 c flowcover : 0.05 8 0 0 0 0
275.50/275.53 c clique : 0.00 1 0 0 0 0
275.50/275.53 c zerohalf : 0.00 0 0 0 0 0
275.50/275.53 c mcf : 0.00 1 0 0 0 0
275.50/275.53 c oddcycle : 0.00 0 0 0 0 0
275.50/275.53 c rapidlearning : 0.06 1 0 0 0 0
275.50/275.53 c Pricers : Time Calls Vars
275.50/275.53 c problem variables: 0.00 0 0
275.50/275.53 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
275.50/275.53 c relpscost : 13.69 38685 51 184 0 0 77038
275.50/275.53 c pscost : 0.00 0 0 0 0 0 0
275.50/275.53 c inference : 0.00 0 0 0 0 0 0
275.50/275.53 c mostinf : 0.00 0 0 0 0 0 0
275.50/275.53 c leastinf : 0.00 0 0 0 0 0 0
275.50/275.53 c fullstrong : 0.00 0 0 0 0 0 0
275.50/275.53 c allfullstrong : 0.00 0 0 0 0 0 0
275.50/275.53 c random : 0.00 0 0 0 0 0 0
275.50/275.53 c Primal Heuristics : Time Calls Found
275.50/275.53 c LP solutions : 0.04 - 35
275.50/275.53 c pseudo solutions : 0.00 - 0
275.50/275.53 c intshifting : 0.00 0 0
275.50/275.53 c oneopt : 0.17 32 0
275.50/275.53 c rootsoldiving : 1.43 130 0
275.50/275.53 c coefdiving : 1.80 303 0
275.50/275.53 c guideddiving : 2.01 303 0
275.50/275.53 c veclendiving : 1.89 303 1
275.50/275.53 c pscostdiving : 1.78 303 0
275.50/275.53 c fracdiving : 1.98 303 2
275.50/275.53 c linesearchdiving : 1.77 303 0
275.50/275.53 c objpscostdiving : 1.38 152 0
275.50/275.53 c trivial : 0.00 2 1
275.50/275.53 c shiftandpropagate: 0.00 0 0
275.50/275.53 c simplerounding : 0.11 43204 0
275.50/275.53 c zirounding : 0.06 1000 0
275.50/275.53 c rounding : 0.19 2890 0
275.50/275.53 c shifting : 0.65 895 0
275.50/275.53 c twoopt : 0.00 0 0
275.50/275.53 c fixandinfer : 0.00 0 0
275.50/275.53 c feaspump : 0.00 0 0
275.50/275.53 c clique : 0.00 0 0
275.50/275.53 c intdiving : 0.00 0 0
275.50/275.53 c actconsdiving : 0.00 0 0
275.50/275.53 c octane : 0.00 0 0
275.50/275.53 c rens : 0.02 1 0
275.50/275.53 c rins : 0.00 0 0
275.50/275.53 c localbranching : 0.00 0 0
275.50/275.53 c mutation : 0.00 0 0
275.50/275.53 c crossover : 0.73 28 1
275.50/275.53 c dins : 0.00 0 0
275.50/275.53 c vbounds : 0.00 0 0
275.50/275.53 c undercover : 0.00 0 0
275.50/275.53 c subnlp : 0.01 0 0
275.50/275.53 c trysol : 0.17 2954 228
275.50/275.53 c LP : Time Calls Iterations Iter/call Iter/sec
275.50/275.53 c primal LP : 0.72 0 0 0.00 0.00
275.50/275.53 c dual LP : 168.81 182239 1634821 8.97 9684.15
275.50/275.53 c lex dual LP : 0.00 0 0 0.00 -
275.50/275.53 c barrier LP : 0.00 0 0 0.00 -
275.50/275.53 c diving/probing LP: 9.87 9450 103586 10.96 10493.86
275.50/275.53 c strong branching : 13.18 6336 122877 19.39 9319.86
275.50/275.53 c (at root node) : - 33 6431 194.88 -
275.50/275.53 c conflict analysis: 0.00 0 0 0.00 -
275.50/275.53 c B&B Tree :
275.50/275.53 c number of runs : 1
275.50/275.53 c nodes : 51142
275.50/275.53 c nodes (total) : 51142
275.50/275.53 c nodes left : 0
275.50/275.53 c max depth : 59
275.50/275.53 c max depth (total): 59
275.50/275.53 c backtracks : 8696 (17.0%)
275.50/275.53 c delayed cutoffs : 6719
275.50/275.53 c repropagations : 16708 (229872 domain reductions, 722 cutoffs)
275.50/275.53 c avg switch length: 5.95
275.50/275.53 c switching time : 7.18
275.50/275.53 c Solution :
275.50/275.53 c Solutions found : 268 (39 improvements)
275.50/275.53 c First Solution : +3.94238000000000e+05 (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
275.50/275.53 c Primal Bound : +0.00000000000000e+00 (in run 1, after 51142 nodes, 275.52 seconds, depth 7, found by <relaxation>)
275.50/275.53 c Dual Bound : +0.00000000000000e+00
275.50/275.53 c Gap : 0.00 %
275.50/275.53 c Root Dual Bound : +0.00000000000000e+00
275.50/275.53 c Root Iterations : 951
275.50/275.54 c Time complete: 275.55.
Verifier Data
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 /var/tmp/evaluation-result-3447960-1307902589/watcher-3447960-1307902589 -o /var/tmp/evaluation-result-3447960-1307902589/solver-3447960-1307902589 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447960-1307902589.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: 1.84 1.97 1.95 2/177 17334
/proc/meminfo: memFree=3340592/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=10336 CPUtime=0 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 1567 0 0 0 0 0 0 0 25 0 1 0 901857646 10584064 1521 33554432000 4194304 9128323 140733662242976 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17334/statm: 2584 1521 399 1205 0 1375 0
[startup+0.072322 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 17334
/proc/meminfo: memFree=3340592/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=26888 CPUtime=0.06 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 5897 0 0 0 6 0 0 0 25 0 1 0 901857646 27533312 5567 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 6722 5567 646 1205 0 5513 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26888
[startup+0.100323 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 17334
/proc/meminfo: memFree=3340592/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=28196 CPUtime=0.09 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 6277 0 0 0 9 0 0 0 25 0 1 0 901857646 28872704 5947 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 7049 5947 655 1205 0 5840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28196
[startup+0.30028 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 17334
/proc/meminfo: memFree=3340592/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=45000 CPUtime=0.29 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 11550 0 0 0 29 0 0 0 25 0 1 0 901857646 46080000 10174 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 11250 10174 725 1205 0 10041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45000
[startup+0.701167 s]
/proc/loadavg: 1.84 1.97 1.95 2/177 17334
/proc/meminfo: memFree=3340592/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=45168 CPUtime=0.69 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 11646 0 0 0 68 1 0 0 25 0 1 0 901857646 46252032 10257 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 11292 10257 712 1205 0 10083 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45168
[startup+1.50107 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 17335
/proc/meminfo: memFree=3299200/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=49372 CPUtime=1.49 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 15878 0 0 0 147 2 0 0 25 0 1 0 901857646 50556928 11347 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 12343 11347 719 1205 0 11134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49372
[startup+3.10079 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 17335
/proc/meminfo: memFree=3296028/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=49840 CPUtime=3.09 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 15998 0 0 0 303 6 0 0 25 0 1 0 901857646 51036160 11467 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 12460 11467 719 1205 0 11251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49840
[startup+6.30022 s]
/proc/loadavg: 1.85 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3295056/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=50132 CPUtime=6.29 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 16078 0 0 0 618 11 0 0 25 0 1 0 901857646 51335168 11547 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 12533 11547 720 1205 0 11324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50132
[startup+12.701 s]
/proc/loadavg: 1.86 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3287020/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=54804 CPUtime=12.69 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 26865 0 0 0 1249 20 0 0 25 0 1 0 901857646 56119296 12671 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 13701 12671 721 1205 0 12492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54804
[startup+25.5008 s]
/proc/loadavg: 1.89 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3277948/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=60404 CPUtime=25.49 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 40693 0 0 0 2509 40 0 0 25 0 1 0 901857646 61853696 14104 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 15101 14104 721 1205 0 13892 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60404
[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.95 3/178 17337
/proc/meminfo: memFree=3268120/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=65624 CPUtime=51.09 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 56112 0 0 0 5037 72 0 0 25 0 1 0 901857646 67198976 15413 33554432000 4194304 9128323 140733662242976 18446744073709551615 7192355 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 16406 15413 727 1205 0 15197 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65624
[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.95 3/178 17338
/proc/meminfo: memFree=3246812/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=74388 CPUtime=102.3 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 88768 0 0 0 10093 137 0 0 25 0 1 0 901857646 76173312 17637 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 18597 17637 727 1205 0 17388 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74388
[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17340
/proc/meminfo: memFree=3225812/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=83736 CPUtime=162.3 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 106571 0 0 0 16022 208 0 0 25 0 1 0 901857646 85745664 19988 33554432000 4194304 9128323 140733662242976 18446744073709551615 5992423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 20934 19988 727 1205 0 19725 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 83736
[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17341
/proc/meminfo: memFree=3195888/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=95872 CPUtime=222.3 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 122570 0 0 0 21955 275 0 0 25 0 1 0 901857646 98172928 23034 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 23968 23034 727 1205 0 22759 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95872
Solver just ended. Dumping a history of the last processes samples
[startup+230.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17342
/proc/meminfo: memFree=3192408/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=97656 CPUtime=230.3 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 122994 0 0 0 22748 282 0 0 25 0 1 0 901857646 99999744 23457 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 24414 23457 727 1205 0 23205 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 97656
[startup+255.9 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17342
/proc/meminfo: memFree=3177636/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=104236 CPUtime=255.89 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 133205 0 0 0 25281 308 0 0 25 0 1 0 901857646 106737664 25101 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 26059 25101 736 1205 0 24850 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 104236
[startup+268.701 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3171184/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=106956 CPUtime=268.7 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 138120 0 0 0 26549 321 0 0 25 0 1 0 901857646 109522944 25782 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 26739 25782 736 1205 0 25530 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 106956
[startup+271.9 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3169188/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=108380 CPUtime=271.9 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 141619 0 0 0 26865 325 0 0 25 0 1 0 901857646 110981120 26111 33554432000 4194304 9128323 140733662242976 18446744073709551615 7343074 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 27095 26111 736 1205 0 25886 0
Current children cumulated CPU time (s) 271.9
Current children cumulated vsize (KiB) 108380
[startup+273.5 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3168692/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=108592 CPUtime=273.5 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 141698 0 0 0 27022 328 0 0 25 0 1 0 901857646 111198208 26190 33554432000 4194304 9128323 140733662242976 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 27148 26190 736 1205 0 25939 0
Current children cumulated CPU time (s) 273.5
Current children cumulated vsize (KiB) 108592
[startup+274.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3168444/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=108940 CPUtime=274.29 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 141784 0 0 0 27101 328 0 0 25 0 1 0 901857646 111554560 26276 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 27235 26276 736 1205 0 26026 0
Current children cumulated CPU time (s) 274.29
Current children cumulated vsize (KiB) 108940
[startup+275.101 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3167944/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=108940 CPUtime=275.1 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 141788 0 0 0 27181 329 0 0 25 0 1 0 901857646 111554560 26280 33554432000 4194304 9128323 140733662242976 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 27235 26280 736 1205 0 26026 0
Current children cumulated CPU time (s) 275.1
Current children cumulated vsize (KiB) 108940
[startup+275.501 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17343
/proc/meminfo: memFree=3167944/32950928 swapFree=67052124/67111528
[pid=17334] ppid=17332 vsize=108940 CPUtime=275.5 cores=0,2,4,6
/proc/17334/stat : 17334 (scip-2.0.1.4.li) R 17332 17334 14010 0 -1 4202496 141792 0 0 0 27221 329 0 0 25 0 1 0 901857646 111554560 26284 33554432000 4194304 9128323 140733662242976 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17334/statm: 27235 26284 736 1205 0 26026 0
Current children cumulated CPU time (s) 275.5
Current children cumulated vsize (KiB) 108940
Child status: 0
Real time (s): 275.548
CPU time (s): 275.553
CPU user time (s): 272.252
CPU system time (s): 3.3015
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 109616
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.252
system time used= 3.3015
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141796
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= 301
runsolver used 0.404938 second user time and 0.861868 second system time
The end
Launcher Data
Begin job on node120 at 2011-06-12 20:16:29
IDJOB=3447960
IDBENCH=79416
IDSOLVER=1944
FILE ID=node120/3447960-1307902589
RUNJOBID= node120-1307897144-14736
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 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-jnh209_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 /var/tmp/evaluation-result-3447960-1307902589/watcher-3447960-1307902589 -o /var/tmp/evaluation-result-3447960-1307902589/solver-3447960-1307902589 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447960-1307902589.wbo -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 9631dbe60bb4b54b94c0583eca7044d2
RANDOM SEED=2128823003
node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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: 32950928 kB
MemFree: 3341028 kB
Buffers: 55076 kB
Cached: 28594760 kB
SwapCached: 11624 kB
Active: 13833744 kB
Inactive: 14873564 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 3341028 kB
SwapTotal: 67111528 kB
SwapFree: 67052124 kB
Dirty: 24080 kB
Writeback: 0 kB
AnonPages: 54196 kB
Mapped: 11564 kB
Slab: 839660 kB
PageTables: 4648 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 252200 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 /var/tmp at the end= 2868 MiB
End job on node120 at 2011-06-12 20:21:04