Trace number 3734769
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 | normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/ market-split/normalized-market-split_4_30_2.opb |
MD5SUM | 1d7dd5c267917b6fb58d303c57bfa918 |
Bench Category | OPT-SMALLINT (optimisation, small integers) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 5.99509 |
Has Objective Function | YES |
Satisfiable | NO |
(Un)Satisfiability was proved | YES |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 31 |
Total number of constraints | 9 |
Number of constraints which are clauses | 1 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 8 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 30 |
Number of terms in the objective function | 1 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 1 |
Number of bits of the sum of numbers in the objective function | 1 |
Biggest number in a constraint | 808 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2424 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.00 c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3734769-1338713677.opb>
0.00/0.00 c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.01 c presolving:
0.00/0.01 c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c (round 2) 1 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c presolving (3 rounds):
0.00/0.01 c 1 deleted vars, 5 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01 c 0 implications, 0 cliques
0.00/0.01 c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01 c 4 constraints of type <linear>
0.00/0.01 c transformed objective value is always integral (scale: 1)
0.00/0.01 c Presolving Time: 0.00
0.00/0.01 c - non default parameters ----------------------------------------------------------------------
0.00/0.01 c # SCIP version 2.0.1.5
0.00/0.01 c
0.00/0.01 c # frequency for displaying node information lines
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01 c display/freq = 10000
0.00/0.01 c
0.00/0.01 c # maximal time in seconds to run
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/time = 1797
0.00/0.01 c
0.00/0.01 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/memory = 13950
0.00/0.01 c
0.00/0.01 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01 c # [type: int, range: [1,2], default: 1]
0.00/0.01 c timing/clocktype = 2
0.00/0.01 c
0.00/0.01 c # belongs reading time to solving time?
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c timing/reading = TRUE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify inequalities
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/linear/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/indicator/addCouplingCons = TRUE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify knapsacks
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c separating/rapidlearning/freq = 0
0.00/0.01 c
0.00/0.01 c -----------------------------------------------------------------------------------------------
0.00/0.01 c start solving
0.00/0.01 c
0.00/0.01 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.01 c 0.0s| 1 | 0 | 18 | - | 219k| 0 | 4 | 30 | 13 | 30 | 4 | 0 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.03 c 0.0s| 1 | 0 | 64 | - | 276k| 0 | 9 | 30 | 36 | 30 | 9 | 5 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.03 c 0.0s| 1 | 0 | 74 | - | 291k| 0 | 8 | 30 | 36 | 30 | 13 | 9 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.03 c 0.0s| 1 | 0 | 79 | - | 307k| 0 | 7 | 30 | 36 | 30 | 17 | 13 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.03 c 0.0s| 1 | 0 | 82 | - | 332k| 0 | 9 | 30 | 36 | 30 | 19 | 15 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 86 | - | 352k| 0 | 9 | 30 | 36 | 30 | 21 | 17 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 88 | - | 372k| 0 | 12 | 30 | 36 | 30 | 23 | 19 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 98 | - | 387k| 0 | 11 | 30 | 36 | 30 | 25 | 21 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 104 | - | 404k| 0 | 13 | 30 | 36 | 30 | 28 | 24 | 9 | 0 | 0.000000e+00 | -- | Inf
0.00/0.06 c 0.1s| 1 | 2 | 104 | - | 405k| 0 | 13 | 30 | 36 | 30 | 28 | 24 | 9 | 9 | 0.000000e+00 | -- | Inf
1.49/1.56 c 1.6s| 10000 | 2360 | 16828 | 1.7 |2933k| 25 | 4 | 30 |2722 | 30 | 13 | 24 |4125 | 416 | 0.000000e+00 | -- | Inf
3.09/3.12 c 3.1s| 20000 | 3988 | 32879 | 1.6 |3899k| 25 | 4 | 30 |1941 | 30 | 13 | 24 |8071 | 636 | 0.000000e+00 | -- | Inf
4.48/4.54 c 4.5s| 30000 | 5063 | 47970 | 1.6 |4790k| 25 | - | 30 |2184 | 0 | 0 | 24 | 11k| 774 | 0.000000e+00 | -- | Inf
5.89/5.90 c 5.9s| 40000 | 6159 | 62762 | 1.6 |5769k| 25 | 4 | 30 |2806 | 30 | 13 | 24 | 15k| 896 | 0.000000e+00 | -- | Inf
7.38/7.40 c 7.4s| 50000 | 6911 | 77537 | 1.5 |6441k| 25 | 4 | 30 |2821 | 30 | 13 | 24 | 19k|1023 | 0.000000e+00 | -- | Inf
8.79/8.89 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
8.79/8.90 c 8.9s| 60000 | 7782 | 92486 | 1.5 |7480k| 25 | 4 | 30 |3786 | 30 | 13 | 24 | 23k|1143 | 0.000000e+00 | -- | Inf
10.38/10.47 c 10.5s| 70000 | 8274 |106539 | 1.5 |7789k| 25 | 4 | 30 |2925 | 30 | 13 | 24 | 26k|1234 | 0.000000e+00 | -- | Inf
11.99/12.05 c 12.0s| 80000 | 8662 |121327 | 1.5 |8303k| 25 | 4 | 30 |3048 | 30 | 13 | 24 | 30k|1365 | 0.000000e+00 | -- | Inf
13.48/13.56 c 13.6s| 90000 | 8861 |135395 | 1.5 |8542k| 25 | - | 30 |2694 | 0 | 0 | 24 | 34k|1471 | 0.000000e+00 | -- | Inf
14.98/15.00 c 15.0s|100000 | 9226 |149726 | 1.5 |9295k| 25 | 4 | 30 |3857 | 30 | 13 | 24 | 38k|1569 | 0.000000e+00 | -- | Inf
16.58/16.65 c 16.6s|110000 | 9149 |164557 | 1.5 |9199k| 25 | 4 | 30 |2751 | 30 | 13 | 24 | 42k|1681 | 0.000000e+00 | -- | Inf
17.98/18.04 c 18.0s|120000 | 9826 |179614 | 1.5 | 10M| 25 | - | 30 |4736 | 0 | 0 | 24 | 46k|1775 | 0.000000e+00 | -- | Inf
19.68/19.71 c 19.7s|130000 | 10263 |194849 | 1.5 | 10M| 25 | 4 | 30 |4236 | 30 | 13 | 24 | 49k|1852 | 0.000000e+00 | -- | Inf
21.28/21.39 c 21.4s|140000 | 10438 |209733 | 1.5 | 10M| 25 | 4 | 30 |3799 | 30 | 13 | 24 | 53k|1920 | 0.000000e+00 | -- | Inf
22.88/22.93 c 22.9s|150000 | 10854 |223986 | 1.5 | 11M| 25 | 4 | 30 |4397 | 30 | 13 | 24 | 56k|1990 | 0.000000e+00 | -- | Inf
24.48/24.57 c 24.6s|160000 | 11157 |237595 | 1.5 | 12M| 25 | - | 30 |5657 | 0 | 0 | 24 | 60k|2118 | 0.000000e+00 | -- | Inf
26.38/26.43 c 26.4s|170000 | 10985 |251724 | 1.5 | 11M| 25 | 4 | 30 |3640 | 30 | 13 | 24 | 63k|2180 | 0.000000e+00 | -- | Inf
27.98/28.01 c 28.0s|180000 | 11119 |266389 | 1.5 | 12M| 25 | 4 | 30 |3923 | 30 | 13 | 24 | 67k|2242 | 0.000000e+00 | -- | Inf
29.68/29.76 c 29.8s|190000 | 10681 |280249 | 1.5 | 11M| 25 | 4 | 30 |3090 | 30 | 13 | 24 | 72k|2310 | 0.000000e+00 | -- | Inf
31.27/31.39 c 31.4s|200000 | 10466 |294680 | 1.5 | 11M| 25 | 4 | 30 |3585 | 30 | 13 | 24 | 76k|2373 | 0.000000e+00 | -- | Inf
32.98/33.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
32.98/33.06 c 33.1s|210000 | 10427 |308888 | 1.5 | 12M| 25 | 4 | 30 |3907 | 30 | 13 | 24 | 80k|2420 | 0.000000e+00 | -- | Inf
34.67/34.72 c 34.7s|220000 | 10594 |322984 | 1.5 | 12M| 25 | - | 30 |4194 | 0 | 0 | 24 | 83k|2479 | 0.000000e+00 | -- | Inf
36.47/36.54 c 36.5s|230000 | 10029 |337357 | 1.5 | 11M| 25 | - | 30 |3506 | 0 | 0 | 24 | 88k|2552 | 0.000000e+00 | -- | Inf
38.18/38.28 c 38.3s|240000 | 9604 |351384 | 1.5 | 11M| 25 | 4 | 30 |3550 | 30 | 13 | 24 | 92k|2599 | 0.000000e+00 | -- | Inf
39.87/39.96 c 40.0s|250000 | 9810 |366230 | 1.5 | 12M| 25 | - | 30 |5264 | 0 | 0 | 24 | 96k|2663 | 0.000000e+00 | -- | Inf
41.77/41.87 c 41.9s|260000 | 9242 |381032 | 1.5 | 11M| 25 | - | 30 |3487 | 30 | 13 | 24 | 101k|2706 | 0.000000e+00 | -- | Inf
43.57/43.63 c 43.6s|270000 | 8802 |395915 | 1.5 | 11M| 25 | 4 | 30 |3376 | 30 | 13 | 24 | 105k|2782 | 0.000000e+00 | -- | Inf
45.28/45.34 c 45.3s|280000 | 8190 |409880 | 1.5 | 11M| 25 | - | 30 |3341 | 0 | 0 | 24 | 109k|2879 | 0.000000e+00 | -- | Inf
46.87/46.99 c 47.0s|290000 | 7576 |423884 | 1.5 | 10M| 25 | - | 30 |3109 | 0 | 0 | 24 | 113k|2923 | 0.000000e+00 | -- | Inf
48.47/48.57 c 48.6s|300000 | 7364 |437984 | 1.5 | 10M| 25 | 4 | 30 |4152 | 30 | 13 | 24 | 117k|2999 | 0.000000e+00 | -- | Inf
50.27/50.30 c 50.3s|310000 | 7267 |452061 | 1.5 | 10M| 25 | 4 | 30 |3733 | 30 | 13 | 24 | 121k|3053 | 0.000000e+00 | -- | Inf
52.07/52.10 c 52.1s|320000 | 7035 |466510 | 1.5 | 10M| 25 | 4 | 30 |3779 | 30 | 13 | 24 | 125k|3126 | 0.000000e+00 | -- | Inf
53.67/53.79 c 53.8s|330000 | 6802 |480190 | 1.5 | 10M| 25 | 4 | 30 |4043 | 30 | 13 | 24 | 129k|3197 | 0.000000e+00 | -- | Inf
55.47/55.53 c 55.5s|340000 | 6079 |493845 | 1.5 |9625k| 25 | 4 | 30 |3174 | 30 | 13 | 24 | 133k|3289 | 0.000000e+00 | -- | Inf
57.18/57.27 c 57.3s|350000 | 5358 |508161 | 1.5 |8974k| 25 | 4 | 30 |3163 | 30 | 13 | 24 | 137k|3349 | 0.000000e+00 | -- | Inf
58.77/58.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
58.77/58.82 c 58.8s|360000 | 5632 |522588 | 1.5 |9633k| 25 | - | 30 |4502 | 0 | 0 | 24 | 140k|3406 | 0.000000e+00 | -- | Inf
60.67/60.72 c 60.7s|370000 | 5100 |537087 | 1.5 |9171k| 25 | - | 30 |4339 | 30 | 13 | 24 | 145k|3461 | 0.000000e+00 | -- | Inf
62.37/62.44 c 62.4s|380000 | 4730 |550846 | 1.4 |8554k| 25 | 4 | 30 |3645 | 30 | 13 | 24 | 149k|3509 | 0.000000e+00 | -- | Inf
64.07/64.14 c 64.1s|390000 | 4253 |563934 | 1.4 |8070k| 25 | - | 30 |3304 | 0 | 0 | 24 | 152k|3542 | 0.000000e+00 | -- | Inf
65.77/65.84 c 65.8s|400000 | 3912 |578532 | 1.4 |7800k| 25 | - | 30 |3595 | 0 | 0 | 24 | 156k|3598 | 0.000000e+00 | -- | Inf
67.57/67.63 c 67.6s|410000 | 3296 |592714 | 1.4 |7367k| 25 | - | 30 |4139 | 0 | 0 | 24 | 161k|3648 | 0.000000e+00 | -- | Inf
69.27/69.37 c 69.4s|420000 | 2897 |607397 | 1.4 |6988k| 25 | 4 | 30 |4417 | 30 | 13 | 24 | 165k|3704 | 0.000000e+00 | -- | Inf
71.17/71.22 c 71.2s|430000 | 2159 |621739 | 1.4 |5898k| 25 | 4 | 30 |3860 | 30 | 13 | 24 | 169k|3748 | 0.000000e+00 | -- | Inf
72.76/72.86 c 72.9s|440000 | 1872 |635191 | 1.4 |5498k| 25 | 4 | 30 |3982 | 30 | 13 | 24 | 173k|3779 | 0.000000e+00 | -- | Inf
74.47/74.56 c 74.6s|450000 | 1530 |648734 | 1.4 |5586k| 25 | - | 30 |5216 | 0 | 0 | 24 | 177k|3834 | 0.000000e+00 | -- | Inf
76.47/76.51 c 76.5s|460000 | 787 |663019 | 1.4 |4135k| 25 | 4 | 30 |3860 | 30 | 13 | 24 | 182k|3871 | 0.000000e+00 | -- | Inf
78.17/78.28 c 78.3s|470000 | 611 |677582 | 1.4 |3924k| 25 | 4 | 30 |4220 | 30 | 13 | 24 | 186k|3904 | 0.000000e+00 | -- | Inf
79.97/80.05 c 80.0s|480000 | 564 |693594 | 1.4 |4301k| 25 | 4 | 30 |5789 | 30 | 13 | 24 | 191k|3947 | 0.000000e+00 | -- | Inf
81.66/81.78 c 81.8s|490000 | 401 |707243 | 1.4 |3811k| 25 | - | 30 |4745 | 30 | 13 | 24 | 195k|3991 | 0.000000e+00 | -- | Inf
83.66/83.74 c 83.7s|500000 | 224 |722457 | 1.4 |4029k| 25 | - | 30 |6104 | 0 | 0 | 24 | 199k|4036 | 0.000000e+00 | -- | Inf
85.57/85.63 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
85.57/85.63 c 85.6s|510000 | 585 |737796 | 1.4 |4738k| 25 | 4 | 30 |7322 | 30 | 13 | 24 | 203k|4070 | 0.000000e+00 | -- | Inf
87.57/87.64 c 87.6s|520000 | 511 |752028 | 1.4 |4833k| 25 | 4 | 30 |7605 | 30 | 13 | 24 | 207k|4108 | 0.000000e+00 | -- | Inf
89.67/89.70 c 89.7s|530000 | 254 |765638 | 1.4 |4771k| 25 | - | 30 |8175 | 0 | 0 | 24 | 210k|4162 | 0.000000e+00 | -- | Inf
91.76/91.82 c 91.8s|540000 | 181 |780967 | 1.4 |4421k| 25 | - | 30 |7232 | 0 | 0 | 24 | 214k|4215 | 0.000000e+00 | -- | Inf
93.77/93.80 c 93.8s|550000 | 618 |797172 | 1.4 |4986k| 25 | - | 30 |8307 | 0 | 0 | 24 | 218k|4272 | 0.000000e+00 | -- | Inf
95.77/95.88 c
95.77/95.88 c SCIP Status : problem is solved [infeasible]
95.77/95.88 c Solving Time (sec) : 95.88
95.77/95.88 c Solving Nodes : 558561
95.77/95.88 c Primal Bound : +1.00000000000000e+20 (0 solutions)
95.77/95.88 c Dual Bound : +1.00000000000000e+20
95.77/95.88 c Gap : 0.00 %
95.77/95.88 s UNSATISFIABLE
95.77/95.88 c SCIP Status : problem is solved [infeasible]
95.77/95.88 c Total Time : 95.88
95.77/95.88 c solving : 95.88
95.77/95.88 c presolving : 0.00 (included in solving)
95.77/95.88 c reading : 0.00 (included in solving)
95.77/95.88 c Original Problem :
95.77/95.88 c Problem name : HOME/instance-3734769-1338713677.opb
95.77/95.88 c Variables : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
95.77/95.88 c Constraints : 9 initial, 9 maximal
95.77/95.88 c Presolved Problem :
95.77/95.88 c Problem name : t_HOME/instance-3734769-1338713677.opb
95.77/95.88 c Variables : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
95.77/95.88 c Constraints : 4 initial, 8939 maximal
95.77/95.88 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
95.77/95.88 c trivial : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c dualfix : 0.00 1 0 0 0 0 0 0 0 0
95.77/95.88 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c implics : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c probing : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c linear : 0.00 0 0 0 0 0 5 0 0 0
95.77/95.88 c logicor : 0.00 0 0 0 0 0 0 0 0 0
95.77/95.88 c root node : - 2 - - 2 - - - - -
95.77/95.88 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
95.77/95.88 c integral : 0 0 0 312499 0 4 0 472 3052 0 0 618018
95.77/95.88 c linear : 4+ 9 1165064 0 0 3 1667101 230185 1645534 0 0 0
95.77/95.88 c logicor : 0+ 8 573378 0 0 0 384145 3104 177860 0 0 0
95.77/95.88 c countsols : 0 0 0 0 0 0 0 0 0 0 0 0
95.77/95.88 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
95.77/95.88 c integral : 1.78 0.00 0.00 1.78 0.00 0.00 0.00
95.77/95.88 c linear : 15.02 0.00 12.73 0.00 0.00 0.00 2.29
95.77/95.88 c logicor : 19.43 0.00 19.13 0.00 0.00 0.00 0.30
95.77/95.88 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
95.77/95.88 c Propagators : #Propagate #Resprop Cutoffs DomReds
95.77/95.88 c vbounds : 0 0 0 0
95.77/95.88 c rootredcost : 0 0 0 0
95.77/95.88 c pseudoobj : 0 0 0 0
95.77/95.88 c Propagator Timings : TotalTime Propagate Resprop
95.77/95.88 c vbounds : 0.15 0.15 0.00
95.77/95.88 c rootredcost : 0.16 0.16 0.00
95.77/95.88 c pseudoobj : 0.10 0.10 0.00
95.77/95.88 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
95.77/95.88 c propagation : 3.94 233289 107815 265643 19.6 8 18.1 -
95.77/95.88 c infeasible LP : 1.28 74958 74953 113437 12.7 876 17.6 0
95.77/95.88 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
95.77/95.88 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
95.77/95.88 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
95.77/95.88 c applied globally : - - - 222394 15.7 - - -
95.77/95.88 c applied locally : - - - 0 0.0 - - -
95.77/95.88 c Separators : Time Calls Cutoffs DomReds Cuts Conss
95.77/95.88 c cut pool : 0.00 7 - - 43 - (maximal pool size: 138)
95.77/95.88 c redcost : 0.26 312506 0 0 0 0
95.77/95.88 c impliedbounds : 0.00 8 0 0 0 0
95.77/95.88 c intobj : 0.00 0 0 0 0 0
95.77/95.88 c gomory : 0.00 8 0 0 2 0
95.77/95.88 c cgmip : 0.00 0 0 0 0 0
95.77/95.88 c closecuts : 0.00 0 0 0 0 0
95.77/95.88 c strongcg : 0.00 8 0 0 55 0
95.77/95.88 c cmir : 0.00 8 0 0 41 0
95.77/95.88 c flowcover : 0.01 8 0 0 65 0
95.77/95.88 c clique : 0.00 1 0 0 0 0
95.77/95.88 c zerohalf : 0.00 0 0 0 0 0
95.77/95.88 c mcf : 0.00 1 0 0 0 0
95.77/95.88 c oddcycle : 0.00 0 0 0 0 0
95.77/95.88 c rapidlearning : 0.02 1 0 0 0 23
95.77/95.88 c Pricers : Time Calls Vars
95.77/95.88 c problem variables: 0.00 0 0
95.77/95.88 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
95.77/95.88 c relpscost : 1.64 312499 472 3052 0 0 618018
95.77/95.88 c pscost : 0.00 0 0 0 0 0 0
95.77/95.88 c inference : 0.00 0 0 0 0 0 0
95.77/95.88 c mostinf : 0.00 0 0 0 0 0 0
95.77/95.88 c leastinf : 0.00 0 0 0 0 0 0
95.77/95.88 c fullstrong : 0.00 0 0 0 0 0 0
95.77/95.88 c allfullstrong : 0.00 0 0 0 0 0 0
95.77/95.88 c random : 0.00 0 0 0 0 0 0
95.77/95.88 c Primal Heuristics : Time Calls Found
95.77/95.88 c LP solutions : 0.00 - 0
95.77/95.88 c pseudo solutions : 0.00 - 0
95.77/95.88 c oneopt : 0.12 0 0
95.77/95.88 c crossover : 0.08 0 0
95.77/95.88 c guideddiving : 0.01 0 0
95.77/95.88 c rootsoldiving : 0.01 34 0
95.77/95.88 c fracdiving : 0.03 147 0
95.77/95.88 c veclendiving : 0.03 147 0
95.77/95.88 c linesearchdiving : 0.03 148 0
95.77/95.88 c coefdiving : 0.03 148 0
95.77/95.88 c pscostdiving : 0.03 148 0
95.77/95.88 c feaspump : 0.03 75 0
95.77/95.88 c objpscostdiving : 0.02 76 0
95.77/95.88 c trivial : 0.00 2 0
95.77/95.88 c shiftandpropagate: 0.00 1 0
95.77/95.88 c simplerounding : 0.05 0 0
95.77/95.88 c zirounding : 0.56 0 0
95.77/95.88 c rounding : 0.14 7866 0
95.77/95.88 c shifting : 0.44 3005 0
95.77/95.88 c intshifting : 0.01 0 0
95.77/95.88 c twoopt : 0.00 0 0
95.77/95.88 c fixandinfer : 0.00 0 0
95.77/95.88 c clique : 0.00 0 0
95.77/95.88 c intdiving : 0.00 0 0
95.77/95.88 c actconsdiving : 0.00 0 0
95.77/95.88 c octane : 0.00 0 0
95.77/95.88 c rens : 0.01 1 0
95.77/95.88 c rins : 0.00 0 0
95.77/95.88 c localbranching : 0.00 0 0
95.77/95.88 c mutation : 0.00 0 0
95.77/95.88 c dins : 0.00 0 0
95.77/95.88 c vbounds : 0.00 0 0
95.77/95.88 c undercover : 0.00 0 0
95.77/95.88 c subnlp : 0.07 0 0
95.77/95.88 c trysol : 0.07 0 0
95.77/95.88 c LP : Time Calls Iterations Iter/call Iter/sec
95.77/95.88 c primal LP : 0.00 0 0 0.00 -
95.77/95.88 c dual LP : 12.53 384127 809453 2.11 64585.73
95.77/95.88 c lex dual LP : 0.00 0 0 0.00 -
95.77/95.88 c barrier LP : 0.00 0 0 0.00 -
95.77/95.88 c diving/probing LP: 0.03 775 1058 1.37 34308.32
95.77/95.88 c strong branching : 0.24 4316 10374 2.40 42536.96
95.77/95.88 c (at root node) : - 9 199 22.11 -
95.77/95.88 c conflict analysis: 0.00 0 0 0.00 -
95.77/95.88 c B&B Tree :
95.77/95.88 c number of runs : 1
95.77/95.88 c nodes : 558561
95.77/95.88 c nodes (total) : 558561
95.77/95.88 c nodes left : 0
95.77/95.88 c max depth : 25
95.77/95.88 c max depth (total): 25
95.77/95.88 c backtracks : 159305 (28.5%)
95.77/95.88 c delayed cutoffs : 59458
95.77/95.88 c repropagations : 250256 (524870 domain reductions, 57524 cutoffs)
95.77/95.88 c avg switch length: 5.12
95.77/95.88 c switching time : 26.76
95.77/95.88 c Solution :
95.77/95.88 c Solutions found : 0 (0 improvements)
95.77/95.88 c Primal Bound : infeasible
95.77/95.88 c Dual Bound : -
95.77/95.88 c Gap : 0.00 %
95.77/95.88 c Root Dual Bound : +0.00000000000000e+00
95.77/95.88 c Root Iterations : 104
95.77/95.89 c Time complete: 95.86.
Verifier Data
ERROR: no interpretation found !
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-3734769-1338713677/watcher-3734769-1338713677 -o /tmp/evaluation-result-3734769-1338713677/solver-3734769-1338713677 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734769-1338713677.opb -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: 0.93 1.05 1.39 4/172 29357
/proc/meminfo: memFree=28359496/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 1513 0 0 0 0 0 0 0 20 0 1 0 337493181 9818112 1468 33554432000 4194304 9016284 140736083011872 140734374159016 6456080 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 2397 1468 311 1178 0 1215 0
[startup+0.00936195 s]
/proc/loadavg: 0.93 1.05 1.39 4/172 29357
/proc/meminfo: memFree=28359496/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=13924 CPUtime=0 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 2311 0 0 0 0 0 0 0 20 0 1 0 337493181 14258176 2267 33554432000 4194304 9016284 140736083011872 140734374159016 7870589 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 3481 2275 398 1178 0 2299 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13924
[startup+0.100211 s]
/proc/loadavg: 0.93 1.05 1.39 4/172 29357
/proc/meminfo: memFree=28359496/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26040 CPUtime=0.09 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7006 0 0 0 8 1 0 0 20 0 1 0 337493181 26664960 5256 33554432000 4194304 9016284 140736083011872 140734374159016 4786429 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 6510 5256 684 1178 0 5328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26040
[startup+0.300176 s]
/proc/loadavg: 0.93 1.05 1.39 4/172 29357
/proc/meminfo: memFree=28359496/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26040 CPUtime=0.29 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7204 0 0 0 27 2 0 0 20 0 1 0 337493181 26664960 5454 33554432000 4194304 9016284 140736083011872 140734374159016 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 6510 5454 684 1178 0 5328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26040
[startup+0.700172 s]
/proc/loadavg: 0.93 1.05 1.39 4/172 29357
/proc/meminfo: memFree=28359496/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26040 CPUtime=0.68 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7224 0 0 0 66 2 0 0 20 0 1 0 337493181 26664960 5474 33554432000 4194304 9016284 140736083011872 140736083006200 7875499 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 6510 5474 684 1178 0 5328 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26040
[startup+1.50017 s]
/proc/loadavg: 0.93 1.05 1.39 4/174 29359
/proc/meminfo: memFree=28319032/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26040 CPUtime=1.49 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7228 0 0 0 145 4 0 0 20 0 1 0 337493181 26664960 5478 33554432000 4194304 9016284 140736083011872 140736083006200 6817573 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 6510 5478 684 1178 0 5328 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26040
[startup+3.10017 s]
/proc/loadavg: 0.93 1.05 1.39 4/174 29359
/proc/meminfo: memFree=28316792/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26040 CPUtime=3.09 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7233 0 0 0 301 8 0 0 20 0 1 0 337493181 26664960 5483 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29357/statm: 6510 5483 684 1178 0 5328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26040
[startup+6.30022 s]
/proc/loadavg: 1.01 1.06 1.39 4/175 29360
/proc/meminfo: memFree=28315668/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=26220 CPUtime=6.28 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7245 0 0 0 614 14 0 0 20 0 1 0 337493181 26849280 5495 33554432000 4194304 9016284 140736083011872 140736083006984 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 6555 5495 684 1178 0 5373 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26220
[startup+12.7003 s]
/proc/loadavg: 1.09 1.08 1.39 4/175 29360
/proc/meminfo: memFree=28308416/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=28596 CPUtime=12.68 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 7785 0 0 0 1240 28 0 0 20 0 1 0 337493181 29282304 6366 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 7149 6366 684 1178 0 5967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28596
[startup+25.5002 s]
/proc/loadavg: 1.29 1.12 1.40 4/175 29360
/proc/meminfo: memFree=28283540/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=33976 CPUtime=25.48 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9130 0 0 0 2494 54 0 0 20 0 1 0 337493181 34791424 7711 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8494 7711 684 1178 0 7312 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33976
[startup+51.1002 s]
/proc/loadavg: 1.53 1.19 1.42 4/175 29360
/proc/meminfo: memFree=28256972/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=34140 CPUtime=51.07 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9165 0 0 0 5011 96 0 0 20 0 1 0 337493181 34959360 7746 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8535 7746 684 1178 0 7353 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34140
Solver just ended. Dumping a history of the last processes samples
[startup+76.7002 s]
/proc/loadavg: 1.69 1.25 1.43 4/175 29360
/proc/meminfo: memFree=28250748/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=34488 CPUtime=76.66 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9200 0 0 0 7530 136 0 0 20 0 1 0 337493181 35315712 7790 33554432000 4194304 9016284 140736083011872 140736083006984 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8622 7790 684 1178 0 7440 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 34488
[startup+89.5002 s]
/proc/loadavg: 1.76 1.29 1.44 4/175 29360
/proc/meminfo: memFree=28248764/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35052 CPUtime=89.47 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9376 0 0 0 8790 157 0 0 20 0 1 0 337493181 35893248 7966 33554432000 4194304 9016284 140736083011872 140736083006200 18446744073699066188 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8763 7966 684 1178 0 7581 0
Current children cumulated CPU time (s) 89.47
Current children cumulated vsize (KiB) 35052
[startup+92.7002 s]
/proc/loadavg: 1.76 1.29 1.44 4/175 29360
/proc/meminfo: memFree=28247276/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=92.67 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9475 0 0 0 9106 161 0 0 20 0 1 0 337493181 36700160 8065 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8065 684 1178 0 7778 0
Current children cumulated CPU time (s) 92.67
Current children cumulated vsize (KiB) 35840
[startup+94.3002 s]
/proc/loadavg: 1.78 1.30 1.44 4/175 29360
/proc/meminfo: memFree=28247152/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=94.26 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9475 0 0 0 9263 163 0 0 20 0 1 0 337493181 36700160 8065 33554432000 4194304 9016284 140736083011872 140736083006040 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8065 684 1178 0 7778 0
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (KiB) 35840
[startup+95.1002 s]
/proc/loadavg: 1.78 1.30 1.44 4/175 29360
/proc/meminfo: memFree=28247152/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=95.06 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9475 0 0 0 9342 164 0 0 20 0 1 0 337493181 36700160 8065 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8065 684 1178 0 7778 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 35840
[startup+95.5002 s]
/proc/loadavg: 1.78 1.30 1.44 4/175 29360
/proc/meminfo: memFree=28247152/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=95.46 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9475 0 0 0 9382 164 0 0 20 0 1 0 337493181 36700160 8065 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8065 684 1178 0 7778 0
Current children cumulated CPU time (s) 95.46
Current children cumulated vsize (KiB) 35840
[startup+95.7064 s]
/proc/loadavg: 1.78 1.30 1.44 4/175 29360
/proc/meminfo: memFree=28247152/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=95.67 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9475 0 0 0 9402 165 0 0 20 0 1 0 337493181 36700160 8065 33554432000 4194304 9016284 140736083011872 140736083006200 6917998 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8065 684 1178 0 7778 0
Current children cumulated CPU time (s) 95.67
Current children cumulated vsize (KiB) 35840
[startup+95.8003 s]
/proc/loadavg: 1.78 1.30 1.44 4/175 29360
/proc/meminfo: memFree=28247152/32873852 swapFree=7624/7624
[pid=29357] ppid=29355 vsize=35840 CPUtime=95.77 cores=0,2,4,6
/proc/29357/stat : 29357 (scip-2.0.1.4b_2) R 29355 29357 29314 0 -1 4202496 9517 0 0 0 9412 165 0 0 20 0 1 0 337493181 36700160 8107 33554432000 4194304 9016284 140736083011872 140736083006200 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29357/statm: 8960 8107 684 1178 0 7778 0
Current children cumulated CPU time (s) 95.77
Current children cumulated vsize (KiB) 35840
Child status: 0
Real time (s): 95.8984
CPU time (s): 95.8704
CPU user time (s): 94.2177
CPU system time (s): 1.65275
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 35840
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.2177
system time used= 1.65275
maximum resident set size= 32500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9540
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= 12
involuntary context switches= 176
runsolver used 0.163975 second user time and 0.422935 second system time
The end
Launcher Data
Begin job on node131 at 2012-06-03 10:54:37
IDJOB=3734769
IDBENCH=2901
IDSOLVER=2329
FILE ID=node131/3734769-1338713677
RUNJOBID= node131-1338713677-29330
PBS_JOBID= 14636738
Free space on /tmp= 71404 MiB
SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734769-1338713677/watcher-3734769-1338713677 -o /tmp/evaluation-result-3734769-1338713677/solver-3734769-1338713677 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734769-1338713677.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1959151714
node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5333.61
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.805
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 32873852 kB
MemFree: 28360024 kB
Buffers: 555564 kB
Cached: 3084760 kB
SwapCached: 2348 kB
Active: 1447376 kB
Inactive: 2198940 kB
Active(anon): 2052 kB
Inactive(anon): 3664 kB
Active(file): 1445324 kB
Inactive(file): 2195276 kB
Unevictable: 7624 kB
Mlocked: 7624 kB
SwapTotal: 67108856 kB
SwapFree: 67099088 kB
Dirty: 33440 kB
Writeback: 4 kB
AnonPages: 10408 kB
Mapped: 13520 kB
Shmem: 0 kB
Slab: 728600 kB
SReclaimable: 170524 kB
SUnreclaim: 558076 kB
KernelStack: 1360 kB
PageTables: 4128 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545780 kB
Committed_AS: 104896 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346360 kB
VmallocChunk: 34341988004 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7872 kB
DirectMap2M: 33538048 kB
Free space on /tmp at the end= 71372 MiB
End job on node131 at 2012-06-03 10:56:13