Trace number 3738355

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? 1789.55 1790.08

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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-3738355-1338726095.opb>
0.00/0.02	c original problem has 774 variables (774 bin, 0 int, 0 impl, 0 cont) and 994 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.03	c (round 2) 3 del vars, 772 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.03	c (round 3) 3 del vars, 772 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 222 upgd conss, 1542 impls, 30 clqs
0.04/0.06	c    (0.0s) probing: 101/771 (13.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (4 rounds):
0.04/0.06	c  3 deleted vars, 772 deleted constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.06	c  1542 implications, 114 cliques
0.04/0.06	c presolved problem has 771 variables (771 bin, 0 int, 0 impl, 0 cont) and 222 constraints
0.04/0.06	c     192 constraints of type <knapsack>
0.04/0.06	c      30 constraints of type <setppc>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.04
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 1.2.1.3
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1789.99
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 13950
0.04/0.06	c 
0.04/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.06	c # [type: int, range: [1,2], default: 1]
0.04/0.06	c timing/clocktype = 2
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/indicator/addCouplingCons = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c   0.0s|     1 |     0 |   115 |     - |3744k|   0 |  18 | 771 | 222 | 771 | 222 |   0 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   480 |     - |4044k|   0 |  39 | 771 | 222 | 771 | 233 |  11 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.18/0.21	c   0.2s|     1 |     0 |   546 |     - |4282k|   0 |  54 | 771 | 222 | 771 | 249 |  27 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.18/0.28	c   0.3s|     1 |     0 |   598 |     - |4442k|   0 |  70 | 771 | 222 | 771 | 263 |  41 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.28/0.37	c   0.4s|     1 |     0 |   767 |     - |4710k|   0 |  67 | 771 | 222 | 771 | 276 |  54 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   946 |     - |4903k|   0 |  83 | 771 | 222 | 771 | 288 |  66 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |  1097 |     - |5060k|   0 |  70 | 771 | 222 | 771 | 299 |  77 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.78/0.87	c   0.9s|     1 |     2 |  1097 |     - |5061k|   0 |  70 | 771 | 222 | 771 | 299 |  77 |   0 |  12 | 3.000000e+00 |      --      |    Inf 
26.08/26.14	c  26.1s| 10000 |   419 |189833 |  18.9 |8919k|  67 |   - | 771 |3695 |   0 |   0 |  77 |  10k|5058 | 3.000000e+00 |      --      |    Inf 
44.77/44.85	c  44.8s| 20000 |   542 |388870 |  19.4 |  10M|  67 |   - | 771 |3889 | 771 | 265 |  77 |  20k|6404 | 3.000000e+00 |      --      |    Inf 
63.26/63.33	c  63.3s| 30000 |   645 |589091 |  19.6 |  11M|  67 |   - | 771 |4933 | 771 | 265 |  77 |  29k|7650 | 3.000000e+00 |      --      |    Inf 
79.56/79.64	c  79.6s| 40000 |  1050 |777447 |  19.4 |  13M|  67 |  25 | 771 |6271 | 771 | 265 |  77 |  38k|7953 | 3.000000e+00 |      --      |    Inf 
94.56/94.67	c  94.7s| 50000 |  1560 |924670 |  18.5 |  15M|  67 |  31 | 771 |8623 | 771 | 265 |  77 |  47k|8214 | 3.000000e+00 |      --      |    Inf 
109.05/109.10	c   109s| 60000 |  1981 |  1074k|  17.9 |  18M|  67 |  29 | 771 |9426 | 771 | 265 |  77 |  55k|8586 | 3.000000e+00 |      --      |    Inf 
124.54/124.66	c   125s| 70000 |  2167 |  1220k|  17.4 |  19M|  67 |   - | 771 |9091 |   0 |   0 |  77 |  64k|9052 | 3.000000e+00 |      --      |    Inf 
138.84/138.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.84/138.96	c   139s| 80000 |  2166 |  1369k|  17.1 |  19M|  67 |   - | 771 |9328 |   0 |   0 |  77 |  72k|9575 | 3.000000e+00 |      --      |    Inf 
153.53/153.65	c   154s| 90000 |  2377 |  1514k|  16.8 |  20M|  67 |  23 | 771 |  10k| 771 | 265 |  77 |  80k|9986 | 3.000000e+00 |      --      |    Inf 
167.93/168.04	c   168s|100000 |  2524 |  1653k|  16.5 |  21M|  67 |  28 | 771 |9626 | 771 | 265 |  77 |  89k|  10k| 3.000000e+00 |      --      |    Inf 
182.03/182.11	c   182s|110000 |  2726 |  1783k|  16.2 |  22M|  67 |  10 | 771 |  10k| 771 | 265 |  77 |  98k|  10k| 3.000000e+00 |      --      |    Inf 
197.42/197.58	c   198s|120000 |  2771 |  1933k|  16.1 |  22M|  67 |  25 | 771 |  10k| 771 | 265 |  77 | 106k|  10k| 3.000000e+00 |      --      |    Inf 
210.41/210.52	c   211s|130000 |  2929 |  2063k|  15.9 |  23M|  67 |  10 | 771 |  10k| 771 | 265 |  77 | 113k|  11k| 3.000000e+00 |      --      |    Inf 
225.32/225.49	c   225s|140000 |  2883 |  2222k|  15.9 |  22M|  69 |  36 | 771 |9273 | 771 | 265 |  77 | 120k|  12k| 3.000000e+00 |      --      |    Inf 
239.01/239.14	c   239s|150000 |  2826 |  2374k|  15.8 |  22M|  74 |  22 | 771 |8789 | 771 | 265 |  77 | 125k|  13k| 3.000000e+00 |      --      |    Inf 
251.21/251.33	c   251s|160000 |  3068 |  2506k|  15.7 |  23M|  74 |  24 | 771 |9689 | 771 | 265 |  77 | 132k|  13k| 3.000000e+00 |      --      |    Inf 
263.30/263.47	c   263s|170000 |  3245 |  2635k|  15.5 |  24M|  74 |  22 | 771 |  10k| 771 | 265 |  77 | 138k|  13k| 3.000000e+00 |      --      |    Inf 
276.60/276.75	c   277s|180000 |  3222 |  2779k|  15.4 |  23M|  74 |  30 | 771 |9020 | 771 | 265 |  77 | 145k|  14k| 3.000000e+00 |      --      |    Inf 
291.30/291.46	c   291s|190000 |  3314 |  2932k|  15.4 |  23M|  74 |  10 | 771 |7951 | 771 | 265 |  77 | 153k|  14k| 3.000000e+00 |      --      |    Inf 
305.59/305.71	c   306s|200000 |  3381 |  3079k|  15.4 |  23M|  74 |   - | 771 |7593 | 771 | 265 |  77 | 162k|  15k| 3.000000e+00 |      --      |    Inf 
320.09/320.24	c   320s|210000 |  3537 |  3225k|  15.4 |  24M|  74 |  31 | 771 |8590 | 771 | 265 |  77 | 171k|  15k| 3.000000e+00 |      --      |    Inf 
333.28/333.43	c   333s|220000 |  3846 |  3370k|  15.3 |  25M|  74 |   - | 771 |9299 |   0 |   0 |  77 | 178k|  15k| 3.000000e+00 |      --      |    Inf 
344.78/344.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.78/344.95	c   345s|230000 |  3957 |  3509k|  15.3 |  26M|  74 |   - | 771 |9885 | 771 | 265 |  77 | 183k|  15k| 3.000000e+00 |      --      |    Inf 
358.27/358.47	c   358s|240000 |  3969 |  3648k|  15.2 |  26M|  74 |  15 | 771 |9410 | 771 | 265 |  77 | 191k|  16k| 3.000000e+00 |      --      |    Inf 
372.57/372.74	c   373s|250000 |  3941 |  3795k|  15.2 |  26M|  74 |   - | 771 |8203 | 771 | 265 |  77 | 198k|  16k| 3.000000e+00 |      --      |    Inf 
387.96/388.17	c   388s|260000 |  3900 |  3957k|  15.2 |  26M|  74 |   - | 771 |8341 | 771 | 265 |  77 | 207k|  17k| 3.000000e+00 |      --      |    Inf 
402.66/402.80	c   403s|270000 |  4189 |  4105k|  15.2 |  28M|  74 |  30 | 771 |9956 | 771 | 265 |  77 | 217k|  17k| 3.000000e+00 |      --      |    Inf 
418.16/418.38	c   418s|280000 |  3854 |  4255k|  15.2 |  26M|  74 |   - | 771 |8115 | 771 | 265 |  77 | 227k|  17k| 3.000000e+00 |      --      |    Inf 
430.96/431.12	c   431s|290000 |  3756 |  4385k|  15.1 |  26M|  74 |  22 | 771 |8537 | 771 | 265 |  77 | 236k|  17k| 3.000000e+00 |      --      |    Inf 
444.16/444.37	c   444s|300000 |  3852 |  4539k|  15.1 |  26M|  74 |   - | 771 |7764 |   0 |   0 |  77 | 242k|  18k| 3.000000e+00 |      --      |    Inf 
458.55/458.71	c   459s|310000 |  3897 |  4691k|  15.1 |  26M|  74 |   - | 771 |7041 | 771 | 265 |  77 | 250k|  18k| 3.000000e+00 |      --      |    Inf 
473.14/473.31	c   473s|320000 |  3836 |  4838k|  15.1 |  27M|  74 |   - | 771 |7839 | 771 | 265 |  77 | 259k|  19k| 3.000000e+00 |      --      |    Inf 
487.63/487.84	c   488s|330000 |  4228 |  4997k|  15.1 |  29M|  74 |  36 | 771 |9209 | 771 | 265 |  77 | 266k|  19k| 3.000000e+00 |      --      |    Inf 
502.63/502.82	c   503s|340000 |  4163 |  5154k|  15.2 |  28M|  74 |  28 | 771 |8097 | 771 | 265 |  77 | 275k|  19k| 3.000000e+00 |      --      |    Inf 
516.42/516.68	c   517s|350000 |  4124 |  5303k|  15.2 |  29M|  74 |   - | 771 |9533 | 771 | 265 |  77 | 284k|  19k| 3.000000e+00 |      --      |    Inf 
533.33/533.56	c   534s|360000 |  3877 |  5479k|  15.2 |  27M|  74 |   - | 771 |7946 | 771 | 265 |  77 | 293k|  20k| 3.000000e+00 |      --      |    Inf 
545.62/545.84	c   546s|370000 |  3833 |  5618k|  15.2 |  27M|  74 |   - | 771 |8651 | 771 | 265 |  77 | 299k|  20k| 3.000000e+00 |      --      |    Inf 
562.21/562.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.21/562.49	c   562s|380000 |  3801 |  5800k|  15.3 |  27M|  80 |   - | 771 |8262 | 771 | 265 |  77 | 307k|  20k| 3.000000e+00 |      --      |    Inf 
576.91/577.18	c   577s|390000 |  3691 |  5955k|  15.3 |  27M|  80 |   4 | 771 |8269 | 771 | 265 |  77 | 316k|  21k| 3.000000e+00 |      --      |    Inf 
590.10/590.32	c   590s|400000 |  3769 |  6128k|  15.3 |  28M|  80 |   - | 771 |9186 | 771 | 265 |  77 | 320k|  21k| 3.000000e+00 |      --      |    Inf 
602.81/603.01	c   603s|410000 |  3851 |  6293k|  15.3 |  28M|  80 |  13 | 771 |8735 | 771 | 265 |  77 | 325k|  21k| 3.000000e+00 |      --      |    Inf 
616.80/617.06	c   617s|420000 |  3741 |  6458k|  15.4 |  27M|  80 |   - | 771 |8156 | 771 | 265 |  77 | 330k|  22k| 3.000000e+00 |      --      |    Inf 
633.09/633.34	c   633s|430000 |  3863 |  6631k|  15.4 |  28M|  80 |   - | 771 |9146 |   0 |   0 |  77 | 339k|  22k| 3.000000e+00 |      --      |    Inf 
648.49/648.71	c   649s|440000 |  3765 |  6788k|  15.4 |  28M| 101 |   - | 771 |8831 |   0 |   0 |  77 | 348k|  22k| 3.000000e+00 |      --      |    Inf 
662.79/663.06	c   663s|450000 |  3879 |  6947k|  15.4 |  29M| 101 |  18 | 771 |  10k| 771 | 265 |  77 | 356k|  23k| 3.000000e+00 |      --      |    Inf 
678.39/678.64	c   679s|460000 |  3754 |  7095k|  15.4 |  29M| 101 |   - | 771 |9946 | 771 | 265 |  77 | 366k|  23k| 3.000000e+00 |      --      |    Inf 
697.48/697.78	c   698s|470000 |  3782 |  7304k|  15.5 |  29M| 101 |  36 | 771 |9224 | 771 | 265 |  77 | 376k|  23k| 3.000000e+00 |      --      |    Inf 
712.37/712.62	c   713s|480000 |  3749 |  7469k|  15.6 |  29M| 101 |  22 | 771 |8976 | 771 | 265 |  77 | 384k|  23k| 3.000000e+00 |      --      |    Inf 
729.57/729.82	c   730s|490000 |  3911 |  7648k|  15.6 |  30M| 101 |   - | 771 |9199 | 771 | 265 |  77 | 395k|  24k| 3.000000e+00 |      --      |    Inf 
746.76/747.08	c   747s|500000 |  4167 |  7820k|  15.6 |  32M| 101 |  30 | 771 |  11k| 771 | 265 |  77 | 406k|  24k| 3.000000e+00 |      --      |    Inf 
763.86/764.13	c   764s|510000 |  4164 |  7991k|  15.7 |  33M| 101 |  28 | 771 |  12k| 771 | 265 |  77 | 418k|  24k| 3.000000e+00 |      --      |    Inf 
780.45/780.79	c   781s|520000 |  4009 |  8173k|  15.7 |  31M| 101 |  20 | 771 |9014 | 771 | 265 |  77 | 427k|  24k| 3.000000e+00 |      --      |    Inf 
798.85/799.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.85/799.15	c   799s|530000 |  3869 |  8371k|  15.8 |  30M| 101 |  33 | 771 |8187 | 771 | 265 |  77 | 437k|  25k| 3.000000e+00 |      --      |    Inf 
812.55/812.90	c   813s|540000 |  3859 |  8529k|  15.8 |  30M| 101 |  26 | 771 |8472 | 771 | 265 |  77 | 444k|  25k| 3.000000e+00 |      --      |    Inf 
826.85/827.11	c   827s|550000 |  3727 |  8673k|  15.8 |  31M| 101 |   - | 771 |  10k|   0 |   0 |  77 | 454k|  25k| 3.000000e+00 |      --      |    Inf 
842.13/842.50	c   842s|560000 |  3873 |  8821k|  15.8 |  31M| 101 |   - | 771 |9723 |   0 |   0 |  77 | 464k|  25k| 3.000000e+00 |      --      |    Inf 
856.03/856.36	c   856s|570000 |  4648 |  8964k|  15.7 |  34M| 101 |  27 | 771 |  11k| 771 | 265 |  77 | 472k|  26k| 3.000000e+00 |      --      |    Inf 
868.92/869.29	c   869s|580000 |  5145 |  9100k|  15.7 |  35M| 101 |  14 | 771 |  11k| 771 | 265 |  77 | 480k|  26k| 3.000000e+00 |      --      |    Inf 
883.92/884.27	c   884s|590000 |  5675 |  9270k|  15.7 |  38M| 101 |   - | 771 |  12k|   0 |   0 |  77 | 488k|  26k| 3.000000e+00 |      --      |    Inf 
896.81/897.10	c   897s|600000 |  6020 |  9415k|  15.7 |  39M| 101 |  12 | 771 |  13k| 771 | 265 |  77 | 494k|  26k| 3.000000e+00 |      --      |    Inf 
909.91/910.26	c   910s|610000 |  6114 |  9573k|  15.7 |  40M| 101 |  28 | 771 |  13k| 771 | 265 |  77 | 500k|  26k| 3.000000e+00 |      --      |    Inf 
923.51/923.80	c   924s|620000 |  6188 |  9727k|  15.7 |  40M| 101 |  30 | 771 |  12k| 771 | 265 |  77 | 507k|  26k| 3.000000e+00 |      --      |    Inf 
937.31/937.69	c   938s|630000 |  6246 |  9877k|  15.7 |  41M| 101 |   - | 771 |  12k|   0 |   0 |  77 | 514k|  27k| 3.000000e+00 |      --      |    Inf 
952.50/952.83	c   953s|640000 |  6553 | 10044k|  15.7 |  41M| 101 |   - | 771 |  12k|   0 |   0 |  77 | 523k|  27k| 3.000000e+00 |      --      |    Inf 
967.89/968.29	c   968s|650000 |  6991 | 10216k|  15.7 |  44M| 101 |  21 | 771 |  14k| 771 | 265 |  77 | 530k|  27k| 3.000000e+00 |      --      |    Inf 
983.40/983.73	c   984s|660000 |  7425 | 10388k|  15.7 |  45M| 101 |   - | 771 |  15k|   0 |   0 |  77 | 539k|  27k| 3.000000e+00 |      --      |    Inf 
997.69/998.03	c   998s|670000 |  7583 | 10538k|  15.7 |  45M| 101 |  23 | 771 |  14k| 771 | 265 |  77 | 546k|  27k| 3.000000e+00 |      --      |    Inf 
1011.69/1012.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1011.69/1012.02	c  1012s|680000 |  7792 | 10691k|  15.7 |  46M| 101 |   - | 771 |  14k|   0 |   0 |  77 | 553k|  27k| 3.000000e+00 |      --      |    Inf 
1026.58/1026.90	c  1027s|690000 |  8172 | 10850k|  15.7 |  47M| 101 |   - | 771 |  14k|   0 |   0 |  77 | 561k|  28k| 3.000000e+00 |      --      |    Inf 
1038.98/1039.35	c  1039s|700000 |  8247 | 11003k|  15.7 |  48M| 101 |  24 | 771 |  15k| 771 | 265 |  77 | 566k|  28k| 3.000000e+00 |      --      |    Inf 
1053.18/1053.51	c  1053s|710000 |  8241 | 11148k|  15.7 |  48M| 101 |  31 | 771 |  14k| 771 | 265 |  77 | 574k|  28k| 3.000000e+00 |      --      |    Inf 
1068.27/1068.62	c  1069s|720000 |  8241 | 11303k|  15.7 |  48M| 101 |  12 | 771 |  13k| 771 | 265 |  77 | 583k|  28k| 3.000000e+00 |      --      |    Inf 
1083.46/1083.80	c  1084s|730000 |  8326 | 11465k|  15.7 |  48M| 101 |  14 | 771 |  14k| 771 | 265 |  77 | 592k|  28k| 3.000000e+00 |      --      |    Inf 
1098.76/1099.17	c  1099s|740000 |  8103 | 11625k|  15.7 |  47M| 101 |  28 | 771 |  13k| 771 | 265 |  77 | 600k|  28k| 3.000000e+00 |      --      |    Inf 
1110.66/1111.02	c  1111s|750000 |  8216 | 11754k|  15.7 |  49M| 101 |  10 | 771 |  15k| 771 | 265 |  77 | 607k|  28k| 3.000000e+00 |      --      |    Inf 
1125.15/1125.50	c  1125s|760000 |  8128 | 11914k|  15.7 |  48M| 101 |  28 | 771 |  14k| 771 | 265 |  77 | 614k|  29k| 3.000000e+00 |      --      |    Inf 
1139.45/1139.89	c  1140s|770000 |  7972 | 12067k|  15.7 |  48M| 101 |  21 | 771 |  14k| 771 | 265 |  77 | 622k|  29k| 3.000000e+00 |      --      |    Inf 
1155.34/1155.72	c  1156s|780000 |  7851 | 12235k|  15.7 |  47M| 101 |  30 | 771 |  13k| 771 | 265 |  77 | 630k|  29k| 3.000000e+00 |      --      |    Inf 
1171.23/1171.62	c  1172s|790000 |  7607 | 12400k|  15.7 |  47M| 101 |  21 | 771 |  13k| 771 | 265 |  77 | 640k|  29k| 3.000000e+00 |      --      |    Inf 
1186.43/1186.89	c  1187s|800000 |  7381 | 12561k|  15.7 |  46M| 101 |  27 | 771 |  13k| 771 | 265 |  77 | 649k|  29k| 3.000000e+00 |      --      |    Inf 
1199.83/1200.29	c  1200s|810000 |  7564 | 12702k|  15.7 |  47M| 101 |  26 | 771 |  14k| 771 | 265 |  77 | 655k|  30k| 3.000000e+00 |      --      |    Inf 
1213.52/1213.97	c  1214s|820000 |  7752 | 12857k|  15.7 |  48M| 101 |  20 | 771 |  14k| 771 | 265 |  77 | 662k|  30k| 3.000000e+00 |      --      |    Inf 
1225.62/1226.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.62/1226.09	c  1226s|830000 |  7867 | 13008k|  15.7 |  49M| 101 |   - | 771 |  15k| 771 | 265 |  77 | 667k|  30k| 3.000000e+00 |      --      |    Inf 
1240.12/1240.58	c  1241s|840000 |  7877 | 13154k|  15.7 |  49M| 101 |   - | 771 |  15k|   0 |   0 |  77 | 674k|  30k| 3.000000e+00 |      --      |    Inf 
1255.52/1255.99	c  1256s|850000 |  7718 | 13321k|  15.7 |  49M| 101 |  18 | 771 |  14k| 771 | 265 |  77 | 682k|  30k| 3.000000e+00 |      --      |    Inf 
1271.41/1271.86	c  1272s|860000 |  7521 | 13492k|  15.7 |  48M| 101 |  34 | 771 |  14k| 771 | 265 |  77 | 690k|  30k| 3.000000e+00 |      --      |    Inf 
1284.51/1284.99	c  1285s|870000 |  7589 | 13634k|  15.7 |  48M| 101 |   - | 771 |  15k| 771 | 265 |  77 | 700k|  30k| 3.000000e+00 |      --      |    Inf 
1297.80/1298.26	c  1298s|880000 |  7445 | 13776k|  15.7 |  48M| 101 |   - | 771 |  14k| 771 | 265 |  77 | 709k|  31k| 3.000000e+00 |      --      |    Inf 
1314.00/1314.47	c  1314s|890000 |  6988 | 13939k|  15.7 |  46M| 101 |  26 | 771 |  14k| 771 | 265 |  77 | 718k|  31k| 3.000000e+00 |      --      |    Inf 
1325.70/1326.16	c  1326s|900000 |  7037 | 14073k|  15.6 |  47M| 101 |   - | 771 |  15k| 771 | 265 |  77 | 724k|  31k| 3.000000e+00 |      --      |    Inf 
1335.99/1336.47	c  1336s|910000 |  7014 | 14206k|  15.6 |  47M| 101 |   - | 771 |  15k|   0 |   0 |  77 | 728k|  31k| 3.000000e+00 |      --      |    Inf 
1351.99/1352.42	c  1352s|920000 |  6857 | 14376k|  15.6 |  46M| 101 |  21 | 771 |  14k| 771 | 265 |  77 | 736k|  31k| 3.000000e+00 |      --      |    Inf 
1366.88/1367.35	c  1367s|930000 |  6580 | 14541k|  15.6 |  45M| 101 |   - | 771 |  14k| 771 | 265 |  77 | 745k|  31k| 3.000000e+00 |      --      |    Inf 
1382.98/1383.43	c  1383s|940000 |  6228 | 14715k|  15.7 |  44M| 101 |   - | 771 |  14k| 771 | 265 |  77 | 753k|  31k| 3.000000e+00 |      --      |    Inf 
1395.67/1396.14	c  1396s|950000 |  6162 | 14860k|  15.6 |  43M| 101 |   - | 771 |  14k|   0 |   0 |  77 | 762k|  31k| 3.000000e+00 |      --      |    Inf 
1412.36/1412.87	c  1413s|960000 |  6256 | 15003k|  15.6 |  42M| 101 |   - | 771 |9791 | 771 | 265 |  77 | 768k|  33k| 3.000000e+00 |      --      |    Inf 
1427.86/1428.34	c  1428s|970000 |  6388 | 15181k|  15.6 |  43M| 101 |   - | 771 |9850 |   0 |   0 |  77 | 775k|  34k| 3.000000e+00 |      --      |    Inf 
1447.46/1447.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1447.46/1447.99	c  1448s|980000 |  6466 | 15437k|  15.8 |  43M| 115 |   - | 771 |9412 |   0 |   0 |  77 | 785k|  34k| 3.000000e+00 |      --      |    Inf 
1467.75/1468.25	c  1468s|990000 |  6494 | 15694k|  15.9 |  43M| 115 |   - | 771 |9149 | 771 | 265 |  77 | 793k|  35k| 3.000000e+00 |      --      |    Inf 
1482.44/1482.94	c  1483s|  1000k|  6569 | 15880k|  15.9 |  44M| 115 |   4 | 771 |9362 | 771 | 265 |  77 | 800k|  35k| 3.000000e+00 |      --      |    Inf 
1498.24/1498.73	c  1499s|  1010k|  6630 | 16087k|  15.9 |  44M| 115 |  34 | 771 |9323 | 771 | 265 |  77 | 805k|  35k| 3.000000e+00 |      --      |    Inf 
1512.73/1513.23	c  1513s|  1020k|  6593 | 16256k|  15.9 |  43M| 115 |  18 | 771 |8227 | 771 | 265 |  77 | 814k|  35k| 3.000000e+00 |      --      |    Inf 
1527.04/1527.59	c  1528s|  1030k|  6522 | 16420k|  15.9 |  43M| 115 |  32 | 771 |8702 | 771 | 265 |  77 | 821k|  35k| 3.000000e+00 |      --      |    Inf 
1541.42/1541.97	c  1542s|  1040k|  6413 | 16575k|  15.9 |  43M| 115 |   6 | 771 |9398 | 771 | 265 |  77 | 830k|  35k| 3.000000e+00 |      --      |    Inf 
1558.02/1558.50	c  1558s|  1050k|  6424 | 16748k|  15.9 |  42M| 115 |  30 | 771 |7809 | 771 | 265 |  77 | 840k|  35k| 3.000000e+00 |      --      |    Inf 
1574.32/1574.88	c  1575s|  1060k|  6999 | 16941k|  16.0 |  44M| 115 |  32 | 771 |7784 | 771 | 265 |  77 | 848k|  36k| 3.000000e+00 |      --      |    Inf 
1591.22/1591.76	c  1592s|  1070k|  7605 | 17122k|  16.0 |  48M| 115 |  32 | 771 |  11k| 771 | 265 |  77 | 859k|  36k| 3.000000e+00 |      --      |    Inf 
1608.71/1609.21	c  1609s|  1080k|  7921 | 17308k|  16.0 |  50M| 115 |   - | 771 |  11k|   0 |   0 |  77 | 870k|  36k| 3.000000e+00 |      --      |    Inf 
1626.60/1627.16	c  1627s|  1090k|  8293 | 17512k|  16.1 |  51M| 115 |  24 | 771 |9399 | 771 | 265 |  77 | 879k|  36k| 3.000000e+00 |      --      |    Inf 
1642.10/1642.62	c  1643s|  1100k|  8350 | 17651k|  16.0 |  51M| 115 |  32 | 771 |  10k| 771 | 265 |  77 | 892k|  36k| 3.000000e+00 |      --      |    Inf 
1659.09/1659.66	c  1660s|  1110k|  8699 | 17845k|  16.1 |  53M| 115 |  24 | 771 |  10k| 771 | 265 |  77 | 901k|  37k| 3.000000e+00 |      --      |    Inf 
1675.30/1675.88	c  1676s|  1120k|  8871 | 18027k|  16.1 |  54M| 115 |   - | 771 |9736 |   0 |   0 |  77 | 911k|  37k| 3.000000e+00 |      --      |    Inf 
1691.68/1692.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1691.68/1692.22	c  1692s|  1130k|  9273 | 18216k|  16.1 |  56M| 115 |  15 | 771 |  12k| 771 | 265 |  77 | 921k|  37k| 3.000000e+00 |      --      |    Inf 
1710.28/1710.84	c  1711s|  1140k|  9303 | 18416k|  16.2 |  57M| 115 |  16 | 771 |  11k| 771 | 265 |  77 | 936k|  38k| 3.000000e+00 |      --      |    Inf 
1726.88/1727.41	c  1727s|  1150k|  9315 | 18606k|  16.2 |  56M| 115 |   - | 771 |  10k|   0 |   0 |  77 | 946k|  38k| 3.000000e+00 |      --      |    Inf 
1743.27/1743.85	c  1744s|  1160k|  9376 | 18792k|  16.2 |  57M| 115 |  13 | 771 |9666 | 771 | 265 |  77 | 955k|  38k| 3.000000e+00 |      --      |    Inf 
1758.86/1759.46	c  1759s|  1170k|  9567 | 18967k|  16.2 |  57M| 115 |  22 | 771 |  10k| 771 | 265 |  77 | 964k|  38k| 3.000000e+00 |      --      |    Inf 
1776.65/1777.22	c  1777s|  1180k|  9749 | 19159k|  16.2 |  58M| 115 |  36 | 771 |9725 | 771 | 265 |  77 | 975k|  38k| 3.000000e+00 |      --      |    Inf 
1789.45/1790.01	c 
1789.45/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.45/1790.01	c Solving Time (sec) : 1789.99
1789.45/1790.01	c Solving Nodes      : 1188184
1789.45/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.45/1790.01	c Dual Bound         : +3.00000000000000e+00
1789.45/1790.01	c Gap                : infinite
1789.45/1790.01	s UNKNOWN
1789.45/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.45/1790.01	c Solving Time       :    1789.99
1789.45/1790.01	c Original Problem   :
1789.45/1790.01	c   Problem name     : HOME/instance-3738355-1338726095.opb
1789.45/1790.01	c   Variables        : 774 (774 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.45/1790.01	c   Constraints      : 994 initial, 994 maximal
1789.45/1790.01	c Presolved Problem  :
1789.45/1790.01	c   Problem name     : t_HOME/instance-3738355-1338726095.opb
1789.45/1790.01	c   Variables        : 771 (771 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.45/1790.01	c   Constraints      : 222 initial, 16852 maximal
1789.45/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.45/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1789.45/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1789.45/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   linear           :       0.01          3          0          0          3          0        772          0          0
1789.45/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.45/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.45/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.45/1790.01	c   integral         :          0          0          0     662746          0        165      12845          0          0    1309230
1789.45/1790.01	c   knapsack         :        192          6    4320133          0          2     160163   55267057       1126          0          0
1789.45/1790.01	c   setppc           :         30          6    4159970          0          2     132768    6198027          0          0          0
1789.45/1790.01	c   logicor          :          0+         0    1908954          0          0      60276    1521591          0          0          0
1789.45/1790.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.45/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.45/1790.01	c   integral         :      73.10       0.00       0.00      73.10       0.00
1789.45/1790.01	c   knapsack         :     276.74       0.01     276.73       0.00       0.00
1789.45/1790.01	c   setppc           :      17.98       0.00      17.98       0.00       0.00
1789.45/1790.01	c   logicor          :      72.95       0.00      72.95       0.00       0.00
1789.45/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.45/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.45/1790.01	c   vbounds          :       0.55          2          0          0
1789.45/1790.01	c   rootredcost      :       0.53          0          0          0
1789.45/1790.01	c   pseudoobj        :       0.44          0          0          0
1789.45/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.45/1790.01	c   propagation      :      18.19     324429     324094    2438585       44.3      11590       30.5          -
1789.45/1790.01	c   infeasible LP    :      43.54     271590     105716    1181124       67.2       1571       34.5          0
1789.45/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.45/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.45/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.45/1790.01	c   applied globally :          -          -          -     983835       31.4          -          -          -
1789.45/1790.01	c   applied locally  :          -          -          -        805       92.8          -          -          -
1789.45/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.45/1790.01	c   cut pool         :       0.00          5          -          -        473          -    (maximal pool size: 977)
1789.45/1790.01	c   redcost          :       7.17     662375          0          0          0          0
1789.45/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.45/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.45/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.45/1790.01	c   gomory           :       0.10          6          0          0         20          0
1789.45/1790.01	c   strongcg         :       0.10          6          0          0         13          0
1789.45/1790.01	c   cmir             :       0.09          6          0          0        813          0
1789.45/1790.01	c   flowcover        :       0.12          6          0          0       1131          0
1789.45/1790.01	c   clique           :       0.00          6          0          0          1          0
1789.45/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.45/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.45/1790.01	c   rapidlearning    :       0.03          1          0          0          0          0
1789.45/1790.01	c Pricers            :       Time      Calls       Vars
1789.45/1790.01	c   problem variables:       0.00          0          0
1789.45/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.45/1790.01	c   relpscost        :      72.74     662746        165      12845          0          0    1309230
1789.45/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.45/1790.01	c   inference        :       0.00          2          0          0          0          0          4
1789.45/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.45/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.45/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.45/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.45/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.45/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.45/1790.01	c   LP solutions     :       0.00          -          0
1789.45/1790.01	c   pseudo solutions :       0.00          -          0
1789.45/1790.01	c   oneopt           :       0.29          0          0
1789.45/1790.01	c   crossover        :       0.17          0          0
1789.45/1790.01	c   guideddiving     :       0.02          0          0
1789.45/1790.01	c   intshifting      :       0.01          0          0
1789.45/1790.01	c   veclendiving     :       0.09         18          0
1789.45/1790.01	c   linesearchdiving :       0.13         19          0
1789.45/1790.01	c   coefdiving       :       0.51         19          0
1789.45/1790.01	c   pscostdiving     :       0.18         19          0
1789.45/1790.01	c   fracdiving       :       0.23         19          0
1789.45/1790.01	c   objpscostdiving  :       0.09         10          0
1789.45/1790.01	c   rootsoldiving    :       0.11         10          0
1789.45/1790.01	c   feaspump         :       0.27         10          0
1789.45/1790.01	c   trivial          :       0.00          2          0
1789.45/1790.01	c   simplerounding   :       0.12          0          0
1789.45/1790.01	c   zirounding       :       0.21       1000          0
1789.45/1790.01	c   rounding         :       0.50      11474          0
1789.45/1790.01	c   shifting         :       2.02       3585          0
1789.45/1790.01	c   twoopt           :       0.00          0          0
1789.45/1790.01	c   fixandinfer      :       0.00          0          0
1789.45/1790.01	c   intdiving        :       0.00          0          0
1789.45/1790.01	c   actconsdiving    :       0.00          0          0
1789.45/1790.01	c   octane           :       0.00          0          0
1789.45/1790.01	c   rens             :       0.02          1          0
1789.45/1790.01	c   rins             :       0.00          0          0
1789.45/1790.01	c   localbranching   :       0.00          0          0
1789.45/1790.01	c   mutation         :       0.00          0          0
1789.45/1790.01	c   dins             :       0.00          0          0
1789.45/1790.01	c   undercover       :       0.00          0          0
1789.45/1790.01	c   nlp              :       0.14          0          0
1789.45/1790.01	c   trysol           :       0.21          0          0
1789.45/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.45/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.45/1790.01	c   dual LP          :    1070.70     930935   19271118      20.70   17998.64
1789.45/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.45/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.45/1790.01	c   diving/probing LP:       1.14       2165      16326       7.54   14327.20
1789.45/1790.01	c   strong branching :      66.20      38843    1053930      27.13   15919.74
1789.45/1790.01	c     (at root node) :          -         12       2577     214.75          -
1789.45/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.45/1790.01	c B&B Tree           :
1789.45/1790.01	c   number of runs   :          1
1789.45/1790.01	c   nodes            :    1188184
1789.45/1790.01	c   nodes (total)    :    1188184
1789.45/1790.01	c   nodes left       :       9764
1789.45/1790.01	c   max depth        :        115
1789.45/1790.01	c   max depth (total):        115
1789.45/1790.01	c   backtracks       :     225128 (18.9%)
1789.45/1790.01	c   delayed cutoffs  :     111287
1789.45/1790.01	c   repropagations   :    1235363 (16891677 domain reductions, 91101 cutoffs)
1789.45/1790.01	c   avg switch length:       4.85
1789.45/1790.01	c   switching time   :     109.67
1789.45/1790.01	c Solution           :
1789.45/1790.01	c   Solutions found  :          0 (0 improvements)
1789.45/1790.01	c   Primal Bound     :          -
1789.45/1790.01	c   Dual Bound       : +3.00000000000000e+00
1789.45/1790.01	c   Gap              :   infinite
1789.45/1790.01	c   Root Dual Bound  : +3.00000000000000e+00
1789.45/1790.01	c   Root Iterations  :       1097
1789.45/1790.08	c Time complete: 1789.54.

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-3738355-1338726095/watcher-3738355-1338726095 -o /tmp/evaluation-result-3738355-1338726095/solver-3738355-1338726095 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738355-1338726095.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.07 2.02 2.00 3/176 22647
/proc/meminfo: memFree=27937328/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 1389 0 0 0 0 0 0 0 20 0 1 0 338734097 9158656 1336 33554432000 4194304 8395647 140735843619872 140734894412664 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 2236 1347 374 1026 0 1206 0

[startup+0.0539519 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 22647
/proc/meminfo: memFree=27937328/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=18684 CPUtime=0.04 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 4050 0 0 0 4 0 0 0 20 0 1 0 338734097 19132416 3643 33554432000 4194304 8395647 140735843619872 140734894412664 4912107 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 4671 3643 497 1026 0 3641 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18684

[startup+0.100237 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 22647
/proc/meminfo: memFree=27937328/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=20492 CPUtime=0.09 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 4715 0 0 0 9 0 0 0 20 0 1 0 338734097 20983808 4289 33554432000 4194304 8395647 140735843619872 140734894412664 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 5123 4289 596 1026 0 4093 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20492

[startup+0.300204 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 22647
/proc/meminfo: memFree=27937328/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=23008 CPUtime=0.28 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 8231 0 0 0 28 0 0 0 20 0 1 0 338734097 23560192 4916 33554432000 4194304 8395647 140735843619872 140734894412664 6107091 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 5752 4916 628 1026 0 4722 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23008

[startup+0.700186 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 22647
/proc/meminfo: memFree=27937328/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=24008 CPUtime=0.68 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 11016 0 0 0 67 1 0 0 20 0 1 0 338734097 24584192 5182 33554432000 4194304 8395647 140735843619872 140734894412664 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 6002 5182 635 1026 0 4972 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24008

[startup+1.50018 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22648
/proc/meminfo: memFree=27918828/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=24008 CPUtime=1.49 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 11017 0 0 0 146 3 0 0 20 0 1 0 338734097 24584192 5183 33554432000 4194304 8395647 140735843619872 140735843614744 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 6002 5183 636 1026 0 4972 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24008

[startup+3.10018 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 22648
/proc/meminfo: memFree=27918456/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=24008 CPUtime=3.09 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 11021 0 0 0 304 5 0 0 20 0 1 0 338734097 24584192 5187 33554432000 4194304 8395647 140735843619872 140735843615384 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 6002 5187 639 1026 0 4972 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24008

[startup+6.30018 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 22648
/proc/meminfo: memFree=27918084/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=24520 CPUtime=6.28 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 11118 0 0 0 618 10 0 0 20 0 1 0 338734097 25108480 5284 33554432000 4194304 8395647 140735843619872 140735843615176 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 6130 5284 640 1026 0 5100 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24520

[startup+12.7002 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 22648
/proc/meminfo: memFree=27915752/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=26980 CPUtime=12.68 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 11754 0 0 0 1249 19 0 0 20 0 1 0 338734097 27627520 5915 33554432000 4194304 8395647 140735843619872 140735843615432 6311052 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 6745 5915 640 1026 0 5715 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26980

[startup+25.5002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 22648
/proc/meminfo: memFree=27909344/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=31668 CPUtime=25.47 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 12947 0 0 0 2510 37 0 0 20 0 1 0 338734097 32428032 7446 33554432000 4194304 8395647 140735843619872 140735843615000 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 7917 7446 640 1026 0 6887 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31668

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 22648
/proc/meminfo: memFree=27905624/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=35520 CPUtime=51.07 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 13902 0 0 0 5030 77 0 0 20 0 1 0 338734097 36372480 8401 33554432000 4194304 8395647 140735843619872 140735843615432 4218805 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 8880 8401 640 1026 0 7850 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35520

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22649
/proc/meminfo: memFree=27895828/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=45116 CPUtime=102.26 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 16304 0 0 0 10077 149 0 0 20 0 1 0 338734097 46198784 10799 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 11279 10799 640 1026 0 10249 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45116

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22649
/proc/meminfo: memFree=27890496/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=51440 CPUtime=162.23 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 17874 0 0 0 15999 224 0 0 20 0 1 0 338734097 52674560 12369 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 12860 12369 640 1026 0 11830 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 51440

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22649
/proc/meminfo: memFree=27885144/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=55892 CPUtime=222.21 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 18982 0 0 0 21921 300 0 0 20 0 1 0 338734097 57233408 13468 33554432000 4194304 8395647 140735843619872 140735843615336 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 13973 13468 640 1026 0 12943 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 55892

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22649
/proc/meminfo: memFree=27883532/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=57392 CPUtime=282.19 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 19358 0 0 0 27834 385 0 0 20 0 1 0 338734097 58769408 13844 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 14348 13844 640 1026 0 13318 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 57392

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28070216/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=60212 CPUtime=342.18 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 20062 0 0 0 33752 466 0 0 20 0 1 0 338734097 61657088 14548 33554432000 4194304 8395647 140735843619872 140735843615384 6594154 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 15053 14548 640 1026 0 14023 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 60212

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22687
/proc/meminfo: memFree=28057344/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=62220 CPUtime=402.16 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 20571 0 0 0 39674 542 0 0 20 0 1 0 338734097 63713280 15053 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 15555 15053 640 1026 0 14525 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 62220

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22688
/proc/meminfo: memFree=28052060/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=64080 CPUtime=462.14 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 21014 0 0 0 45598 616 0 0 20 0 1 0 338734097 65617920 15495 33554432000 4194304 8395647 140735843619872 140735843615000 4911287 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 16020 15495 640 1026 0 14990 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 64080

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22691
/proc/meminfo: memFree=28045720/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=66032 CPUtime=522.12 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 21526 0 0 0 51523 689 0 0 20 0 1 0 338734097 67616768 16006 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 16508 16006 640 1026 0 15478 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 66032

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22691
/proc/meminfo: memFree=28043680/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=66468 CPUtime=582.1 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 21635 0 0 0 57444 766 0 0 20 0 1 0 338734097 68063232 16114 33554432000 4194304 8395647 140735843619872 140735843615336 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 16617 16114 640 1026 0 15587 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 66468

[startup+642.3 s]

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

/proc/meminfo: memFree=28001112/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=92452 CPUtime=1061.96 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 28128 0 0 0 104812 1384 0 0 20 0 1 0 338734097 94670848 22625 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/22647/statm: 23113 22625 640 1026 0 22083 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 92452

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 22697
/proc/meminfo: memFree=27997440/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=94752 CPUtime=1121.95 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 28694 0 0 0 110736 1459 0 0 20 0 1 0 338734097 97026048 23192 33554432000 4194304 8395647 140735843619872 140735843615336 5085633 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 23688 23192 640 1026 0 22658 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 94752

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22697
/proc/meminfo: memFree=27995708/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=95436 CPUtime=1181.94 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 28869 0 0 0 116659 1535 0 0 20 0 1 0 338734097 97726464 23367 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 23859 23367 640 1026 0 22829 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 95436

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 22697
/proc/meminfo: memFree=27995148/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=95952 CPUtime=1241.91 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29020 0 0 0 122576 1615 0 0 20 0 1 0 338734097 98254848 23517 33554432000 4194304 8395647 140735843619872 140735843615384 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 23988 23517 640 1026 0 22958 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 95952

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22697
/proc/meminfo: memFree=27992852/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=97332 CPUtime=1301.91 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29341 0 0 0 128500 1691 0 0 20 0 1 0 338734097 99667968 23837 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 24333 23837 640 1026 0 23303 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 97332

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 22698
/proc/meminfo: memFree=27991672/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=97332 CPUtime=1361.88 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29359 0 0 0 134420 1768 0 0 20 0 1 0 338734097 99667968 23855 33554432000 4194304 8395647 140735843619872 140735843615480 4728566 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 24333 23855 640 1026 0 23303 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 97332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27990680/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=98008 CPUtime=1421.87 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29520 0 0 0 140337 1850 0 0 20 0 1 0 338734097 100360192 24016 33554432000 4194304 8395647 140735843619872 140735843615336 4911732 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 24502 24016 640 1026 0 23472 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 98008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27990308/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=98628 CPUtime=1481.85 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29670 0 0 0 146247 1938 0 0 20 0 1 0 338734097 100995072 24166 33554432000 4194304 8395647 140735843619872 140735843615000 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 24657 24166 640 1026 0 23627 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 98628

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27988136/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=98956 CPUtime=1541.83 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 29745 0 0 0 152164 2019 0 0 20 0 1 0 338734097 101330944 24240 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 24739 24240 640 1026 0 23709 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 98956

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 22698
/proc/meminfo: memFree=27983732/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=100756 CPUtime=1601.81 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 30158 0 0 0 158086 2095 0 0 20 0 1 0 338734097 103174144 24653 33554432000 4194304 8395647 140735843619872 140735843614728 4214303 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 25189 24653 640 1026 0 24159 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 100756

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 22699
/proc/meminfo: memFree=27979452/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=102416 CPUtime=1661.79 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 30654 0 0 0 164016 2163 0 0 20 0 1 0 338734097 104873984 25138 33554432000 4194304 8395647 140735843619872 140735843615432 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 25604 25138 640 1026 0 24574 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 102416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22702
/proc/meminfo: memFree=27973920/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=107832 CPUtime=1721.77 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 31977 0 0 0 169935 2242 0 0 20 0 1 0 338734097 110419968 26461 33554432000 4194304 8395647 140735843619872 140735843614728 7382066 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 26958 26461 640 1026 0 25928 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 107832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27969520/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=110348 CPUtime=1781.75 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 32609 0 0 0 175859 2316 0 0 20 0 1 0 338734097 112996352 27090 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27587 27090 640 1026 0 26557 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 110348

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27969520/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111428 CPUtime=1784.95 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 32892 0 0 0 176175 2320 0 0 20 0 1 0 338734097 114102272 27373 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27857 27373 640 1026 0 26827 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 111428

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27968652/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111728 CPUtime=1786.56 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 32946 0 0 0 176333 2323 0 0 20 0 1 0 338734097 114409472 27427 33554432000 4194304 8395647 140735843619872 140735843615000 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27932 27427 640 1026 0 26902 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (KiB) 111728

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27968032/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111964 CPUtime=1788.16 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 33026 0 0 0 176491 2325 0 0 20 0 1 0 338734097 114651136 27507 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27991 27507 640 1026 0 26961 0
Current children cumulated CPU time (s) 1788.16
Current children cumulated vsize (KiB) 111964

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27968032/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111964 CPUtime=1788.96 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 33026 0 0 0 176570 2326 0 0 20 0 1 0 338734097 114651136 27507 33554432000 4194304 8395647 140735843619872 140735843615432 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27991 27507 640 1026 0 26961 0
Current children cumulated CPU time (s) 1788.96
Current children cumulated vsize (KiB) 111964

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27968032/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111964 CPUtime=1789.36 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 33026 0 0 0 176610 2326 0 0 20 0 1 0 338734097 114651136 27507 33554432000 4194304 8395647 140735843619872 140735843615480 5085320 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27991 27507 640 1026 0 26961 0
Current children cumulated CPU time (s) 1789.36
Current children cumulated vsize (KiB) 111964

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22702
/proc/meminfo: memFree=27968032/32873844 swapFree=7108/7108
[pid=22647] ppid=22645 vsize=111964 CPUtime=1789.45 cores=0,2,4,6
/proc/22647/stat : 22647 (pbscip.linux.x8) R 22645 22647 21683 0 -1 4202496 33026 0 0 0 176619 2326 0 0 20 0 1 0 338734097 114651136 27507 33554432000 4194304 8395647 140735843619872 140735843615480 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/22647/statm: 27991 27507 640 1026 0 26961 0
Current children cumulated CPU time (s) 1789.45
Current children cumulated vsize (KiB) 111964

Child status: 0
Real time (s): 1790.08
CPU time (s): 1789.55
CPU user time (s): 1766.28
CPU system time (s): 23.2655
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 111964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.28
system time used= 23.2655
maximum resident set size= 110040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33032
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= 48
involuntary context switches= 2323

runsolver used 2.6226 second user time and 7.14491 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 14:21:35
IDJOB=3738355
IDBENCH=71846
IDSOLVER=2326
FILE ID=node139/3738355-1338726095
RUNJOBID= node139-1338713558-21699
PBS_JOBID= 14636736
Free space on /tmp= 71088 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= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.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-3738355-1338726095/watcher-3738355-1338726095 -o /tmp/evaluation-result-3738355-1338726095/solver-3738355-1338726095 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738355-1338726095.opb -t 1800 -m 15500

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=130518317

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27938056 kB
Buffers:          504124 kB
Cached:          3322004 kB
SwapCached:          828 kB
Active:          1948644 kB
Inactive:        2111128 kB
Active(anon):     227312 kB
Inactive(anon):     7952 kB
Active(file):    1721332 kB
Inactive(file):  2103176 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             10160 kB
Writeback:             0 kB
AnonPages:        240600 kB
Mapped:            14056 kB
Shmem:                 8 kB
Slab:             733316 kB
SReclaimable:     175500 kB
SUnreclaim:       557816 kB
KernelStack:        1448 kB
PageTables:         4396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     354540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71080 MiB
End job on node139 at 2012-06-03 14:51:26