Trace number 3693328

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.85 1797.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2555
Number of bits of the biggest sum of numbers12
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693328-1338032568.opb>
0.09/0.14	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.09/0.14	c problem read in 0.14
0.19/0.29	c presolving:
0.29/0.39	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.38/0.44	c (round 2) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
0.38/0.49	c (round 3) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.49/0.50	c (round 4) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 345 chg sides, 430 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.49/0.53	c    (0.5s) probing: 51/5584 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.53	c    (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.54	c presolving (5 rounds):
0.49/0.54	c  0 deleted vars, 5320 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 430 changed coefficients
0.49/0.54	c  1874 implications, 0 cliques
0.49/0.54	c presolved problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
0.49/0.54	c     255 constraints of type <knapsack>
0.49/0.54	c    5320 constraints of type <linear>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.37
0.49/0.54	c - non default parameters ----------------------------------------------------------------------
0.49/0.54	c # SCIP version 2.1.1.4
0.49/0.54	c 
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = 1797
0.49/0.54	c 
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = 13950
0.49/0.54	c 
0.49/0.54	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.54	c # [type: int, range: [1,2], default: 1]
0.49/0.54	c timing/clocktype = 2
0.49/0.54	c 
0.49/0.54	c # belongs reading time to solving time?
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c timing/reading = TRUE
0.49/0.54	c 
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving
0.49/0.54	c 
1.10/1.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.14	c   1.1s|     1 |     0 |   129 |     - |  53M|   0 | 743 |5584 |5605 |5584 |5575 |   0 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
3.49/3.51	c   3.5s|     1 |     0 |  7429 |     - |  54M|   0 | 774 |5584 |5605 |5584 |5654 |  79 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
3.89/3.93	c   3.9s|     1 |     0 |  7585 |     - |  54M|   0 | 790 |5584 |5605 |5584 |5723 | 148 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
4.69/4.79	c   4.8s|     1 |     0 |  8147 |     - |  55M|   0 | 916 |5584 |5605 |5584 |5813 | 238 |  30 |   0 | 1.500130e+01 |      --      |    Inf 
5.58/5.64	c   5.6s|     1 |     0 |  8516 |     - |  56M|   0 | 941 |5584 |5605 |5584 |5905 | 330 |  30 |   0 | 1.500260e+01 |      --      |    Inf 
6.69/6.78	c   6.8s|     1 |     0 |  9012 |     - |  56M|   0 | 966 |5584 |5605 |5584 |6004 | 429 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
8.89/8.94	c   8.9s|     1 |     0 | 10435 |     - |  57M|   0 | 984 |5584 |5605 |5584 |6089 | 514 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
11.09/11.19	c  11.2s|     1 |     0 | 11236 |     - |  57M|   0 | 992 |5584 |5605 |5584 |6166 | 591 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
12.98/13.06	c  13.1s|     1 |     0 | 12240 |     - |  58M|   0 |1001 |5584 |5605 |5584 |6253 | 678 |  30 |   0 | 1.517647e+01 |      --      |    Inf 
14.89/14.99	c  15.0s|     1 |     0 | 13162 |     - |  59M|   0 | 983 |5584 |5605 |5584 |6334 | 759 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
17.19/17.21	c  17.2s|     1 |     0 | 13752 |     - |  59M|   0 | 976 |5584 |5605 |5584 |6402 | 827 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
18.09/18.13	c  18.1s|     1 |     0 | 14979 |     - |  59M|   0 | 987 |5584 |5605 |5584 |6439 | 864 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
18.70/18.71	c  18.7s|     1 |     0 | 15416 |     - |  59M|   0 | 972 |5584 |5605 |5584 |6358 | 885 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
19.29/19.33	c  19.3s|     1 |     0 | 16162 |     - |  59M|   0 | 958 |5584 |5605 |5584 |6378 | 905 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
19.69/19.80	c  19.8s|     1 |     0 | 16685 |     - |  59M|   0 | 946 |5584 |5605 |5584 |6400 | 927 |  30 |   0 | 1.520000e+01 |      --      |    Inf 
34.68/34.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.68/34.76	c  34.8s|     1 |     2 | 16685 |     - |  59M|   0 | 946 |5584 |5605 |5584 |6400 | 927 |  30 |  28 | 1.520000e+01 |      --      |    Inf 
150.46/150.57	c   151s|   100 |    95 |240457 |2260.3 |  61M|  19 | 828 |5584 |6008 |5584 |5812 | 927 | 433 | 293 | 1.600000e+01 |      --      |    Inf 
232.25/232.34	c   232s|   200 |   185 |443209 |2143.3 |  61M|  31 | 760 |5584 |6068 |5584 |5812 | 927 | 493 | 338 | 1.600000e+01 |      --      |    Inf 
319.33/319.43	c   319s|   300 |   279 |905172 |2971.5 |  62M|  31 | 786 |5584 |6634 |5584 |5812 | 927 |1059 | 382 | 1.700000e+01 |      --      |    Inf 
361.43/361.52	c   362s|   400 |   369 |993412 |2447.9 |  62M|  34 | 794 |5584 |6658 |5584 |5812 | 927 |1083 | 438 | 1.800000e+01 |      --      |    Inf 
394.73/394.83	c   395s|   500 |   463 |  1085k|2141.0 |  63M|  34 | 790 |5584 |6736 |5584 |5812 | 927 |1161 | 465 | 1.800000e+01 |      --      |    Inf 
422.52/422.67	c   423s|   600 |   546 |  1143k|1881.8 |  63M|  34 | 682 |5584 |6744 |5584 |5812 | 927 |1169 | 505 | 1.800000e+01 |      --      |    Inf 
458.01/458.10	c   458s|   700 |   636 |  1218k|1719.5 |  63M|  34 | 821 |5584 |6778 |5584 |5812 | 927 |1203 | 545 | 1.800000e+01 |      --      |    Inf 
482.01/482.17	c   482s|   800 |   720 |  1258k|1553.7 |  63M|  41 | 625 |5584 |6786 |5584 |5812 | 927 |1211 | 570 | 1.800000e+01 |      --      |    Inf 
512.81/512.98	c   513s|   900 |   814 |  1334k|1466.3 |  64M|  47 | 820 |5584 |6804 |5584 |5812 | 927 |1229 | 608 | 1.800000e+01 |      --      |    Inf 
544.10/544.21	c   544s|  1000 |   904 |  1398k|1382.8 |  64M|  47 | 747 |5584 |6820 |5584 |5812 | 927 |1245 | 646 | 1.800000e+01 |      --      |    Inf 
583.39/583.50	c   584s|  1100 |   996 |  1513k|1361.6 |  64M|  47 | 649 |5584 |6939 |5584 |5812 | 927 |1364 | 670 | 1.800000e+01 |      --      |    Inf 
600.19/600.34	c   600s|  1200 |  1078 |  1547k|1276.9 |  65M|  57 | 602 |5584 |6979 |5584 |5812 | 927 |1404 | 701 | 1.800000e+01 |      --      |    Inf 
613.39/613.51	c   614s|  1300 |  1150 |  1573k|1198.6 |  65M|  57 |   - |5584 |6993 |5584 |5812 | 927 |1418 | 714 | 1.800000e+01 |      --      |    Inf 
631.98/632.11	c   632s|  1400 |  1238 |  1605k|1135.6 |  65M|  61 | 397 |5584 |6999 |5584 |5812 | 927 |1424 | 739 | 1.800000e+01 |      --      |    Inf 
638.28/638.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.28/638.45	c   638s|  1500 |  1326 |  1618k|1068.6 |  65M|  67 | 408 |5584 |7008 |5584 |5812 | 927 |1433 | 739 | 1.800000e+01 |      --      |    Inf 
661.58/661.70	c   662s|  1600 |  1416 |  1664k|1030.5 |  66M|  67 | 419 |5584 |7018 |5584 |5812 | 927 |1443 | 772 | 1.800000e+01 |      --      |    Inf 
675.48/675.65	c   676s|  1700 |  1514 |  1689k| 984.4 |  66M|  67 | 705 |5584 |7054 |5584 |5812 | 927 |1479 | 803 | 1.800000e+01 |      --      |    Inf 
687.28/687.50	c   687s|  1800 |  1568 |  1709k| 941.1 |  66M|  73 |   - |5584 |7132 |5584 |5812 | 927 |1557 | 840 | 1.800000e+01 |      --      |    Inf 
705.57/705.78	c   706s|  1900 |  1653 |  1741k| 908.4 |  67M|  76 | 941 |5584 |7154 |5584 |5812 | 927 |1579 | 863 | 1.800000e+01 |      --      |    Inf 
726.98/727.14	c   727s|  2000 |  1743 |  1785k| 884.9 |  67M|  76 | 674 |5584 |7174 |5584 |5812 | 927 |1599 | 895 | 1.800000e+01 |      --      |    Inf 
748.06/748.20	c   748s|  2100 |  1831 |  1812k| 855.7 |  67M|  76 | 666 |5584 |7180 |5584 |5812 | 927 |1605 | 939 | 1.800000e+01 |      --      |    Inf 
762.37/762.53	c   763s|  2200 |  1925 |  1841k| 830.0 |  67M|  76 | 628 |5584 |7188 |5584 |5812 | 927 |1613 | 962 | 1.800000e+01 |      --      |    Inf 
784.26/784.49	c   784s|  2300 |  2015 |  1891k| 815.6 |  68M|  76 | 872 |5584 |7253 |5584 |5812 | 927 |1678 | 992 | 1.800000e+01 |      --      |    Inf 
800.36/800.57	c   801s|  2400 |  2113 |  1924k| 795.2 |  68M|  76 | 664 |5584 |7266 |5584 |5812 | 927 |1691 |1023 | 1.800000e+01 |      --      |    Inf 
815.46/815.64	c   816s|  2500 |  2209 |  1951k| 774.1 |  68M|  76 | 601 |5584 |7272 |5584 |5812 | 927 |1697 |1054 | 1.800000e+01 |      --      |    Inf 
829.55/829.73	c   830s|  2600 |  2290 |  1971k| 752.3 |  69M|  76 | 540 |5584 |7289 |5584 |5812 | 927 |1714 |1104 | 1.800000e+01 |      --      |    Inf 
843.15/843.37	c   843s|  2700 |  2368 |  2016k| 741.0 |  69M|  76 |   - |5584 |7340 |   0 |   0 | 927 |1765 |1147 | 1.800000e+01 |      --      |    Inf 
858.45/858.69	c   859s|  2800 |  2452 |  2042k| 723.7 |  69M|  76 | 721 |5584 |7354 |5584 |5812 | 927 |1779 |1179 | 1.800000e+01 |      --      |    Inf 
873.74/873.94	c   874s|  2900 |  2544 |  2096k| 717.3 |  70M|  76 |1082 |5584 |7539 |5584 |5812 | 927 |1964 |1211 | 1.800000e+01 |      --      |    Inf 
886.45/886.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.45/886.68	c   887s|  3000 |  2624 |  2122k| 702.0 |  70M|  76 | 589 |5584 |7562 |5584 |5812 | 927 |1987 |1254 | 1.800000e+01 |      --      |    Inf 
909.34/909.52	c   910s|  3100 |  2706 |  2193k| 702.5 |  70M|  76 | 708 |5584 |7629 |5584 |5812 | 927 |2054 |1287 | 1.800000e+01 |      --      |    Inf 
924.74/924.95	c   925s|  3200 |  2787 |  2230k| 692.0 |  71M|  76 | 678 |5584 |7654 |5584 |5812 | 927 |2079 |1329 | 1.800000e+01 |      --      |    Inf 
940.64/940.90	c   941s|  3300 |  2857 |  2276k| 685.1 |  71M|  76 | 846 |5584 |7698 |5584 |5812 | 927 |2123 |1362 | 1.800000e+01 |      --      |    Inf 
955.94/956.14	c   956s|  3400 |  2913 |  2323k| 678.7 |  72M|  76 | 850 |5584 |7768 |5584 |5812 | 927 |2193 |1406 | 1.800000e+01 |      --      |    Inf 
979.73/979.94	c   980s|  3500 |  2965 |  2400k| 681.2 |  72M|  76 | 838 |5584 |7924 |5584 |5812 | 927 |2349 |1457 | 1.800000e+01 |      --      |    Inf 
999.23/999.45	c   999s|  3600 |  3015 |  2470k| 681.7 |  73M|  76 |   - |5584 |7992 |5584 |5812 | 927 |2417 |1495 | 1.800000e+01 |      --      |    Inf 
1024.33/1024.57	c  1025s|  3700 |  3091 |  2551k| 685.3 |  73M|  76 | 897 |5584 |8027 |5584 |5812 | 927 |2454 |1541 | 1.800000e+01 |      --      |    Inf 
1040.52/1040.71	c  1041s|  3800 |  3183 |  2624k| 686.3 |  74M|  76 |1348 |5584 |8169 |5584 |5812 | 927 |2600 |1565 | 1.800000e+01 |      --      |    Inf 
1063.81/1064.00	c  1064s|  3900 |  3254 |  2742k| 699.0 |  74M|  76 | 817 |5584 |8676 |5584 |5812 | 927 |3107 |1586 | 1.800000e+01 |      --      |    Inf 
1072.32/1072.59	c  1073s|  4000 |  3325 |  2766k| 687.6 |  75M|  76 | 818 |5584 |8721 |5584 |5812 | 927 |3161 |1618 | 1.800000e+01 |      --      |    Inf 
1078.92/1079.13	c  1079s|  4100 |  3394 |  2790k| 676.7 |  75M|  76 | 760 |5584 |8770 |5584 |5812 | 927 |3210 |1640 | 1.800000e+01 |      --      |    Inf 
1085.71/1085.90	c  1086s|  4200 |  3464 |  2813k| 666.2 |  76M|  76 | 600 |5584 |8823 |5584 |5812 | 927 |3266 |1673 | 1.800000e+01 |      --      |    Inf 
1124.60/1124.83	c  1125s|  4300 |  3536 |  2954k| 683.4 |  77M|  76 | 775 |5584 |8929 |5584 |5812 | 927 |3387 |1726 | 1.800000e+01 |      --      |    Inf 
1141.40/1141.63	c  1142s|  4400 |  3614 |  3004k| 679.2 |  77M|  76 |   - |5584 |8984 |5584 |5812 | 927 |3449 |1780 | 1.800000e+01 |      --      |    Inf 
1149.81/1150.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1149.81/1150.01	c  1150s|  4500 |  3671 |  3036k| 671.2 |  77M|  76 |   - |5584 |9053 |5584 |5812 | 927 |3539 |1802 | 1.800000e+01 |      --      |    Inf 
1176.59/1176.81	c  1177s|  4600 |  3756 |  3123k| 675.5 |  78M|  76 | 851 |5584 |9149 |5584 |5812 | 927 |3657 |1856 | 1.800000e+01 |      --      |    Inf 
1193.10/1193.36	c  1193s|  4700 |  3848 |  3174k| 672.0 |  78M|  76 | 786 |5584 |9160 |5584 |5812 | 927 |3681 |1889 | 1.818182e+01 |      --      |    Inf 
1203.79/1204.04	c  1204s|  4800 |  3917 |  3209k| 665.4 |  79M|  76 |   - |5584 |9200 |   0 |   0 | 927 |3735 |1919 | 1.818182e+01 |      --      |    Inf 
1220.99/1221.22	c  1221s|  4900 |  3993 |  3271k| 664.4 |  79M|  76 | 557 |5584 |9287 |5584 |5812 | 927 |3842 |1973 | 1.818182e+01 |      --      |    Inf 
1239.49/1239.71	c  1240s|  5000 |  4071 |  3339k| 664.6 |  79M|  76 | 939 |5584 |9267 |5584 |5812 | 927 |3902 |2007 | 1.820000e+01 |      --      |    Inf 
1258.28/1258.55	c  1259s|  5100 |  4153 |  3411k| 665.9 |  80M|  76 | 794 |5584 |9246 |5584 |5812 | 927 |3951 |2052 | 1.836364e+01 |      --      |    Inf 
1281.78/1282.02	c  1282s|  5200 |  4231 |  3506k| 671.3 |  80M|  76 |1134 |5584 |9256 |5584 |5812 | 927 |4065 |2116 | 1.836364e+01 |      --      |    Inf 
1295.68/1295.94	c  1296s|  5300 |  4329 |  3564k| 669.5 |  81M|  76 | 865 |5584 |9225 |5584 |5812 | 927 |4068 |2137 | 1.836364e+01 |      --      |    Inf 
1306.88/1307.19	c  1307s|  5400 |  4427 |  3596k| 663.1 |  81M|  76 | 921 |5584 |9220 |5584 |5812 | 927 |4069 |2167 | 1.836364e+01 |      --      |    Inf 
1315.68/1315.94	c  1316s|  5500 |  4511 |  3629k| 657.1 |  81M|  76 | 813 |5584 |9240 |5584 |5812 | 927 |4100 |2188 | 1.836364e+01 |      --      |    Inf 
1323.87/1324.18	c  1324s|  5600 |  4585 |  3660k| 650.8 |  82M|  76 | 840 |5584 |9252 |5584 |5812 | 927 |4166 |2221 | 1.836364e+01 |      --      |    Inf 
1344.17/1344.44	c  1344s|  5700 |  4671 |  3757k| 656.4 |  83M|  76 | 900 |5584 |9334 |5584 |5812 | 927 |4294 |2273 | 1.836364e+01 |      --      |    Inf 
1356.37/1356.65	c  1357s|  5800 |  4759 |  3803k| 653.0 |  83M|  76 | 827 |5584 |9309 |5584 |5812 | 927 |4316 |2315 | 1.836364e+01 |      --      |    Inf 
1366.47/1366.70	c  1367s|  5900 |  4853 |  3837k| 647.6 |  84M|  76 | 888 |5584 |9303 |5584 |5812 | 927 |4323 |2358 | 1.836364e+01 |      --      |    Inf 
1381.87/1382.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1381.87/1382.16	c  1382s|  6000 |  4942 |  3897k| 647.0 |  84M|  76 | 987 |5584 |9315 |5584 |5812 | 927 |4397 |2399 | 1.836364e+01 |      --      |    Inf 
1396.06/1396.30	c  1396s|  6100 |  5032 |  3954k| 645.7 |  84M|  76 | 738 |5584 |9292 |5584 |5812 | 927 |4427 |2437 | 1.836364e+01 |      --      |    Inf 
1407.16/1407.41	c  1407s|  6200 |  5126 |  3993k| 641.5 |  85M|  76 | 986 |5584 |9198 |5584 |5812 | 927 |4437 |2484 | 1.836364e+01 |      --      |    Inf 
1419.87/1420.12	c  1420s|  6300 |  5209 |  4043k| 639.3 |  86M|  76 | 903 |5584 |9170 |5584 |5812 | 927 |4512 |2525 | 1.836364e+01 |      --      |    Inf 
1434.96/1435.29	c  1435s|  6400 |  5291 |  4097k| 637.7 |  86M|  76 | 775 |5584 |9085 |5584 |5812 | 927 |4558 |2565 | 1.836364e+01 |      --      |    Inf 
1455.75/1456.07	c  1456s|  6500 |  5369 |  4179k| 640.5 |  87M|  76 | 917 |5584 |9015 |5584 |5812 | 927 |4669 |2607 | 1.836364e+01 |      --      |    Inf 
1476.66/1476.90	c  1477s|  6600 |  5457 |  4267k| 644.2 |  88M|  76 | 798 |5584 |9331 |5584 |5812 | 927 |5206 |2650 | 1.836364e+01 |      --      |    Inf 
1488.75/1489.05	c  1489s|  6700 |  5547 |  4319k| 642.3 |  89M|  76 |   - |5584 |9170 |   0 |   0 | 927 |5281 |2683 | 1.836364e+01 |      --      |    Inf 
1503.45/1503.79	c  1504s|  6800 |  5627 |  4379k| 641.7 |  89M|  76 | 882 |5584 |9048 |5584 |5812 | 927 |5371 |2725 | 1.836364e+01 |      --      |    Inf 
1517.34/1517.68	c  1518s|  6900 |  5704 |  4437k| 640.8 |  90M|  76 | 816 |5584 |8932 |5584 |5812 | 927 |5446 |2766 | 1.836364e+01 |      --      |    Inf 
1531.24/1531.56	c  1532s|  7000 |  5778 |  4495k| 639.9 |  90M|  76 | 658 |5584 |8610 |5584 |5812 | 927 |5622 |2802 | 1.836364e+01 |      --      |    Inf 
1541.64/1541.97	c  1542s|  7100 |  5855 |  4537k| 636.8 |  91M|  76 | 768 |5584 |8584 |5584 |5812 | 927 |5740 |2838 | 1.836364e+01 |      --      |    Inf 
1556.74/1557.05	c  1557s|  7200 |  5924 |  4593k| 635.8 |  92M|  76 | 784 |5584 |8384 |5584 |5812 | 927 |5863 |2906 | 1.854545e+01 |      --      |    Inf 
1570.73/1571.00	c  1571s|  7300 |  6006 |  4650k| 634.8 |  92M|  76 |   - |5584 |8281 |5584 |5812 | 927 |5943 |2953 | 1.880000e+01 |      --      |    Inf 
1583.33/1583.66	c  1584s|  7400 |  6093 |  4707k| 633.9 |  93M|  76 |1004 |5584 |8137 |5584 |5812 | 927 |6030 |3013 | 1.880000e+01 |      --      |    Inf 
1598.33/1598.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1598.33/1598.67	c  1599s|  7500 |  6171 |  4768k| 633.6 |  93M|  76 | 720 |5584 |7950 |5584 |5812 | 927 |6118 |3067 | 1.900000e+01 |      --      |    Inf 
1628.22/1628.55	c  1629s|  7600 |  6242 |  4907k| 643.6 |  94M|  76 | 924 |5584 |8315 |5584 |5812 | 927 |6707 |3109 | 1.900000e+01 |      --      |    Inf 
1656.33/1656.61	c  1657s|  7700 |  6318 |  5014k| 649.1 |  95M|  76 |1276 |5584 |8181 |5584 |5812 | 927 |6788 |3161 | 1.900000e+01 |      --      |    Inf 
1672.12/1672.43	c  1672s|  7800 |  6373 |  5079k| 649.2 |  95M|  76 | 923 |5584 |7959 |5584 |5812 | 927 |6869 |3202 | 1.900000e+01 |      --      |    Inf 
1690.91/1691.21	c  1691s|  7900 |  6442 |  5148k| 649.7 |  96M|  76 | 692 |5584 |7862 |5584 |5812 | 927 |6953 |3243 | 1.900000e+01 |      --      |    Inf 
1701.92/1702.20	c  1702s|  8000 |  6512 |  5193k| 647.1 |  97M|  76 | 959 |5584 |7718 |5584 |5812 | 927 |7024 |3281 | 1.900000e+01 |      --      |    Inf 
1719.32/1719.68	c  1720s|  8100 |  6598 |  5270k| 648.7 |  97M|  76 |1054 |5584 |7617 |5584 |5812 | 927 |7043 |3344 | 1.900000e+01 |      --      |    Inf 
1738.31/1738.67	c  1739s|  8200 |  6638 |  5333k| 648.4 |  98M|  76 | 936 |5584 |7600 |5584 |5812 | 927 |7183 |3391 | 1.900000e+01 |      --      |    Inf 
1754.50/1754.81	c  1755s|  8300 |  6686 |  5409k| 649.8 |  98M|  76 |1177 |5584 |7664 |5584 |5812 | 927 |7397 |3422 | 1.900000e+01 |      --      |    Inf 
1767.91/1768.22	c  1768s|  8400 |  6750 |  5474k| 649.8 |  99M|  76 | 555 |5584 |7587 |5584 |5812 | 927 |7489 |3453 | 1.900000e+01 |      --      |    Inf 
1781.70/1782.05	c  1782s|  8500 |  6821 |  5530k| 648.7 | 100M|  76 | 725 |5584 |7533 |5584 |5812 | 927 |7542 |3503 | 1.900000e+01 |      --      |    Inf 
1796.70/1797.02	c 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Solving Time (sec) : 1797.02
1796.70/1797.02	c Solving Nodes      : 8556
1796.70/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.02	c Dual Bound         : +1.90000000000000e+01
1796.70/1797.02	c Gap                : infinite
1796.70/1797.02	s UNKNOWN
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Total Time         :    1797.02
1796.70/1797.02	c   solving          :    1797.02
1796.70/1797.02	c   presolving       :       0.37 (included in solving)
1796.70/1797.02	c   reading          :       0.14 (included in solving)
1796.70/1797.02	c   copying          :       0.05 (1 #copies) (minimal 0.05, maximal 0.05, average 0.05)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3693328-1338032568.opb
1796.70/1797.02	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 10895 initial, 10895 maximal
1796.70/1797.02	c   Objective sense  : minimize
1796.70/1797.02	c Presolved Problem  :
1796.70/1797.02	c   Problem name     : t_HOME/instance-3693328-1338032568.opb
1796.70/1797.02	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 5575 initial, 9453 maximal
1796.70/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0        105        190
1796.70/1797.02	c   linear           :       0.18       0.00          0          0          0          0          0       5320          0        240        240
1796.70/1797.02	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   integral         :          0          0          0          0       7902          0          4          0          0        351          0          0      15500
1796.70/1797.02	c   knapsack         :        255        255         14      34588          0          0          3      42879        195      38782       2440          0          0
1796.70/1797.02	c   linear           :       5320       5320         14      34393          0          0          0       5368        319     518114          2          0          0
1796.70/1797.02	c   logicor          :          0+      3878         14      14265          0          0          0      11980         39       5728          8          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.02	c   integral         :     543.43       0.00       0.00       0.00     543.43       0.00       0.00       0.00
1796.70/1797.02	c   knapsack         :       5.84       0.00       0.06       5.74       0.00       0.00       0.00       0.04
1796.70/1797.02	c   linear           :      16.87       0.00       0.01      16.84       0.00       0.00       0.00       0.01
1796.70/1797.02	c   logicor          :       0.81       0.00       0.00       0.79       0.00       0.00       0.00       0.02
1796.70/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.02	c   rootredcost      :          0          0          0          0
1796.70/1797.02	c   pseudoobj        :      42390          0          0          0
1796.70/1797.02	c   vbounds          :          0          0          0          0
1796.70/1797.02	c   redcost          :       7941          0          0         32
1796.70/1797.02	c   probing          :          0          0          0          0
1796.70/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.02	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.02	c   pseudoobj        :       0.10       0.00       0.00       0.10       0.00
1796.70/1797.02	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.02	c   redcost          :       0.77       0.00       0.00       0.77       0.00
1796.70/1797.02	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.70/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.02	c   propagation      :       0.06        553        553       4029       33.3         27       14.1          -
1796.70/1797.02	c   infeasible LP    :       2.65       2787       2787       7924       25.3        175       11.5          0
1796.70/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   applied globally :          -          -          -       7636       22.8          -          -          -
1796.70/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.02	c   cut pool         :       0.01                    13          -          -       3758          -    (maximal pool size: 6763)
1796.70/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   impliedbounds    :       0.01       0.00         14          0          0         66          0
1796.70/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   gomory           :       0.74       0.00         10          0          0         70          0
1796.70/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   strongcg         :       1.20       0.00         14          0          0         30          0
1796.70/1797.02	c   cmir             :       5.50       0.00         10          0          0       5000          0
1796.70/1797.02	c   flowcover        :       3.03       0.00         10          0          0       2000          0
1796.70/1797.02	c   clique           :       0.00       0.00          1          0          0          0          0
1796.70/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.02	c   problem variables:       0.00          -          0          0
1796.70/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   relpscost        :     543.41       0.00       7902          0        351          0          0      15500
1796.70/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.02	c   LP solutions     :       0.00          -          -          0
1796.70/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.02	c   oneopt           :       0.01       0.00          0          0
1796.70/1797.02	c   crossover        :       0.01       0.00          0          0
1796.70/1797.02	c   pscostdiving     :      46.27       0.00         40          0
1796.70/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.02	c   trivial          :       0.00       0.00          2          0
1796.70/1797.02	c   shiftandpropagate:       0.49       0.00          1          0
1796.70/1797.02	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.02	c   zirounding       :       1.24       0.00       1000          0
1796.70/1797.02	c   rounding         :       2.57       0.00       1212          0
1796.70/1797.02	c   shifting         :       7.22       0.00        357          0
1796.70/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.02	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.02	c   feaspump         :      34.67       0.00         17          0
1796.70/1797.02	c   clique           :       0.00       0.00          0          0
1796.70/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   coefdiving       :      72.54       0.00          7          0
1796.70/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   fracdiving       :      67.66       0.00         11          0
1796.70/1797.02	c   veclendiving     :      37.60       0.00         37          0
1796.70/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   objpscostdiving  :      43.00       0.00          5          0
1796.70/1797.02	c   rootsoldiving    :      20.32       0.00         10          0
1796.70/1797.02	c   linesearchdiving :      52.38       0.00         53          0
1796.70/1797.02	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.02	c   octane           :       0.00       0.00          0          0
1796.70/1797.02	c   rens             :       0.29       0.00          1          0
1796.70/1797.02	c   rins             :       0.00       0.00          0          0
1796.70/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.02	c   mutation         :       0.00       0.00          0          0
1796.70/1797.02	c   dins             :       0.00       0.00          0          0
1796.70/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.02	c   undercover       :       0.00       0.00          0          0
1796.70/1797.02	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.02	c   trysol           :       0.01       0.00          0          0
1796.70/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.02	c   primal LP        :       0.10          2          0       0.00       0.00       0.10          2
1796.70/1797.02	c   dual LP          :     816.85       8555    3783327     447.63    4631.59       1.06        103
1796.70/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.02	c   diving/probing LP:     350.89       7117    1805339     253.67    5144.97
1796.70/1797.02	c   strong branching :     541.40       3544    2020739     570.19    3732.45
1796.70/1797.02	c     (at root node) :          -         28      19730     704.64          -
1796.70/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.02	c B&B Tree           :
1796.70/1797.02	c   number of runs   :          1
1796.70/1797.02	c   nodes            :       8556
1796.70/1797.02	c   nodes (total)    :       8556
1796.70/1797.02	c   nodes left       :       6873
1796.70/1797.02	c   max depth        :         76
1796.70/1797.02	c   max depth (total):         76
1796.70/1797.02	c   backtracks       :       1198 (14.0%)
1796.70/1797.02	c   delayed cutoffs  :         72
1796.70/1797.02	c   repropagations   :       2913 (81945 domain reductions, 44 cutoffs)
1796.70/1797.02	c   avg switch length:       4.49
1796.70/1797.02	c   switching time   :       9.15
1796.70/1797.02	c Solution           :
1796.70/1797.02	c   Solutions found  :          0 (0 improvements)
1796.70/1797.02	c   Primal Bound     :          -
1796.70/1797.02	c   Dual Bound       : +1.90000000000000e+01
1796.70/1797.02	c   Gap              :   infinite
1796.70/1797.02	c   Root Dual Bound  : +1.52000000000000e+01
1796.70/1797.02	c   Root Iterations  :      16685
1796.80/1797.14	c Time complete: 1796.84.

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-3693328-1338032568/watcher-3693328-1338032568 -o /tmp/evaluation-result-3693328-1338032568/solver-3693328-1338032568 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693328-1338032568.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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 9920
/proc/meminfo: memFree=28694836/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=9968 CPUtime=0 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 1238 0 0 0 0 0 0 0 20 0 1 0 269381326 10207232 1192 33554432000 4194304 10169799 140734282653584 140734282652408 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 2492 1192 412 1459 0 1024 0

[startup+0.028693 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9920
/proc/meminfo: memFree=28694836/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=12444 CPUtime=0.02 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 1857 0 0 0 2 0 0 0 20 0 1 0 269381326 12742656 1811 33554432000 4194304 10169799 140734282653584 140734282652408 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 3111 1811 412 1459 0 1643 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12444

[startup+0.100286 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9920
/proc/meminfo: memFree=28694836/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=20360 CPUtime=0.09 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 3836 0 0 0 9 0 0 0 20 0 1 0 269381326 20848640 3790 33554432000 4194304 10169799 140734282653584 140734282652408 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 5090 3790 412 1459 0 3622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20360

[startup+0.300313 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9920
/proc/meminfo: memFree=28694836/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=119904 CPUtime=0.29 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 28503 0 0 0 24 5 0 0 20 0 1 0 269381326 122781696 27435 33554432000 4194304 10169799 140734282653584 140734282652408 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 29976 27435 541 1459 0 28508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119904

[startup+0.700311 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9920
/proc/meminfo: memFree=28694836/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=147428 CPUtime=0.68 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 36928 0 0 0 61 7 0 0 20 0 1 0 269381326 150966272 33612 33554432000 4194304 10169799 140734282653584 140734282652424 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 36857 33612 676 1459 0 35389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 147428

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9921
/proc/meminfo: memFree=28559272/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=163528 CPUtime=1.49 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 40208 0 0 0 140 9 0 0 20 0 1 0 269381326 167452672 37945 33554432000 4194304 10169799 140734282653584 140734282646296 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 40882 37945 780 1459 0 39414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 163528

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9921
/proc/meminfo: memFree=28545808/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=163528 CPUtime=3.09 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 40208 0 0 0 299 10 0 0 20 0 1 0 269381326 167452672 37945 33554432000 4194304 10169799 140734282653584 140734282645896 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 40882 37945 780 1459 0 39414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163528

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9921
/proc/meminfo: memFree=28526304/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=186240 CPUtime=6.29 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 44065 0 0 0 617 12 0 0 20 0 1 0 269381326 190709760 43697 33554432000 4194304 10169799 140734282653584 140734282648376 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 46560 43697 805 1459 0 45092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 186240

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9921
/proc/meminfo: memFree=28511268/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=200496 CPUtime=12.68 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 47610 0 0 0 1254 14 0 0 20 0 1 0 269381326 205307904 46565 33554432000 4194304 10169799 140734282653584 140734282649896 8030330 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 50124 46565 805 1459 0 48656 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 200496

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9921
/proc/meminfo: memFree=28506556/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=201748 CPUtime=25.49 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 72257 0 0 0 2524 25 0 0 20 0 1 0 269381326 206589952 47723 33554432000 4194304 10169799 140734282653584 140734282648184 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 50437 47723 853 1459 0 48969 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201748

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9922
/proc/meminfo: memFree=28505348/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=200616 CPUtime=51.07 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 94277 0 0 0 5072 35 0 0 20 0 1 0 269381326 205430784 47966 33554432000 4194304 10169799 140734282653584 140734282648232 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 50154 47966 854 1459 0 48686 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 200616

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9922
/proc/meminfo: memFree=28505848/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=192068 CPUtime=102.27 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 155002 0 0 0 10160 67 0 0 20 0 1 0 269381326 196677632 46336 33554432000 4194304 10169799 140734282653584 140734282647832 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 48017 46336 855 1459 0 46549 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 192068

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9922
/proc/meminfo: memFree=28483340/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=205360 CPUtime=162.26 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 177966 0 0 0 16128 98 0 0 20 0 1 0 269381326 210288640 50129 33554432000 4194304 10169799 140734282653584 140734282648216 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 51340 50129 855 1459 0 49872 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 205360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9922
/proc/meminfo: memFree=28481604/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=202588 CPUtime=222.25 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 208898 0 0 0 22100 125 0 0 20 0 1 0 269381326 207450112 49193 33554432000 4194304 10169799 140734282653584 140734282647176 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 50647 49193 855 1459 0 49179 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 202588

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 9922
/proc/meminfo: memFree=28473104/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=208060 CPUtime=282.24 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 224610 0 0 0 28072 152 0 0 20 0 1 0 269381326 213053440 50960 33554432000 4194304 10169799 140734282653584 140734282646712 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 52015 50960 855 1459 0 50547 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 208060

[startup+342.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/176 9922
/proc/meminfo: memFree=28470548/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=204772 CPUtime=342.23 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 237629 0 0 0 34036 187 0 0 20 0 1 0 269381326 209686528 49922 33554432000 4194304 10169799 140734282653584 140734282647256 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 51193 49922 855 1459 0 49725 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 204772

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 9923
/proc/meminfo: memFree=28456392/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=205840 CPUtime=402.22 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 277284 0 0 0 40007 215 0 0 20 0 1 0 269381326 210780160 50418 33554432000 4194304 10169799 140734282653584 140734282647448 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 51460 50418 855 1459 0 49992 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 205840

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 9926
/proc/meminfo: memFree=28449432/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=206808 CPUtime=462.21 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 343214 0 0 0 45974 247 0 0 20 0 1 0 269381326 211771392 50659 33554432000 4194304 10169799 140734282653584 140734282647256 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 51702 50659 855 1459 0 50234 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 206808

[startup+522.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 9926
/proc/meminfo: memFree=28446632/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=205428 CPUtime=522.21 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 415933 0 0 0 51935 286 0 0 20 0 1 0 269381326 210358272 50187 33554432000 4194304 10169799 140734282653584 140734282646920 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 51357 50187 855 1459 0 49889 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 205428

[startup+582.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 9926
/proc/meminfo: memFree=28437512/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=210264 CPUtime=582.19 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 476579 0 0 0 57898 321 0 0 20 0 1 0 269381326 215310336 51391 33554432000 4194304 10169799 140734282653584 140734282650104 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 52566 51391 855 1459 0 51098 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 210264

[startup+642.3 s]

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

/proc/meminfo: memFree=28360364/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=215992 CPUtime=1062.12 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 646040 0 0 0 105671 541 0 0 20 0 1 0 269381326 221175808 52956 33554432000 4194304 10169799 140734282653584 140734282647256 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 53998 52956 858 1459 0 52530 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 215992

[startup+1122.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/178 9954
/proc/meminfo: memFree=28357820/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=209624 CPUtime=1122.1 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 658393 0 0 0 111637 573 0 0 20 0 1 0 269381326 214654976 50750 33554432000 4194304 10169799 140734282653584 140734282647672 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 52406 50750 858 1459 0 50938 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 209624

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28340596/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=221292 CPUtime=1182.09 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 688737 0 0 0 117602 607 0 0 20 0 1 0 269381326 226603008 54210 33554432000 4194304 10169799 140734282653584 140734282647912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 55323 54210 858 1459 0 53855 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 221292

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 10030
/proc/meminfo: memFree=28615692/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=220224 CPUtime=1242.09 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 709575 0 0 0 123569 640 0 0 20 0 1 0 269381326 225509376 53978 33554432000 4194304 10169799 140734282653584 140734282647992 6811879 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 55056 53978 858 1459 0 53588 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 220224

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 10031
/proc/meminfo: memFree=28609608/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=220584 CPUtime=1302.08 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 723296 0 0 0 129532 676 0 0 20 0 1 0 269381326 225878016 54094 33554432000 4194304 10169799 140734282653584 140734282647448 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 55146 54094 858 1459 0 53678 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 220584

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 10031
/proc/meminfo: memFree=28612892/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=221208 CPUtime=1362.06 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 729997 0 0 0 135496 710 0 0 20 0 1 0 269381326 226516992 53842 33554432000 4194304 10169799 140734282653584 140734282648376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 55302 53842 858 1459 0 53834 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 221208

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 10031
/proc/meminfo: memFree=28599344/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=227668 CPUtime=1422.07 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 740852 0 0 0 141464 743 0 0 20 0 1 0 269381326 233132032 55601 33554432000 4194304 10169799 140734282653584 140734282647864 6813688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 56917 55601 858 1459 0 55449 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 227668

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 10031
/proc/meminfo: memFree=28601572/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=226328 CPUtime=1482.05 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 762586 0 0 0 147424 781 0 0 20 0 1 0 269381326 231759872 55028 33554432000 4194304 10169799 140734282653584 140734282648376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 56582 55028 858 1459 0 55114 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 226328

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 10031
/proc/meminfo: memFree=28596168/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=228004 CPUtime=1542.04 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 776256 0 0 0 153387 817 0 0 20 0 1 0 269381326 233476096 55960 33554432000 4194304 10169799 140734282653584 140734282647944 8030342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 57001 55960 858 1459 0 55533 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 228004

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10032
/proc/meminfo: memFree=28596724/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=234232 CPUtime=1602.03 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 781408 0 0 0 159350 853 0 0 20 0 1 0 269381326 239853568 57519 33554432000 4194304 10169799 140734282653584 140734282648376 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 58558 57519 858 1459 0 57090 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 234232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 10035
/proc/meminfo: memFree=28585988/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=240216 CPUtime=1662.03 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 789051 0 0 0 165314 889 0 0 20 0 1 0 269381326 245981184 59031 33554432000 4194304 10169799 140734282653584 140734282647720 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60054 59031 858 1459 0 58586 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 240216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10035
/proc/meminfo: memFree=28586120/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=243276 CPUtime=1722.01 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 800573 0 0 0 171280 921 0 0 20 0 1 0 269381326 249114624 59394 33554432000 4194304 10169799 140734282653584 140734282648376 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60819 59394 858 1459 0 59351 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 243276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10035
/proc/meminfo: memFree=28589268/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=238612 CPUtime=1782.01 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 813942 0 0 0 177243 958 0 0 20 0 1 0 269381326 244338688 58540 33554432000 4194304 10169799 140734282653584 140734282647672 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 59653 58540 858 1459 0 58185 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 238612

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10035
/proc/meminfo: memFree=28585052/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=241088 CPUtime=1785.2 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 814115 0 0 0 177561 959 0 0 20 0 1 0 269381326 246874112 58713 33554432000 4194304 10169799 140734282653584 140734282648376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60272 58713 858 1459 0 58804 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 241088

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10035
/proc/meminfo: memFree=28581272/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=243668 CPUtime=1791.61 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 817786 0 0 0 178198 963 0 0 20 0 1 0 269381326 249516032 59561 33554432000 4194304 10169799 140734282653584 140734282647864 8030382 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60917 59561 858 1459 0 59449 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 243668

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10035
/proc/meminfo: memFree=28584992/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=242180 CPUtime=1794.8 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 820289 0 0 0 178514 966 0 0 20 0 1 0 269381326 247992320 58748 33554432000 4194304 10169799 140734282653584 140734282646968 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60545 58748 858 1459 0 59077 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 242180

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10035
/proc/meminfo: memFree=28584992/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=242180 CPUtime=1795.6 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 820294 0 0 0 178593 967 0 0 20 0 1 0 269381326 247992320 58753 33554432000 4194304 10169799 140734282653584 140734282647256 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60545 58753 858 1459 0 59077 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 242180

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10035
/proc/meminfo: memFree=28584868/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=242180 CPUtime=1796.4 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 820294 0 0 0 178672 968 0 0 20 0 1 0 269381326 247992320 58753 33554432000 4194304 10169799 140734282653584 140734282648040 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 60545 58753 858 1459 0 59077 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 242180

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10035
/proc/meminfo: memFree=28584868/32873844 swapFree=7900/7900
[pid=9920] ppid=9918 vsize=239744 CPUtime=1796.8 cores=1,3,5,7
/proc/9920/stat : 9920 (scip-2.1.1.4sfi) R 9918 9920 6871 0 -1 4202496 820297 0 0 0 178712 968 0 0 20 0 1 0 269381326 245497856 58147 33554432000 4194304 10169799 140734282653584 140734282648040 8989847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9920/statm: 59936 57890 861 1459 0 58468 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 239744

Child status: 0
Real time (s): 1797.14
CPU time (s): 1796.85
CPU user time (s): 1787.15
CPU system time (s): 9.69853
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 262980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.15
system time used= 9.69853
maximum resident set size= 249196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820299
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= 25
involuntary context switches= 1846

runsolver used 3.50947 second user time and 8.73667 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 13:42:48
IDJOB=3693328
IDBENCH=2627
IDSOLVER=2272
FILE ID=node137/3693328-1338032568
RUNJOBID= node137-1338017245-7421
PBS_JOBID= 14624260
Free space on /tmp= 71264 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693328-1338032568/watcher-3693328-1338032568 -o /tmp/evaluation-result-3693328-1338032568/solver-3693328-1338032568 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693328-1338032568.opb -t 1800 -m 15500

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=1351254223

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
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:        28695216 kB
Buffers:          255128 kB
Cached:          2789116 kB
SwapCached:        22060 kB
Active:          1268240 kB
Inactive:        2120844 kB
Active(anon):     324824 kB
Inactive(anon):    22680 kB
Active(file):     943416 kB
Inactive(file):  2098164 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             17108 kB
Writeback:             0 kB
AnonPages:        332720 kB
Mapped:            12940 kB
Shmem:                 0 kB
Slab:             647332 kB
SReclaimable:      87784 kB
SUnreclaim:       559548 kB
KernelStack:        1472 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     454344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71252 MiB
End job on node137 at 2012-05-26 14:12:45