Trace number 3733471

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790.08 1790.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark893264
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3733471-1338697339.opb>
0.00/0.01	c original problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 104 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 120 chg sides, 120 chg coeffs, 0 upgd conss, 0 impls, 4 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 120 chg sides, 120 chg coeffs, 84 upgd conss, 0 impls, 4 clqs
0.02/0.03	c    (0.0s) probing: 101/1260 (8.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.03	c presolving (3 rounds):
0.02/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 120 changed sides, 120 changed coefficients
0.02/0.03	c  880 implications, 4 cliques
0.02/0.03	c presolved problem has 1260 variables (1260 bin, 0 int, 0 impl, 0 cont) and 104 constraints
0.02/0.03	c      80 constraints of type <knapsack>
0.02/0.03	c       4 constraints of type <setppc>
0.02/0.03	c      20 constraints of type <linear>
0.02/0.03	c transformed objective value is always integral (scale: 1)
0.02/0.03	c Presolving Time: 0.02
0.02/0.03	c - non default parameters ----------------------------------------------------------------------
0.02/0.03	c # SCIP version 1.2.1.3
0.02/0.03	c 
0.02/0.03	c # frequency for displaying node information lines
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.03	c display/freq = 10000
0.02/0.03	c 
0.02/0.03	c # maximal time in seconds to run
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/time = 1790
0.02/0.03	c 
0.02/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/memory = 13950
0.02/0.03	c 
0.02/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.03	c # [type: int, range: [1,2], default: 1]
0.02/0.03	c timing/clocktype = 2
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify inequalities
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/linear/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/indicator/addCouplingCons = TRUE
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify knapsacks
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c separating/rapidlearning/freq = 0
0.02/0.03	c 
0.02/0.03	c -----------------------------------------------------------------------------------------------
0.02/0.03	c start solving
0.02/0.03	c 
0.02/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.04	c   0.0s|     1 |     0 |   120 |     - |4027k|   0 |  24 |1260 | 104 |1260 | 104 |   0 |   0 |   0 | 4.997120e+04 |      --      |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |   330 |     - |4163k|   0 |  46 |1260 | 104 |1260 | 124 |  20 |   0 |   0 | 4.997120e+04 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   365 |     - |4248k|   0 |  56 |1260 | 104 |1260 | 149 |  45 |   0 |   0 | 4.997120e+04 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   407 |     - |4314k|   0 |  73 |1260 | 104 |1260 | 175 |  71 |   0 |   0 | 4.997120e+04 |      --      |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   491 |     - |4367k|   0 |  76 |1260 | 104 |1260 | 202 |  98 |   0 |   0 | 4.997120e+04 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   566 |     - |4413k|   0 |  79 |1260 | 104 |1260 | 226 | 122 |   0 |   0 | 5.021353e+04 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   691 |     - |4492k|   0 |  91 |1260 | 104 |1260 | 249 | 145 |   0 |   0 | 5.050759e+04 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   740 |     - |4543k|   0 |  99 |1260 | 104 |1260 | 274 | 170 |   0 |   0 | 5.059723e+04 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   849 |     - |4599k|   0 |  91 |1260 | 104 |1260 | 301 | 197 |   0 |   0 | 5.059743e+04 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   913 |     - |4659k|   0 | 106 |1260 | 104 |1260 | 327 | 223 |   0 |   0 | 5.083974e+04 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   996 |     - |4707k|   0 | 120 |1260 | 104 |1260 | 353 | 249 |   0 |   0 | 5.113461e+04 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |  1108 |     - |4778k|   0 | 117 |1260 | 104 |1260 | 382 | 278 |   0 |   0 | 5.113526e+04 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |  1189 |     - |4846k|   0 | 115 |1260 | 104 |1260 | 412 | 308 |   0 |   0 | 5.113625e+04 |      --      |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |  1312 |     - |4890k|   0 | 136 |1260 | 104 |1260 | 437 | 333 |   0 |   0 | 5.122707e+04 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1420 |     - |4939k|   0 | 144 |1260 | 104 |1260 | 463 | 359 |   0 |   0 | 5.123030e+04 |      --      |    Inf 
0.59/0.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.63	c   0.6s|     1 |     0 |  1543 |     - |4993k|   0 | 145 |1260 | 104 |1260 | 495 | 391 |   0 |   0 | 5.125591e+04 |      --      |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |  1634 |     - |5036k|   0 | 149 |1260 | 104 |1260 | 519 | 415 |   0 |   0 | 5.147879e+04 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |  1758 |     - |5108k|   0 | 167 |1260 | 104 |1260 | 535 | 437 |   0 |   0 | 5.177395e+04 |      --      |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |  1889 |     - |5172k|   0 | 159 |1260 | 104 |1260 | 557 | 459 |   0 |   0 | 5.186798e+04 |      --      |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  2071 |     - |5221k|   0 | 174 |1260 | 104 |1260 | 582 | 484 |   0 |   0 | 5.190378e+04 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  2149 |     - |5286k|   0 | 198 |1260 | 104 |1260 | 612 | 514 |   0 |   0 | 5.215907e+04 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  2239 |     - |5332k|   0 | 187 |1260 | 104 |1260 | 639 | 541 |   0 |   0 | 5.245807e+04 |      --      |    Inf 
0.89/0.96	c   0.9s|     1 |     0 |  2309 |     - |5381k|   0 | 191 |1260 | 104 |1260 | 663 | 565 |   0 |   0 | 5.254875e+04 |      --      |    Inf 
0.89/0.99	c   1.0s|     1 |     0 |  2384 |     - |5428k|   0 | 192 |1260 | 104 |1260 | 667 | 588 |   0 |   0 | 5.256240e+04 |      --      |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |  2451 |     - |5505k|   0 | 192 |1260 | 104 |1260 | 690 | 611 |   0 |   0 | 5.256449e+04 |      --      |    Inf 
0.99/1.07	c   1.1s|     1 |     0 |  2498 |     - |5555k|   0 | 202 |1260 | 104 |1260 | 710 | 631 |   0 |   0 | 5.256599e+04 |      --      |    Inf 
1.09/1.11	c   1.1s|     1 |     0 |  2547 |     - |5597k|   0 | 204 |1260 | 104 |1260 | 731 | 652 |   0 |   0 | 5.256985e+04 |      --      |    Inf 
1.09/1.16	c   1.1s|     1 |     0 |  2608 |     - |5659k|   0 | 225 |1260 | 104 |1260 | 751 | 672 |   0 |   0 | 5.257521e+04 |      --      |    Inf 
1.19/1.20	c   1.2s|     1 |     0 |  2682 |     - |5708k|   0 | 220 |1260 | 104 |1260 | 780 | 701 |   0 |   0 | 5.258844e+04 |      --      |    Inf 
1.19/1.26	c   1.2s|     1 |     0 |  2817 |     - |5757k|   0 | 202 |1260 | 104 |1260 | 775 | 720 |   0 |   0 | 5.282748e+04 |      --      |    Inf 
1.29/1.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.30	c   1.3s|     1 |     0 |  2876 |     - |5820k|   0 | 207 |1260 | 104 |1260 | 804 | 749 |   0 |   0 | 5.320750e+04 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  2937 |     - |5863k|   0 | 220 |1260 | 104 |1260 | 824 | 769 |   0 |   0 | 5.329813e+04 |      --      |    Inf 
1.29/1.39	c   1.4s|     1 |     0 |  3025 |     - |5899k|   0 | 247 |1260 | 104 |1260 | 842 | 787 |   0 |   0 | 5.331582e+04 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  3114 |     - |5953k|   0 | 230 |1260 | 104 |1260 | 860 | 805 |   0 |   0 | 5.335920e+04 |      --      |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |  3200 |     - |5999k|   0 | 232 |1260 | 104 |1260 | 879 | 824 |   0 |   0 | 5.337180e+04 |      --      |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |  3493 |     - |6057k|   0 | 228 |1260 | 104 |1260 | 892 | 845 |   0 |   0 | 5.367483e+04 |      --      |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |  3585 |     - |6124k|   0 | 242 |1260 | 104 |1260 | 912 | 865 |   0 |   0 | 5.421691e+04 |      --      |    Inf 
1.68/1.70	c   1.7s|     1 |     0 |  3885 |     - |6172k|   0 | 215 |1260 | 104 |1260 | 933 | 886 |   0 |   0 | 5.441654e+04 |      --      |    Inf 
1.68/1.76	c   1.8s|     1 |     0 |  4044 |     - |6219k|   0 | 215 |1260 | 104 |1260 | 952 | 905 |   0 |   0 | 5.457591e+04 |      --      |    Inf 
1.78/1.81	c   1.8s|     1 |     0 |  4120 |     - |6268k|   0 | 222 |1260 | 104 |1260 | 974 | 927 |   0 |   0 | 5.472674e+04 |      --      |    Inf 
1.78/1.86	c   1.9s|     1 |     0 |  4257 |     - |6312k|   0 | 222 |1260 | 104 |1260 | 996 | 949 |   0 |   0 | 5.517908e+04 |      --      |    Inf 
1.89/1.91	c   1.9s|     1 |     0 |  4305 |     - |6345k|   0 | 238 |1260 | 104 |1260 |1002 | 969 |   0 |   0 | 5.518142e+04 |      --      |    Inf 
1.89/1.96	c   1.9s|     1 |     0 |  4347 |     - |6378k|   0 | 237 |1260 | 104 |1260 |1021 | 988 |   0 |   0 | 5.518634e+04 |      --      |    Inf 
1.99/2.04	c   2.0s|     1 |     0 |  4590 |     - |6413k|   0 | 234 |1260 | 104 |1260 |1039 |1006 |   0 |   0 | 5.541867e+04 |      --      |    Inf 
1.99/2.09	c   2.1s|     1 |     0 |  4628 |     - |6469k|   0 | 251 |1260 | 104 |1260 |1056 |1023 |   0 |   0 | 5.542117e+04 |      --      |    Inf 
2.10/2.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.10/2.13	c   2.1s|     1 |     0 |  4669 |     - |6527k|   0 | 243 |1260 | 104 |1260 |1074 |1041 |   0 |   0 | 5.542436e+04 |      --      |    Inf 
2.10/2.18	c   2.2s|     1 |     0 |  4730 |     - |6571k|   0 | 251 |1260 | 104 |1260 |1091 |1058 |   0 |   0 | 5.543076e+04 |      --      |    Inf 
2.20/2.25	c   2.2s|     1 |     0 |  4839 |     - |6608k|   0 | 257 |1260 | 104 |1260 |1096 |1077 |   0 |   0 | 5.557848e+04 |      --      |    Inf 
2.29/2.31	c   2.3s|     1 |     0 |  4923 |     - |6647k|   0 | 266 |1260 | 104 |1260 |1115 |1096 |   0 |   0 | 5.558355e+04 |      --      |    Inf 
2.39/2.40	c   2.4s|     1 |     0 |  5164 |     - |6690k|   0 | 259 |1260 | 104 |1260 |1133 |1114 |   0 |   0 | 5.560815e+04 |      --      |    Inf 
2.39/2.47	c   2.5s|     1 |     0 |  5355 |     - |6732k|   0 | 261 |1260 | 104 |1260 |1152 |1133 |   0 |   0 | 5.563217e+04 |      --      |    Inf 
2.49/2.54	c   2.5s|     1 |     0 |  5647 |     - |6754k|   0 | 240 |1260 | 104 |1260 |1164 |1145 |   0 |   0 | 5.566283e+04 |      --      |    Inf 
2.58/2.60	c   2.6s|     1 |     0 |  5734 |     - |6795k|   0 | 251 |1260 | 104 |1260 |1189 |1170 |   0 |   0 | 5.573968e+04 |      --      |    Inf 
2.58/2.66	c   2.6s|     1 |     0 |  5769 |     - |6825k|   0 | 257 |1260 | 104 |1260 |1192 |1186 |   0 |   0 | 5.574095e+04 |      --      |    Inf 
2.68/2.72	c   2.7s|     1 |     0 |  5835 |     - |6855k|   0 | 260 |1260 | 104 |1260 |1208 |1202 |   0 |   0 | 5.574526e+04 |      --      |    Inf 
2.68/2.78	c   2.8s|     1 |     0 |  5855 |     - |6884k|   0 | 276 |1260 | 104 |1260 |1224 |1218 |   0 |   0 | 5.574650e+04 |      --      |    Inf 
2.79/2.86	c   2.8s|     1 |     0 |  5948 |     - |6923k|   0 | 246 |1260 | 104 |1260 |1240 |1234 |   0 |   0 | 5.574976e+04 |      --      |    Inf 
2.89/2.93	c   2.9s|     1 |     0 |  6083 |     - |6989k|   0 | 263 |1260 | 104 |1260 |1256 |1250 |   0 |   0 | 5.581963e+04 |      --      |    Inf 
2.89/2.99	c   3.0s|     1 |     0 |  6157 |     - |7033k|   0 | 267 |1260 | 104 |1260 |1274 |1268 |   0 |   0 | 5.582182e+04 |      --      |    Inf 
2.99/3.06	c   3.0s|     1 |     0 |  6323 |     - |7075k|   0 | 271 |1260 | 104 |1260 |1288 |1285 |   0 |   0 | 5.583551e+04 |      --      |    Inf 
3.09/3.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.18	c   3.2s|     1 |     0 |  6831 |     - |7106k|   0 | 233 |1260 | 104 |1260 |1303 |1300 |   0 |   0 | 5.586464e+04 |      --      |    Inf 
3.09/3.24	c   3.2s|     1 |     0 |  6910 |     - |7147k|   0 | 242 |1260 | 104 |1260 |1325 |1322 |   0 |   0 | 5.587937e+04 |      --      |    Inf 
3.09/3.31	c   3.3s|     1 |     0 |  7147 |     - |7188k|   0 | 263 |1260 | 104 |1260 |1344 |1341 |   0 |   0 | 5.588597e+04 |      --      |    Inf 
3.31/3.39	c   3.4s|     1 |     0 |  7337 |     - |7216k|   0 | 261 |1260 | 104 |1260 |1360 |1357 |   0 |   0 | 5.588958e+04 |      --      |    Inf 
3.39/3.45	c   3.4s|     1 |     0 |  7461 |     - |7252k|   0 | 268 |1260 | 104 |1260 |1378 |1375 |   0 |   0 | 5.589464e+04 |      --      |    Inf 
3.49/3.56	c   3.5s|     1 |     0 |  7821 |     - |7283k|   0 | 261 |1260 | 104 |1260 |1389 |1391 |   0 |   0 | 5.590297e+04 |      --      |    Inf 
3.59/3.63	c   3.6s|     1 |     0 |  8049 |     - |7308k|   0 | 245 |1260 | 104 |1260 |1403 |1405 |   0 |   0 | 5.590650e+04 |      --      |    Inf 
3.69/3.70	c   3.7s|     1 |     0 |  8223 |     - |7336k|   0 | 268 |1260 | 104 |1260 |1417 |1419 |   0 |   0 | 5.591180e+04 |      --      |    Inf 
3.79/3.80	c   3.8s|     1 |     0 |  8444 |     - |7362k|   0 | 258 |1260 | 104 |1260 |1430 |1432 |   0 |   0 | 5.591825e+04 |      --      |    Inf 
3.79/3.86	c   3.9s|     1 |     0 |  8472 |     - |7393k|   0 | 263 |1260 | 104 |1260 |1443 |1445 |   0 |   0 | 5.591874e+04 |      --      |    Inf 
3.89/3.94	c   3.9s|     1 |     0 |  8627 |     - |7429k|   0 | 240 |1260 | 104 |1260 |1456 |1458 |   0 |   0 | 5.592509e+04 |      --      |    Inf 
3.89/3.99	c   4.0s|     1 |     0 |  8686 |     - |7462k|   0 | 221 |1260 | 104 |1260 |1456 |1471 |   0 |   0 | 5.592614e+04 |      --      |    Inf 
3.99/4.04	c   4.0s|     1 |     0 |  8733 |     - |7498k|   0 | 233 |1260 | 104 |1260 |1468 |1483 |   0 |   0 | 5.592808e+04 |      --      |    Inf 
4.09/4.11	c   4.1s|     1 |     0 |  8914 |     - |7526k|   0 | 261 |1260 | 104 |1260 |1479 |1494 |   0 |   0 | 5.592924e+04 |      --      |    Inf 
4.09/4.17	c   4.2s|     1 |     0 |  8975 |     - |7556k|   0 | 271 |1260 | 104 |1260 |1493 |1508 |   0 |   0 | 5.592985e+04 |      --      |    Inf 
4.19/4.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.19/4.22	c   4.2s|     1 |     0 |  9040 |     - |7586k|   0 | 255 |1260 | 104 |1260 |1506 |1521 |   0 |   0 | 5.593108e+04 |      --      |    Inf 
4.19/4.29	c   4.3s|     1 |     0 |  9096 |     - |7614k|   0 | 268 |1260 | 104 |1260 |1519 |1534 |   0 |   0 | 5.593187e+04 |      --      |    Inf 
4.28/4.36	c   4.4s|     1 |     0 |  9239 |     - |7638k|   0 | 259 |1260 | 104 |1260 |1522 |1545 |   0 |   0 | 5.593261e+04 |      --      |    Inf 
4.39/4.41	c   4.4s|     1 |     0 |  9290 |     - |7662k|   0 | 258 |1260 | 104 |1260 |1533 |1556 |   0 |   0 | 5.593503e+04 |      --      |    Inf 
4.39/4.49	c   4.5s|     1 |     0 |  9435 |     - |7678k|   0 | 241 |1260 | 104 |1260 |1542 |1565 |   0 |   0 | 5.594071e+04 |      --      |    Inf 
4.49/4.59	c   4.6s|     1 |     0 |  9765 |     - |7698k|   0 | 255 |1260 | 104 |1260 |1555 |1578 |   0 |   0 | 5.594510e+04 |      --      |    Inf 
4.58/4.65	c   4.6s|     1 |     0 |  9809 |     - |7726k|   0 | 247 |1260 | 104 |1260 |1570 |1593 |   0 |   0 | 5.594786e+04 |      --      |    Inf 
4.69/4.71	c   4.7s|     1 |     0 |  9856 |     - |7748k|   0 | 258 |1260 | 104 |1260 |1581 |1604 |   0 |   0 | 5.594931e+04 |      --      |    Inf 
4.69/4.77	c   4.8s|     1 |     0 |  9898 |     - |7762k|   0 | 250 |1260 | 104 |1260 |1587 |1612 |   0 |   0 | 5.595023e+04 |      --      |    Inf 
4.79/4.83	c   4.8s|     1 |     0 |  9990 |     - |7777k|   0 | 248 |1260 | 104 |1260 |1594 |1619 |   0 |   0 | 5.595123e+04 |      --      |    Inf 
4.89/4.91	c   4.9s|     1 |     0 | 10168 |     - |7792k|   0 | 248 |1260 | 104 |1260 |1600 |1625 |   0 |   0 | 5.595680e+04 |      --      |    Inf 
4.99/5.03	c   5.0s|     1 |     0 | 10519 |     - |7819k|   0 | 267 |1260 | 104 |1260 |1614 |1639 |   0 |   0 | 5.596942e+04 |      --      |    Inf 
5.09/5.14	c   5.1s|     1 |     0 | 10741 |     - |7848k|   0 | 266 |1260 | 104 |1260 |1626 |1651 |   0 |   0 | 5.597423e+04 |      --      |    Inf 
5.09/5.19	c   5.2s|     1 |     0 | 10792 |     - |7876k|   0 | 253 |1260 | 104 |1260 |1637 |1662 |   0 |   0 | 5.597623e+04 |      --      |    Inf 
5.19/5.29	c   5.3s|     1 |     0 | 11011 |     - |7891k|   0 | 244 |1260 | 104 |1260 |1642 |1670 |   0 |   0 | 5.597742e+04 |      --      |    Inf 
5.28/5.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.28/5.34	c   5.3s|     1 |     0 | 11055 |     - |7912k|   0 | 250 |1260 | 104 |1260 |1648 |1676 |   0 |   0 | 5.597823e+04 |      --      |    Inf 
5.38/5.42	c   5.4s|     1 |     0 | 11199 |     - |7926k|   0 | 241 |1260 | 104 |1260 |1655 |1683 |   0 |   0 | 5.598059e+04 |      --      |    Inf 
5.38/5.48	c   5.5s|     1 |     0 | 11263 |     - |7946k|   0 | 231 |1260 | 104 |1260 |1662 |1690 |   0 |   0 | 5.598128e+04 |      --      |    Inf 
5.49/5.54	c   5.5s|     1 |     0 | 11279 |     - |7967k|   0 | 242 |1260 | 104 |1260 |1670 |1698 |   0 |   0 | 5.598163e+04 |      --      |    Inf 
7.19/7.28	c   7.3s|     1 |     2 | 11279 |     - |7967k|   0 | 242 |1260 | 104 |1260 |1670 |1698 |   0 |  27 | 5.598163e+04 |      --      |    Inf 
172.54/172.64	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
221.34/221.40	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
238.04/238.14	c   238s| 10000 |  9643 |  1032k| 102.1 |  24M|  77 |  55 |1260 |6931 |1260 |1624 |1698 |8811 |5826 | 6.127444e+04 |      --      |    Inf 
349.82/349.90	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
386.92/387.08	c   387s| 20000 | 19347 |  1771k|  88.0 |  35M|  83 |  40 |1260 |3479 |1260 |1624 |1698 |  15k|8319 | 6.239376e+04 |      --      |    Inf 
476.10/476.28	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
519.20/519.31	c   519s| 30000 | 29049 |  2416k|  80.2 |  46M|  83 |  33 |1260 |2248 |1260 |1624 |1698 |  21k|  10k| 6.287011e+04 |      --      |    Inf 
619.47/619.60	c   620s| 40000 | 38717 |  2896k|  72.1 |  58M|  93 |  41 |1260 |2973 |1260 |1624 |1698 |  27k|  11k| 6.330562e+04 |      --      |    Inf 
659.56/659.70	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
660.17/660.38	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
671.86/672.06	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
699.96/700.10	c   700s| 50000 | 48383 |  3268k|  65.2 |  70M|  95 |  29 |1260 |3120 |1260 |1624 |1698 |  31k|  12k| 6.379993e+04 |      --      |    Inf 
754.05/754.23	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
773.25/773.49	c   773s| 60000 | 58043 |  3606k|  59.9 |  82M| 101 |  56 |1260 |3108 |1260 |1624 |1698 |  35k|  13k| 6.389662e+04 |      --      |    Inf 
802.14/802.35	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
834.03/834.21	c   834s| 70000 | 67579 |  3884k|  55.3 |  93M| 113 |  37 |1260 |3587 |1260 |1624 |1698 |  38k|  13k| 6.397443e+04 |      --      |    Inf 
891.72/891.92	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
900.43/900.63	c   901s| 80000 | 77227 |  4187k|  52.2 | 105M| 113 |  37 |1260 |3412 |1260 |1624 |1698 |  42k|  14k| 6.418199e+04 |      --      |    Inf 
953.31/953.50	c   953s| 90000 | 86778 |  4426k|  49.1 | 116M| 115 |  30 |1260 |4118 |1260 |1624 |1698 |  46k|  15k| 6.439661e+04 |      --      |    Inf 
1014.21/1014.48	c  1014s|100000 | 96522 |  4687k|  46.8 | 128M| 121 |  26 |1260 |4708 |1260 |1624 |1698 |  51k|  15k| 6.457538e+04 |      --      |    Inf 
1073.29/1073.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.29/1073.56	c  1074s|110000 |106342 |  4947k|  44.9 | 140M| 121 |  27 |1260 |4687 |1260 |1624 |1698 |  55k|  16k| 6.484174e+04 |      --      |    Inf 
1091.39/1091.68	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.39/1091.68	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.39/1091.68	c (node 112719) error in strong branching call for variable <t_x942> with solution 0.974999
1091.49/1091.70	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.49/1091.70	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.49/1091.70	c (node 112720) error in strong branching call for variable <t_x942> with solution 0.974999
1091.49/1091.72	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.49/1091.72	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.49/1091.72	c (node 112721) error in strong branching call for variable <t_x942> with solution 0.974999
1091.49/1091.73	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.49/1091.73	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.49/1091.73	c (node 112722) error in strong branching call for variable <t_x942> with solution 0.974999
1091.49/1091.75	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.49/1091.75	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.49/1091.75	c (node 112723) error in strong branching call for variable <t_x942> with solution 0.974999
1091.49/1091.77	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.49/1091.77	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.49/1091.77	c (node 112724) error in strong branching call for variable <t_x942> with solution 0.974999
1091.59/1091.81	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1091.59/1091.81	c [src/scip/lpi_spx.cpp:2313] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1091.59/1091.81	c (node 112726) error in strong branching call for variable <t_x942> with solution 0.974999
1138.68/1138.92	c  1139s|120000 |116068 |  5236k|  43.5 | 152M| 121 |  52 |1260 |4279 |1260 |1624 |1698 |  60k|  16k| 6.508351e+04 |      --      |    Inf 
1192.77/1193.03	c  1193s|130000 |125816 |  5476k|  42.0 | 163M| 121 |  28 |1260 |4300 |1260 |1624 |1698 |  64k|  17k| 6.534481e+04 |      --      |    Inf 
1240.76/1241.01	c  1241s|140000 |135509 |  5696k|  40.6 | 175M| 121 |  46 |1260 |4384 |1260 |1624 |1698 |  67k|  17k| 6.555253e+04 |      --      |    Inf 
1294.06/1294.39	c  1294s|150000 |145305 |  5928k|  39.4 | 187M| 121 |  42 |1260 |5220 |1260 |1624 |1698 |  72k|  17k| 6.572059e+04 |      --      |    Inf 
1352.75/1353.09	c  1353s|160000 |155067 |  6188k|  38.6 | 199M| 121 |  45 |1260 |5133 |1260 |1624 |1698 |  77k|  18k| 6.577148e+04 |      --      |    Inf 
1404.44/1404.80	c  1405s|170000 |164792 |  6420k|  37.7 | 210M| 125 |  27 |1260 |4433 |1260 |1624 |1698 |  81k|  18k| 6.605673e+04 |      --      |    Inf 
1440.02/1440.30	c  1440s|180000 |173718 |  6553k|  36.3 | 221M| 197 |  37 |1260 |3750 |1260 |1624 |1698 |  83k|  19k| 6.620935e+04 |      --      |    Inf 
1471.22/1471.56	c  1472s|190000 |182907 |  6673k|  35.1 | 231M| 213 |  37 |1260 |3529 |1260 |1624 |1698 |  85k|  20k| 6.641718e+04 |      --      |    Inf 
1473.92/1474.20	c [src/scip/lpi_spx.cpp:318] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-09)
1507.62/1507.91	c  1508s|200000 |191680 |  6835k|  34.1 | 241M| 293 |  28 |1260 |3306 |1260 |1624 |1698 |  87k|  21k| 6.676714e+04 |      --      |    Inf 
1544.61/1544.98	c  1545s|210000 |200876 |  6995k|  33.3 | 252M| 299 |  21 |1260 |2956 |1260 |1624 |1698 |  89k|  21k| 6.709464e+04 |      --      |    Inf 
1565.61/1565.96	c  1566s|220000 |210184 |  7064k|  32.1 | 263M| 299 |  23 |1260 |2903 |1260 |1624 |1698 |  90k|  23k| 6.720165e+04 |      --      |    Inf 
1584.30/1584.62	c  1585s|230000 |219542 |  7116k|  30.9 | 274M| 302 |  26 |1260 |2789 |1260 |1624 |1698 |  90k|  24k| 6.732396e+04 |      --      |    Inf 
1607.60/1607.92	c  1608s|240000 |228517 |  7198k|  29.9 | 284M| 302 |  23 |1260 |2689 |1260 |1624 |1698 |  91k|  25k| 6.750496e+04 |      --      |    Inf 
1642.90/1643.21	c  1643s|250000 |237002 |  7340k|  29.3 | 294M| 302 |  23 |1260 |2599 |1260 |1624 |1698 |  93k|  26k| 6.772802e+04 |      --      |    Inf 
1674.19/1674.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.19/1674.55	c  1675s|260000 |245364 |  7463k|  28.7 | 304M| 302 |  19 |1260 |2780 |1260 |1624 |1698 |  94k|  28k| 6.799454e+04 |      --      |    Inf 
1704.18/1704.57	c  1705s|270000 |253091 |  7605k|  28.1 | 314M| 320 |  19 |1260 |3434 |1260 |1624 |1698 |  97k|  28k| 6.812629e+04 |      --      |    Inf 
1735.88/1736.29	c  1736s|280000 |260545 |  7757k|  27.7 | 323M| 323 |  22 |1260 |3088 |1260 |1624 |1698 | 100k|  29k| 6.835454e+04 |      --      |    Inf 
1761.17/1761.54	c  1762s|290000 |268162 |  7868k|  27.1 | 332M| 323 |  19 |1260 |3211 |1260 |1624 |1698 | 102k|  29k| 6.853828e+04 |      --      |    Inf 
1789.67/1790.01	c 
1789.67/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.67/1790.01	c Solving Time (sec) : 1790.00
1789.67/1790.01	c Solving Nodes      : 299600
1789.67/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.67/1790.01	c Dual Bound         : +6.88100518812347e+04
1789.67/1790.01	c Gap                : infinite
1789.67/1790.01	s UNKNOWN
1789.67/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.67/1790.01	c Solving Time       :    1790.00
1789.67/1790.01	c Original Problem   :
1789.67/1790.01	c   Problem name     : HOME/instance-3733471-1338697339.opb
1789.67/1790.01	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.67/1790.01	c   Constraints      : 104 initial, 104 maximal
1789.67/1790.01	c Presolved Problem  :
1789.67/1790.01	c   Problem name     : t_HOME/instance-3733471-1338697339.opb
1789.67/1790.01	c   Variables        : 1260 (1260 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.67/1790.01	c   Constraints      : 104 initial, 7074 maximal
1789.67/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.67/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1789.67/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   linear           :       0.00          0          0          0          0          0          0        120        120
1789.67/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.67/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.67/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.67/1790.01	c   integral         :          0          0          0     296875          0         73       8688          0          0     576298
1789.67/1790.01	c   knapsack         :         80         93    1039300          0          1        156     430563        490          0          0
1789.67/1790.01	c   setppc           :          4         93      93963          0          1          0     164707          0          0          0
1789.67/1790.01	c   linear           :         20         93    1039144          0          1       8516     132973       2943          0          0
1789.67/1790.01	c   logicor          :          0+         0     348546          0          0        427      83766          0          0          0
1789.67/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.67/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.67/1790.01	c   integral         :     121.82       0.00       0.00     121.82       0.00
1789.67/1790.01	c   knapsack         :       2.49       0.01       2.48       0.00       0.00
1789.67/1790.01	c   setppc           :       0.30       0.00       0.30       0.00       0.00
1789.67/1790.01	c   linear           :      14.94       1.10      13.83       0.00       0.00
1789.67/1790.01	c   logicor          :       3.36       0.00       3.36       0.00       0.00
1789.67/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.67/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.67/1790.01	c   vbounds          :       0.19          2          0          0
1789.67/1790.01	c   rootredcost      :       0.19          0          0          0
1789.67/1790.01	c   pseudoobj        :      16.26    1039756          0          0
1789.67/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.67/1790.01	c   propagation      :       0.88       9099       9098      73160       62.0         98       19.4          -
1789.67/1790.01	c   infeasible LP    :       3.20      39001      29245     103774       34.3        272       28.6          0
1789.67/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.67/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.67/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.67/1790.01	c   applied globally :          -          -          -     105577       31.9          -          -          -
1789.67/1790.01	c   applied locally  :          -          -          -          2      154.0          -          -          -
1789.67/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.67/1790.01	c   cut pool         :       0.00         91          -          -        207          -    (maximal pool size: 356)
1789.67/1790.01	c   redcost          :       8.83     296583          0          0          0          0
1789.67/1790.01	c   impliedbounds    :       0.00         93          0          0        506          0
1789.67/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.67/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.67/1790.01	c   gomory           :       2.11         93          0          0        349          0
1789.67/1790.01	c   strongcg         :       0.13         20          0          0        112          0
1789.67/1790.01	c   cmir             :       0.04         10          0          0         37          0
1789.67/1790.01	c   flowcover        :       0.09         10          0          0         72          0
1789.67/1790.01	c   clique           :       0.00         93          0          0          0          0
1789.67/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.67/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.67/1790.01	c   rapidlearning    :       0.02          1          0          0          0          0
1789.67/1790.01	c Pricers            :       Time      Calls       Vars
1789.67/1790.01	c   problem variables:       0.00          0          0
1789.67/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.67/1790.01	c   relpscost        :     121.65     296875         73       8688          0          0     576298
1789.67/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.67/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.67/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.67/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.67/1790.01	c   LP solutions     :       0.00          -          0
1789.67/1790.01	c   pseudo solutions :       0.00          -          0
1789.67/1790.01	c   oneopt           :       0.10          0          0
1789.67/1790.01	c   crossover        :       0.05          0          0
1789.67/1790.01	c   guideddiving     :       0.00          0          0
1789.67/1790.01	c   intshifting      :       0.00          0          0
1789.67/1790.01	c   rootsoldiving    :       9.57         48          0
1789.67/1790.01	c   feaspump         :       8.02        118          0
1789.67/1790.01	c   objpscostdiving  :       9.39        140          0
1789.67/1790.01	c   coefdiving       :     119.15        519          0
1789.67/1790.01	c   fracdiving       :     167.53        693          0
1789.67/1790.01	c   linesearchdiving :      74.75        693          0
1789.67/1790.01	c   pscostdiving     :     122.70        694          0
1789.67/1790.01	c   veclendiving     :      58.66        796          0
1789.67/1790.01	c   trivial          :       0.00          2          0
1789.67/1790.01	c   simplerounding   :       0.05          0          0
1789.67/1790.01	c   zirounding       :       0.10       1000          0
1789.67/1790.01	c   rounding         :       0.74       7710          0
1789.67/1790.01	c   shifting         :       2.71       2380          0
1789.67/1790.01	c   twoopt           :       0.00          0          0
1789.67/1790.01	c   fixandinfer      :       0.00          0          0
1789.67/1790.01	c   intdiving        :       0.00          0          0
1789.67/1790.01	c   actconsdiving    :       0.00          0          0
1789.67/1790.01	c   octane           :       0.00          0          0
1789.67/1790.01	c   rens             :       0.05          1          0
1789.67/1790.01	c   rins             :       0.00          0          0
1789.67/1790.01	c   localbranching   :       0.00          0          0
1789.67/1790.01	c   mutation         :       0.00          0          0
1789.67/1790.01	c   dins             :       0.00          0          0
1789.67/1790.01	c   undercover       :       0.00          0          0
1789.67/1790.01	c   nlp              :       0.04          0          0
1789.67/1790.01	c   trysol           :       0.07          0          0
1789.67/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.67/1790.01	c   primal LP        :       0.02          0          0       0.00       0.00
1789.67/1790.01	c   dual LP          :     987.50     302693    6324877      20.90    6404.95
1789.67/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.67/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.67/1790.01	c   diving/probing LP:     452.89     484858    1679278       3.46    3707.88
1789.67/1790.01	c   strong branching :     118.04      29796     490068      16.45    4151.60
1789.67/1790.01	c     (at root node) :          -         27       7711     285.59          -
1789.67/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.67/1790.01	c B&B Tree           :
1789.67/1790.01	c   number of runs   :          1
1789.67/1790.01	c   nodes            :     299600
1789.67/1790.01	c   nodes (total)    :     299600
1789.67/1790.01	c   nodes left       :     275034
1789.67/1790.01	c   max depth        :        323
1789.67/1790.01	c   max depth (total):        323
1789.67/1790.01	c   backtracks       :       7187 (2.4%)
1789.67/1790.01	c   delayed cutoffs  :       1667
1789.67/1790.01	c   repropagations   :      29224 (15264 domain reductions, 1656 cutoffs)
1789.67/1790.01	c   avg switch length:       2.97
1789.67/1790.01	c   switching time   :      12.92
1789.67/1790.01	c Solution           :
1789.67/1790.01	c   Solutions found  :          0 (0 improvements)
1789.67/1790.01	c   Primal Bound     :          -
1789.67/1790.01	c   Dual Bound       : +6.88100518812347e+04
1789.67/1790.01	c   Gap              :   infinite
1789.67/1790.01	c   Root Dual Bound  : +5.59816290348979e+04
1789.67/1790.01	c   Root Iterations  :      11279
1790.07/1790.40	c Time complete: 1790.08.

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-3733471-1338697339/watcher-3733471-1338697339 -o /tmp/evaluation-result-3733471-1338697339/solver-3733471-1338697339 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733471-1338697339.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: 2.00 2.00 2.00 3/176 16421
/proc/meminfo: memFree=26998732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 1339 0 0 0 0 0 0 0 20 0 1 0 335859607 9158656 1286 33554432000 4194304 8395647 140735332264688 140736797246072 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 2236 1296 374 1026 0 1206 0

[startup+0.0300611 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16421
/proc/meminfo: memFree=26998732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=18664 CPUtime=0.02 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 4047 0 0 0 2 0 0 0 20 0 1 0 335859607 19111936 3640 33554432000 4194304 8395647 140735332264688 140736797246072 5006653 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 4666 3640 495 1026 0 3636 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18664

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16421
/proc/meminfo: memFree=26998732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=32068 CPUtime=0.09 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 7943 0 0 0 8 1 0 0 20 0 1 0 335859607 32837632 6861 33554432000 4194304 8395647 140735332264688 140735332259496 6013893 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 8017 6861 626 1026 0 6987 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32068

[startup+0.300212 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16421
/proc/meminfo: memFree=26998732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=32068 CPUtime=0.29 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 8071 0 0 0 28 1 0 0 20 0 1 0 335859607 32837632 6967 33554432000 4194304 8395647 140735332264688 140735332259496 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 8017 6967 627 1026 0 6987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32068

[startup+0.700201 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16421
/proc/meminfo: memFree=26998732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=34076 CPUtime=0.69 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 8533 0 0 0 68 1 0 0 20 0 1 0 335859607 34893824 7429 33554432000 4194304 8395647 140735332264688 140735332259976 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 8519 7429 628 1026 0 7489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34076

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26970940/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=36228 CPUtime=1.49 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 9003 0 0 0 147 2 0 0 20 0 1 0 335859607 37097472 7899 33554432000 4194304 8395647 140735332264688 140735332259928 4904042 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 9057 7899 628 1026 0 8027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36228

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26966476/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=40980 CPUtime=3.09 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 10286 0 0 0 305 4 0 0 20 0 1 0 335859607 41963520 9152 33554432000 4194304 8395647 140735332264688 140735332259304 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 10245 9152 628 1026 0 9215 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40980

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26960548/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=44452 CPUtime=6.29 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 16063 0 0 0 621 8 0 0 20 0 1 0 335859607 45518848 9914 33554432000 4194304 8395647 140735332264688 140735332259288 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 11113 9914 636 1026 0 10083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44452

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26959580/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=44452 CPUtime=12.68 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 16064 0 0 0 1258 10 0 0 20 0 1 0 335859607 45518848 9915 33554432000 4194304 8395647 140735332264688 140735332259560 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/16421/statm: 11113 9915 637 1026 0 10083 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44452

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26959972/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=44848 CPUtime=25.48 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 16743 0 0 0 2528 20 0 0 20 0 1 0 335859607 45924352 9924 33554432000 4194304 8395647 140735332264688 140735332259560 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 11212 9924 642 1026 0 10182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44848

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16422
/proc/meminfo: memFree=26957744/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=45624 CPUtime=51.08 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 19937 0 0 0 5072 36 0 0 20 0 1 0 335859607 46718976 10285 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 11406 10285 740 1026 0 10376 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45624

[startup+102.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16422
/proc/meminfo: memFree=26946940/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=50836 CPUtime=102.27 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 21812 0 0 0 10157 70 0 0 20 0 1 0 335859607 52056064 11604 33554432000 4194304 8395647 140735332264688 140735332259544 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 12709 11604 740 1026 0 11679 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50836

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16422
/proc/meminfo: memFree=26932332/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=57096 CPUtime=162.25 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 23396 0 0 0 16115 110 0 0 20 0 1 0 335859607 58466304 13480 33554432000 4194304 8395647 140735332264688 140735332259928 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 14274 13480 741 1026 0 13244 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 57096

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16423
/proc/meminfo: memFree=26925732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=62648 CPUtime=222.25 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 26032 0 0 0 22071 154 0 0 20 0 1 0 335859607 64151552 14846 33554432000 4194304 8395647 140735332264688 140735332259240 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 15662 14846 742 1026 0 14632 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 62648

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16424
/proc/meminfo: memFree=26914740/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=68304 CPUtime=282.23 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 27496 0 0 0 28026 197 0 0 20 0 1 0 335859607 69943296 16280 33554432000 4194304 8395647 140735332264688 140735332259624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 17076 16280 742 1026 0 16046 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 68304

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16424
/proc/meminfo: memFree=26903820/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=73060 CPUtime=342.22 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 28704 0 0 0 33983 239 0 0 20 0 1 0 335859607 74813440 17484 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 18265 17484 742 1026 0 17235 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 73060

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16424
/proc/meminfo: memFree=26892428/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=79392 CPUtime=402.21 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 30882 0 0 0 39940 281 0 0 20 0 1 0 335859607 81297408 19022 33554432000 4194304 8395647 140735332264688 140735332260248 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 19848 19022 742 1026 0 18818 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 79392

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16427
/proc/meminfo: memFree=26881416/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=84024 CPUtime=462.21 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 32070 0 0 0 45899 322 0 0 20 0 1 0 335859607 86040576 20210 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 21006 20210 742 1026 0 19976 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 84024

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16428
/proc/meminfo: memFree=26870576/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=88440 CPUtime=522.19 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 33178 0 0 0 51856 363 0 0 20 0 1 0 335859607 90562560 21315 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 22110 21315 742 1026 0 21080 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 88440

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16428
/proc/meminfo: memFree=26857512/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=96496 CPUtime=582.18 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 35257 0 0 0 57815 403 0 0 20 0 1 0 335859607 98811904 23263 33554432000 4194304 8395647 140735332264688 140735332260200 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 24124 23263 742 1026 0 23094 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 96496

[startup+642.3 s]

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

/proc/meminfo: memFree=26721856/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=172272 CPUtime=1002.11 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 54330 0 0 0 99528 683 0 0 20 0 1 0 335859607 176406528 41973 33554432000 4194304 8395647 140735332264688 140735332260232 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 43068 41973 742 1026 0 42038 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 172272

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16429
/proc/meminfo: memFree=26707732/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=185756 CPUtime=1062.1 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 57817 0 0 0 105487 723 0 0 20 0 1 0 335859607 190214144 45363 33554432000 4194304 8395647 140735332264688 140735332259544 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 46439 45363 742 1026 0 45409 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 185756

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16433
/proc/meminfo: memFree=26698168/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=196292 CPUtime=1122.08 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 60382 0 0 0 111445 763 0 0 20 0 1 0 335859607 201003008 47922 33554432000 4194304 8395647 140735332264688 140735332260392 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 49073 47922 742 1026 0 48043 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 196292

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16433
/proc/meminfo: memFree=26689248/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=206536 CPUtime=1182.08 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 63306 0 0 0 117405 803 0 0 20 0 1 0 335859607 211492864 50623 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 51634 50623 742 1026 0 50604 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 206536

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26748372/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=219988 CPUtime=1242.07 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 66686 0 0 0 123365 842 0 0 20 0 1 0 335859607 225267712 53989 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 54997 53989 742 1026 0 53967 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 219988

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26663036/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=234968 CPUtime=1302.05 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 71165 0 0 0 129324 881 0 0 20 0 1 0 335859607 240607232 57831 33554432000 4194304 8395647 140735332264688 140735332260248 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 58742 57831 742 1026 0 57712 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 234968

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26649700/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=246512 CPUtime=1362.04 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 74127 0 0 0 135285 919 0 0 20 0 1 0 335859607 252428288 60771 33554432000 4194304 8395647 140735332264688 140735332260152 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 61628 60771 742 1026 0 60598 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 246512

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16472
/proc/meminfo: memFree=26634432/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=260748 CPUtime=1422.03 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 77780 0 0 0 141248 955 0 0 20 0 1 0 335859607 267005952 64335 33554432000 4194304 8395647 140735332264688 140735332260152 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 65187 64335 742 1026 0 64157 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 260748

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/176 16472
/proc/meminfo: memFree=26608944/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=283004 CPUtime=1482.02 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 83517 0 0 0 147211 991 0 0 20 0 1 0 335859607 289796096 69923 33554432000 4194304 8395647 140735332264688 140735332260248 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 70751 69923 742 1026 0 69721 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 283004

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 16473
/proc/meminfo: memFree=26595316/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=300188 CPUtime=1542.02 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 86862 0 0 0 153171 1031 0 0 20 0 1 0 335859607 307392512 73227 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 75047 73227 742 1026 0 74017 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 300188

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16473
/proc/meminfo: memFree=26562860/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=331884 CPUtime=1602 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 95195 0 0 0 159132 1068 0 0 20 0 1 0 335859607 339849216 81224 33554432000 4194304 8395647 140735332264688 140735332260552 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 82971 81224 742 1026 0 81941 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 331884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 16474
/proc/meminfo: memFree=26542772/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=350796 CPUtime=1661.99 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 100089 0 0 0 165091 1108 0 0 20 0 1 0 335859607 359215104 86052 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 87699 86052 742 1026 0 86669 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 350796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16477
/proc/meminfo: memFree=26523084/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=369912 CPUtime=1721.98 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 104900 0 0 0 171050 1148 0 0 20 0 1 0 335859607 378789888 90827 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 92478 90827 742 1026 0 91448 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 369912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26503528/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=389116 CPUtime=1781.96 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 109989 0 0 0 177013 1183 0 0 20 0 1 0 335859607 398454784 95756 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 97279 95756 742 1026 0 96249 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 389116

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26500800/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=391928 CPUtime=1785.26 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 110732 0 0 0 177340 1186 0 0 20 0 1 0 335859607 401334272 96462 33554432000 4194304 8395647 140735332264688 140735332259544 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 97982 96462 742 1026 0 96952 0
Current children cumulated CPU time (s) 1785.26
Current children cumulated vsize (KiB) 391928

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26498808/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=392224 CPUtime=1788.47 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 110814 0 0 0 177658 1189 0 0 20 0 1 0 335859607 401637376 96882 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 98056 96882 742 1026 0 97026 0
Current children cumulated CPU time (s) 1788.47
Current children cumulated vsize (KiB) 392224

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26498808/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=392224 CPUtime=1789.26 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 110814 0 0 0 177737 1189 0 0 20 0 1 0 335859607 401637376 96882 33554432000 4194304 8395647 140735332264688 140735332259816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 98056 96882 742 1026 0 97026 0
Current children cumulated CPU time (s) 1789.26
Current children cumulated vsize (KiB) 392224

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26498808/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=392224 CPUtime=1789.67 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 110814 0 0 0 177777 1190 0 0 20 0 1 0 335859607 401637376 96882 33554432000 4194304 8395647 140735332264688 140735332260232 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 98056 96882 742 1026 0 97026 0
Current children cumulated CPU time (s) 1789.67
Current children cumulated vsize (KiB) 392224

[startup+1790.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26498808/32873660 swapFree=7120/7120
[pid=16421] ppid=16419 vsize=392224 CPUtime=1790.07 cores=0,2,4,6
/proc/16421/stat : 16421 (pbscip.linux.x8) R 16419 16421 13836 0 -1 4202496 110817 0 0 0 177817 1190 0 0 20 0 1 0 335859607 401637376 96885 33554432000 4194304 8395647 140735332264688 140735332260360 6345229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 98056 96885 745 1026 0 97026 0
Current children cumulated CPU time (s) 1790.07
Current children cumulated vsize (KiB) 392224

Child status: 0
Real time (s): 1790.41
CPU time (s): 1790.08
CPU user time (s): 1778.18
CPU system time (s): 11.9022
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 392224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.18
system time used= 11.9022
maximum resident set size= 387540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110818
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= 73
involuntary context switches= 2040

runsolver used 3.13852 second user time and 8.00578 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 06:22:19
IDJOB=3733471
IDBENCH=2492
IDSOLVER=2326
FILE ID=node117/3733471-1338697339
RUNJOBID= node117-1338678620-13855
PBS_JOBID= 14636696
Free space on /tmp= 69112 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733471-1338697339/watcher-3733471-1338697339 -o /tmp/evaluation-result-3733471-1338697339/solver-3733471-1338697339 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733471-1338697339.opb -t 1800 -m 15500

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=202966430

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26999616 kB
Buffers:          609056 kB
Cached:          4129456 kB
SwapCached:          776 kB
Active:          2514852 kB
Inactive:        2446516 kB
Active(anon):     209056 kB
Inactive(anon):     9972 kB
Active(file):    2305796 kB
Inactive(file):  2436544 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             10524 kB
Writeback:             0 kB
AnonPages:        251816 kB
Mapped:            15040 kB
Shmem:                80 kB
Slab:             776404 kB
SReclaimable:     220640 kB
SUnreclaim:       555764 kB
KernelStack:        1472 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     335536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69096 MiB
End job on node117 at 2012-06-03 06:52:09