Trace number 3692162

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.83 1797.12

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: 947bdb7-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-3692162-1338033266.opb>
0.09/0.15	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.09/0.15	c problem read in 0.15
0.19/0.23	c presolving:
0.28/0.33	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.28/0.37	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.49/0.57	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.57	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.57	c    (0.4s) probing: 51/5584 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.49/0.57	c presolving (5 rounds):
0.49/0.57	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.57	c  1874 implications, 0 cliques
0.49/0.57	c presolved problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
0.49/0.57	c     255 constraints of type <knapsack>
0.49/0.57	c    5320 constraints of type <linear>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.23
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 2.1.1.4
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1797
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 13950
0.49/0.57	c 
0.49/0.57	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.57	c # [type: int, range: [1,2], default: 1]
0.49/0.57	c timing/clocktype = 2
0.49/0.57	c 
0.49/0.57	c # belongs reading time to solving time?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c timing/reading = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.57	c 
0.99/1.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.01	c   1.0s|     1 |     0 |   129 |     - |  54M|   0 | 743 |5584 |5605 |5584 |5575 |   0 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
14.49/14.55	c  14.5s|     1 |     0 |  7429 |     - |  57M|   0 | 774 |5584 |6832 |5584 |5657 |  82 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
14.89/14.93	c  14.9s|     1 |     0 |  7554 |     - |  58M|   0 | 781 |5584 |6832 |5584 |5726 | 151 |  30 |   0 | 1.500000e+01 |      --      |    Inf 
15.59/15.60	c  15.6s|     1 |     0 |  7975 |     - |  59M|   0 | 917 |5584 |6832 |5584 |5813 | 238 |  30 |   0 | 1.500130e+01 |      --      |    Inf 
16.39/16.41	c  16.4s|     1 |     0 |  8425 |     - |  59M|   0 | 924 |5584 |6832 |5584 |5911 | 336 |  30 |   0 | 1.500260e+01 |      --      |    Inf 
17.38/17.41	c  17.4s|     1 |     0 |  9082 |     - |  60M|   0 | 949 |5584 |6832 |5584 |5999 | 424 |  30 |   0 | 1.500260e+01 |      --      |    Inf 
18.59/18.70	c  18.7s|     1 |     0 |  9723 |     - |  60M|   0 | 947 |5584 |6832 |5584 |6090 | 515 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
20.39/20.40	c  20.4s|     1 |     0 | 10253 |     - |  61M|   0 | 946 |5584 |6832 |5584 |6168 | 593 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
21.99/22.03	c  22.0s|     1 |     0 | 10969 |     - |  62M|   0 | 995 |5584 |6832 |5584 |6257 | 682 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
23.38/23.44	c  23.4s|     1 |     0 | 11360 |     - |  62M|   0 | 965 |5584 |6832 |5584 |6330 | 755 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
25.67/25.76	c  25.8s|     1 |     0 | 12383 |     - |  63M|   0 | 966 |5584 |6832 |5584 |6395 | 820 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
26.18/26.28	c  26.3s|     1 |     0 | 12865 |     - |  63M|   0 | 942 |5584 |6832 |5584 |6427 | 852 |  30 |   0 | 1.516667e+01 |      --      |    Inf 
36.07/36.13	c  36.1s|     1 |     2 | 12865 |     - |  63M|   0 | 942 |5584 |6832 |5584 |6427 | 852 |  30 |  25 | 1.516667e+01 |      --      |    Inf 
110.75/110.82	c   111s|   100 |    95 | 74859 | 626.2 |  64M|  16 | 918 |5584 |6850 |5584 |5737 | 852 |  48 | 312 | 1.600000e+01 |      --      |    Inf 
461.40/461.59	c   462s|   200 |   193 |  1861k|9287.9 |  65M|  22 | 702 |5584 |7778 |5584 |5737 | 852 | 976 | 341 | 1.600000e+01 |      --      |    Inf 
492.90/493.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.90/493.03	c   493s|   300 |   275 |  1934k|6425.8 |  65M|  24 |1164 |5584 |7857 |5584 |5737 | 852 |1055 | 379 | 1.600000e+01 |      --      |    Inf 
539.00/539.11	c   539s|   400 |   371 |  2024k|5042.7 |  66M|  24 | 926 |5584 |7873 |5584 |5737 | 852 |1071 | 407 | 1.637500e+01 |      --      |    Inf 
570.19/570.34	c   570s|   500 |   465 |  2090k|4164.4 |  66M|  24 |1140 |5584 |7876 |5584 |5737 | 852 |1074 | 449 | 1.675000e+01 |      --      |    Inf 
597.38/597.58	c   598s|   600 |   565 |  2160k|3585.9 |  66M|  27 | 802 |5584 |7879 |5584 |5737 | 852 |1077 | 477 | 1.700000e+01 |      --      |    Inf 
615.58/615.74	c   616s|   700 |   655 |  2195k|3123.0 |  66M|  27 | 730 |5584 |7884 |5584 |5737 | 852 |1082 | 504 | 1.700000e+01 |      --      |    Inf 
645.68/645.83	c   646s|   800 |   741 |  2244k|2793.3 |  67M|  27 | 742 |5584 |7898 |5584 |5737 | 852 |1096 | 558 | 1.737500e+01 |      --      |    Inf 
662.28/662.40	c   662s|   900 |   835 |  2279k|2521.4 |  67M|  31 | 876 |5584 |7902 |5584 |5737 | 852 |1100 | 584 | 1.737500e+01 |      --      |    Inf 
676.97/677.11	c   677s|  1000 |   927 |  2313k|2303.1 |  67M|  34 | 532 |5584 |7913 |5584 |5737 | 852 |1111 | 612 | 1.737500e+01 |      --      |    Inf 
693.97/694.18	c   694s|  1100 |  1021 |  2355k|2132.0 |  68M|  34 | 699 |5584 |7927 |5584 |5737 | 852 |1126 | 625 | 1.737500e+01 |      --      |    Inf 
717.46/717.62	c   718s|  1200 |  1107 |  2409k|1999.1 |  68M|  34 | 882 |5584 |7959 |5584 |5737 | 852 |1166 | 665 | 1.775000e+01 |      --      |    Inf 
740.36/740.54	c   741s|  1300 |  1203 |  2448k|1875.4 |  68M|  34 | 971 |5584 |7953 |5584 |5737 | 852 |1168 | 704 | 1.800000e+01 |      --      |    Inf 
754.26/754.42	c   754s|  1400 |  1297 |  2471k|1757.2 |  68M|  39 | 789 |5584 |7895 |5584 |5737 | 852 |1175 | 730 | 1.800000e+01 |      --      |    Inf 
769.26/769.47	c   769s|  1500 |  1389 |  2491k|1653.2 |  69M|  43 | 753 |5584 |7862 |5584 |5737 | 852 |1179 | 769 | 1.800000e+01 |      --      |    Inf 
778.46/778.69	c   779s|  1600 |  1481 |  2509k|1561.1 |  69M|  60 | 750 |5584 |7872 |5584 |5737 | 852 |1189 | 783 | 1.800000e+01 |      --      |    Inf 
796.65/796.87	c   797s|  1700 |  1573 |  2555k|1496.3 |  69M|  60 | 882 |5584 |7889 |5584 |5737 | 852 |1206 | 810 | 1.800000e+01 |      --      |    Inf 
810.05/810.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.05/810.24	c   810s|  1800 |  1671 |  2588k|1431.6 |  70M|  60 |1065 |5584 |7898 |5584 |5737 | 852 |1215 | 824 | 1.800000e+01 |      --      |    Inf 
828.05/828.26	c   828s|  1900 |  1767 |  2613k|1369.6 |  70M|  60 |   - |5584 |7900 |5584 |5737 | 852 |1217 | 876 | 1.800000e+01 |      --      |    Inf 
843.94/844.15	c   844s|  2000 |  1857 |  2645k|1317.0 |  70M|  60 | 892 |5584 |7847 |5584 |5737 | 852 |1224 | 902 | 1.800000e+01 |      --      |    Inf 
867.14/867.33	c   867s|  2100 |  1951 |  2691k|1276.3 |  71M|  60 |1063 |5584 |7666 |5584 |5737 | 852 |1228 | 966 | 1.800000e+01 |      --      |    Inf 
882.74/882.98	c   883s|  2200 |  2048 |  2741k|1241.0 |  71M|  60 | 679 |5584 |7675 |5584 |5737 | 852 |1243 | 979 | 1.800000e+01 |      --      |    Inf 
897.74/897.96	c   898s|  2300 |  2140 |  2801k|1213.2 |  71M|  60 | 673 |5584 |7658 |5584 |5737 | 852 |1254 |1005 | 1.800000e+01 |      --      |    Inf 
911.93/912.18	c   912s|  2400 |  2238 |  2846k|1181.2 |  71M|  60 | 841 |5584 |7527 |5584 |5737 | 852 |1255 |1031 | 1.800000e+01 |      --      |    Inf 
923.74/923.99	c   924s|  2500 |  2330 |  2874k|1145.1 |  72M|  60 | 638 |5584 |7517 |5584 |5737 | 852 |1259 |1057 | 1.800000e+01 |      --      |    Inf 
943.03/943.26	c   943s|  2600 |  2414 |  2935k|1124.7 |  72M|  60 |1034 |5584 |7532 |5584 |5737 | 852 |1283 |1097 | 1.800000e+01 |      --      |    Inf 
967.32/967.52	c   968s|  2700 |  2506 |  3025k|1116.2 |  72M|  60 | 951 |5584 |7583 |5584 |5737 | 852 |1340 |1136 | 1.800000e+01 |      --      |    Inf 
986.92/987.16	c   987s|  2800 |  2601 |  3068k|1091.7 |  73M|  60 | 744 |5584 |7581 |5584 |5737 | 852 |1344 |1174 | 1.800000e+01 |      --      |    Inf 
1007.52/1007.77	c  1008s|  2900 |  2697 |  3121k|1072.3 |  73M|  60 | 577 |5584 |7617 |5584 |5737 | 852 |1385 |1224 | 1.800000e+01 |      --      |    Inf 
1027.13/1027.32	c  1027s|  3000 |  2789 |  3171k|1053.3 |  73M|  60 | 642 |5584 |7620 |5584 |5737 | 852 |1394 |1263 | 1.800000e+01 |      --      |    Inf 
1048.41/1048.61	c  1049s|  3100 |  2889 |  3227k|1037.2 |  74M|  60 | 838 |5584 |7600 |5584 |5737 | 852 |1398 |1312 | 1.800000e+01 |      --      |    Inf 
1063.31/1063.56	c  1064s|  3200 |  2985 |  3258k|1014.6 |  74M|  60 | 792 |5584 |7595 |5584 |5737 | 852 |1400 |1349 | 1.800000e+01 |      --      |    Inf 
1080.81/1081.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.81/1081.05	c  1081s|  3300 |  3081 |  3321k|1003.1 |  74M|  60 | 765 |5584 |7573 |5584 |5737 | 852 |1401 |1374 | 1.800000e+01 |      --      |    Inf 
1105.21/1105.48	c  1105s|  3400 |  3175 |  3395k| 995.3 |  74M|  60 | 706 |5584 |7621 |5584 |5737 | 852 |1450 |1426 | 1.800000e+01 |      --      |    Inf 
1124.50/1124.76	c  1125s|  3500 |  3269 |  3462k| 985.8 |  75M|  60 | 664 |5584 |7632 |5584 |5737 | 852 |1472 |1464 | 1.800000e+01 |      --      |    Inf 
1140.10/1140.35	c  1140s|  3600 |  3363 |  3491k| 966.6 |  75M|  60 | 862 |5584 |7625 |5584 |5737 | 852 |1475 |1502 | 1.800000e+01 |      --      |    Inf 
1158.80/1159.00	c  1159s|  3700 |  3455 |  3550k| 956.3 |  75M|  60 | 932 |5584 |7650 |5584 |5737 | 852 |1503 |1541 | 1.800000e+01 |      --      |    Inf 
1172.70/1172.97	c  1173s|  3800 |  3551 |  3590k| 941.7 |  76M|  60 | 900 |5584 |7652 |5584 |5737 | 852 |1511 |1566 | 1.800000e+01 |      --      |    Inf 
1182.10/1182.39	c  1182s|  3900 |  3643 |  3609k| 922.6 |  76M|  60 | 760 |5584 |7658 |5584 |5737 | 852 |1517 |1592 | 1.800000e+01 |      --      |    Inf 
1204.99/1205.24	c  1205s|  4000 |  3731 |  3664k| 913.1 |  76M|  60 | 628 |5584 |7662 |5584 |5737 | 852 |1565 |1654 | 1.800000e+01 |      --      |    Inf 
1219.29/1219.55	c  1220s|  4100 |  3825 |  3705k| 900.8 |  77M|  60 | 585 |5584 |7676 |5584 |5737 | 852 |1586 |1679 | 1.800000e+01 |      --      |    Inf 
1238.88/1239.19	c  1239s|  4200 |  3925 |  3768k| 894.3 |  77M|  60 | 836 |5584 |7643 |5584 |5737 | 852 |1614 |1715 | 1.800000e+01 |      --      |    Inf 
1261.08/1261.34	c  1261s|  4300 |  4019 |  3834k| 889.1 |  77M|  60 | 630 |5584 |7640 |5584 |5737 | 852 |1639 |1789 | 1.837500e+01 |      --      |    Inf 
1275.58/1275.86	c  1276s|  4400 |  4117 |  3866k| 876.0 |  78M|  60 | 780 |5584 |7643 |5584 |5737 | 852 |1645 |1842 | 1.837500e+01 |      --      |    Inf 
1294.08/1294.35	c  1294s|  4500 |  4213 |  3924k| 869.4 |  78M|  60 | 681 |5584 |7641 |5584 |5737 | 852 |1652 |1899 | 1.837500e+01 |      --      |    Inf 
1308.08/1308.34	c  1308s|  4600 |  4311 |  3962k| 858.9 |  78M|  60 |   - |5584 |7666 |5584 |5737 | 852 |1677 |1923 | 1.837500e+01 |      --      |    Inf 
1322.98/1323.27	c  1323s|  4700 |  4407 |  4009k| 850.5 |  79M|  60 |1404 |5584 |7681 |5584 |5737 | 852 |1703 |1957 | 1.837500e+01 |      --      |    Inf 
1338.27/1338.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.27/1338.56	c  1339s|  4800 |  4501 |  4042k| 839.7 |  79M|  60 | 680 |5584 |7679 |5584 |5737 | 852 |1708 |1996 | 1.837500e+01 |      --      |    Inf 
1352.47/1352.76	c  1353s|  4900 |  4597 |  4074k| 829.0 |  79M|  60 | 853 |5584 |7676 |5584 |5737 | 852 |1710 |2043 | 1.837500e+01 |      --      |    Inf 
1366.06/1366.39	c  1366s|  5000 |  4693 |  4100k| 817.8 |  79M|  60 | 820 |5584 |7675 |5584 |5737 | 852 |1714 |2079 | 1.837500e+01 |      --      |    Inf 
1386.77/1387.05	c  1387s|  5100 |  4791 |  4152k| 811.9 |  80M|  60 | 785 |5584 |7698 |5584 |5737 | 852 |1749 |2132 | 1.837500e+01 |      --      |    Inf 
1402.06/1402.34	c  1402s|  5200 |  4891 |  4178k| 801.3 |  80M|  60 | 650 |5584 |7685 |5584 |5737 | 852 |1749 |2174 | 1.837500e+01 |      --      |    Inf 
1410.76/1411.06	c  1411s|  5300 |  4987 |  4202k| 790.7 |  80M|  60 | 916 |5584 |7682 |5584 |5737 | 852 |1751 |2191 | 1.837500e+01 |      --      |    Inf 
1427.47/1427.73	c  1428s|  5400 |  5083 |  4251k| 785.0 |  81M|  60 |1068 |5584 |7631 |5584 |5737 | 852 |1756 |2237 | 1.837500e+01 |      --      |    Inf 
1449.06/1449.38	c  1449s|  5500 |  5173 |  4303k| 780.3 |  81M|  60 | 720 |5584 |7610 |5584 |5737 | 852 |1792 |2272 | 1.837500e+01 |      --      |    Inf 
1463.25/1463.51	c  1464s|  5600 |  5267 |  4339k| 772.8 |  81M|  60 | 967 |5584 |7582 |5584 |5737 | 852 |1795 |2308 | 1.837500e+01 |      --      |    Inf 
1486.24/1486.55	c  1487s|  5700 |  5361 |  4409k| 771.5 |  82M|  60 | 776 |5584 |7596 |5584 |5737 | 852 |1865 |2356 | 1.837500e+01 |      --      |    Inf 
1511.84/1512.12	c  1512s|  5800 |  5457 |  4494k| 772.8 |  82M|  60 |1181 |5584 |7535 |5584 |5737 | 852 |1920 |2415 | 1.850000e+01 |      --      |    Inf 
1534.54/1534.81	c  1535s|  5900 |  5545 |  4561k| 771.1 |  82M|  60 | 861 |5584 |7443 |5584 |5737 | 852 |1954 |2485 | 1.850000e+01 |      --      |    Inf 
1554.64/1554.99	c  1555s|  6000 |  5635 |  4623k| 768.5 |  82M|  60 | 627 |5584 |7395 |5584 |5737 | 852 |1964 |2543 | 1.850000e+01 |      --      |    Inf 
1579.04/1579.39	c  1579s|  6100 |  5731 |  4702k| 769.0 |  83M|  60 | 970 |5584 |7331 |5584 |5737 | 852 |2041 |2611 | 1.850000e+01 |      --      |    Inf 
1595.33/1595.68	c  1596s|  6200 |  5821 |  4757k| 765.3 |  83M|  60 | 644 |5584 |7292 |5584 |5737 | 852 |2118 |2645 | 1.850000e+01 |      --      |    Inf 
1615.93/1616.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.93/1616.29	c  1616s|  6300 |  5911 |  4815k| 762.4 |  83M|  60 | 591 |5584 |7189 |5584 |5737 | 852 |2125 |2703 | 1.900000e+01 |      --      |    Inf 
1633.32/1633.61	c  1634s|  6400 |  5994 |  4873k| 759.5 |  84M|  60 | 896 |5584 |7136 |5584 |5737 | 852 |2177 |2738 | 1.900000e+01 |      --      |    Inf 
1661.92/1662.24	c  1662s|  6500 |  6090 |  4959k| 761.1 |  84M|  60 | 596 |5584 |7040 |5584 |5737 | 852 |2238 |2806 | 1.900000e+01 |      --      |    Inf 
1678.82/1679.19	c  1679s|  6600 |  6184 |  5009k| 757.2 |  84M|  60 | 826 |5584 |6992 |5584 |5737 | 852 |2241 |2852 | 1.900000e+01 |      --      |    Inf 
1699.51/1699.81	c  1700s|  6700 |  6282 |  5064k| 754.1 |  84M|  60 | 755 |5584 |6936 |5584 |5737 | 852 |2242 |2920 | 1.900000e+01 |      --      |    Inf 
1723.91/1724.22	c  1724s|  6800 |  6376 |  5131k| 752.8 |  85M|  60 | 745 |5584 |6901 |5584 |5737 | 852 |2253 |2985 | 1.900000e+01 |      --      |    Inf 
1751.61/1751.96	c  1752s|  6900 |  6466 |  5209k| 753.2 |  85M|  60 |1104 |5584 |6874 |5584 |5737 | 852 |2343 |3041 | 1.900000e+01 |      --      |    Inf 
1768.91/1769.20	c  1769s|  7000 |  6557 |  5267k| 750.8 |  85M|  60 | 690 |5584 |6842 |5584 |5737 | 852 |2350 |3074 | 1.900000e+01 |      --      |    Inf 
1789.11/1789.49	c  1789s|  7100 |  6647 |  5332k| 749.4 |  86M|  60 | 661 |5584 |6876 |5584 |5737 | 852 |2446 |3128 | 1.900000e+01 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 7158
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +1.90000000000000e+01
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.23 (included in solving)
1796.70/1797.00	c   reading          :       0.15 (included in solving)
1796.70/1797.00	c   copying          :       0.09 (2 #copies) (minimal 0.04, maximal 0.05, average 0.04)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3692162-1338033266.opb
1796.70/1797.00	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 10895 initial, 10895 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3692162-1338033266.opb
1796.70/1797.00	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 5575 initial, 7959 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0        105        190
1796.70/1797.00	c   linear           :       0.17       0.05          0          0          0          0          0       5320          0        240        240
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          7          -          -          7          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       7050          0          4          0          0        286          0          0      13862
1796.70/1797.00	c   knapsack         :        255        255         12      26333          0          1          3       4746         76       9542       2274          0          0
1796.70/1797.00	c   linear           :       5320+      6547         12      26257          0          0          0       1204         78      22785          2          0          0
1796.70/1797.00	c   logicor          :          0+      1716         12       8996          0          0          0        993          7       5279          8          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     485.98       0.00       0.00       0.00     485.98       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       3.97       0.00       0.04       3.93       0.00       0.00       0.00       0.01
1796.70/1797.00	c   linear           :       9.01       0.05       0.02       8.94       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :       0.28       0.00       0.00       0.28       0.00       0.00       0.00       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :      33283          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       7109          0          0         50
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00
1796.70/1797.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   redcost          :       0.69       0.00       0.00       0.69       0.00
1796.70/1797.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.01        161        158        830       23.9          6       13.0          -
1796.70/1797.00	c   infeasible LP    :       1.27       1723       1723       2150       12.7         22       12.5          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -       2447       13.7          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.01                    10          -          -       2092          -    (maximal pool size: 6720)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00         11          0          0         48          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.68       0.00         10          0          0         79          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.77       0.00         11          0          0         25          0
1796.70/1797.00	c   cmir             :       4.51       0.00         10          0          0       5000          0
1796.70/1797.00	c   flowcover        :       2.46       0.00         10          0          0       2000          0
1796.70/1797.00	c   clique           :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :      11.17       0.00          1          0          7          0       1227
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     485.97       0.00       7050          0        286          0          0      13862
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.01       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :     255.33       0.00          2          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.44       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       1.05       0.00       1000          0
1796.70/1797.00	c   rounding         :       2.44       0.00       1141          0
1796.70/1797.00	c   shifting         :       8.27       0.00        337          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :      33.13       0.00         12          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :      42.07       0.00         28          0
1796.70/1797.00	c   fracdiving       :      73.36       0.00          3          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :      31.85       0.00         22          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :      30.37       0.00         10          0
1796.70/1797.00	c   rootsoldiving    :      16.61       0.00          8          0
1796.70/1797.00	c   linesearchdiving :      49.26       0.00         46          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.17       0.00          1          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.01       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.03          1          0       0.00       0.00       0.03          1
1796.70/1797.00	c   dual LP          :     723.17       7353    2816949     389.73    3895.29       1.13        125
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:     514.05       5707    2543346     445.65    4947.67
1796.70/1797.00	c   strong branching :     484.19       3139    1527797     486.71    3155.39
1796.70/1797.00	c     (at root node) :          -         25      15661     626.44          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :       7158
1796.70/1797.00	c   nodes (total)    :       7158
1796.70/1797.00	c   nodes left       :       6703
1796.70/1797.00	c   max depth        :         60
1796.70/1797.00	c   max depth (total):         60
1796.70/1797.00	c   backtracks       :        932 (13.0%)
1796.70/1797.00	c   delayed cutoffs  :          4
1796.70/1797.00	c   repropagations   :       1282 (1173 domain reductions, 0 cutoffs)
1796.70/1797.00	c   avg switch length:       5.03
1796.70/1797.00	c   switching time   :       4.68
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +1.90000000000000e+01
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +1.51666666666668e+01
1796.70/1797.00	c   Root Iterations  :      12865
1796.80/1797.12	c Time complete: 1796.82.

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-3692162-1338033266/watcher-3692162-1338033266 -o /tmp/evaluation-result-3692162-1338033266/solver-3692162-1338033266 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692162-1338033266.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.02 1.95 3/176 11360
/proc/meminfo: memFree=28833588/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 1824 0 0 0 0 0 0 0 20 0 1 0 269452064 12316672 1778 33554432000 4194304 10219143 140736104302032 140733224843672 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 3007 1788 398 1471 0 1527 0

[startup+0.0493589 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 11360
/proc/meminfo: memFree=28833588/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=17824 CPUtime=0.03 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 3211 0 0 0 3 0 0 0 20 0 1 0 269452064 18251776 3165 33554432000 4194304 10219143 140736104302032 140736104167208 8762224 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 4456 3165 421 1471 0 2976 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17824

[startup+0.100304 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 11360
/proc/meminfo: memFree=28833588/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=23088 CPUtime=0.09 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 4523 0 0 0 8 1 0 0 20 0 1 0 269452064 23642112 4477 33554432000 4194304 10219143 140736104302032 140736104167208 8735031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 5772 4477 421 1471 0 4292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23088

[startup+0.300236 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 11360
/proc/meminfo: memFree=28833588/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=113340 CPUtime=0.28 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 26858 0 0 0 25 3 0 0 20 0 1 0 269452064 116060160 25790 33554432000 4194304 10219143 140736104302032 140736104167208 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 28335 25790 545 1471 0 26855 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 113340

[startup+0.700159 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 11360
/proc/meminfo: memFree=28833588/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=145792 CPUtime=0.68 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 35233 0 0 0 62 6 0 0 20 0 1 0 269452064 149291008 33196 33554432000 4194304 10219143 140736104302032 140736104167208 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 36448 33196 682 1471 0 34968 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145792

[startup+1.50018 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28687000/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=160560 CPUtime=1.48 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 38441 0 0 0 141 7 0 0 20 0 1 0 269452064 164413440 37400 33554432000 4194304 10219143 140736104302032 140736104292904 8051935 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 40140 37400 780 1471 0 38660 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 160560

[startup+3.10019 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28685760/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=160560 CPUtime=3.09 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 38473 0 0 0 301 8 0 0 20 0 1 0 269452064 164413440 37432 33554432000 4194304 10219143 140736104302032 140736104297416 8890985 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 40140 37432 795 1471 0 38660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160560

[startup+6.30018 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28618732/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=230068 CPUtime=6.29 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 55515 0 0 0 616 13 0 0 20 0 1 0 269452064 235589632 54474 33554432000 4194304 10219143 140736104302032 140736104296072 4480627 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 57517 54474 816 1471 0 56037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 230068

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28456336/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=254984 CPUtime=12.68 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 61597 0 0 0 1251 17 0 0 20 0 1 0 269452064 261103616 61085 33554432000 4194304 10219143 140736104302032 140736104296968 4436025 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 63746 61085 816 1471 0 62266 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 254984

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11399
/proc/meminfo: memFree=28353360/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=261132 CPUtime=25.47 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 63708 0 0 0 2525 22 0 0 20 0 1 0 269452064 267399168 63291 33554432000 4194304 10219143 140736104302032 140736104297192 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 65283 63291 836 1471 0 63803 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 261132

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 11399
/proc/meminfo: memFree=28343172/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=51.07 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66037 0 0 0 5079 28 0 0 20 0 1 0 269452064 277630976 65639 33554432000 4194304 10219143 140736104302032 140736104295208 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 65639 844 1471 0 66301 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 271124

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 11399
/proc/meminfo: memFree=28344956/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=102.27 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 10186 41 0 0 20 0 1 0 269452064 277630976 65649 33554432000 4194304 10219143 140736104302032 140736104295672 8077311 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 65649 847 1471 0 66301 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 271124

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11399
/proc/meminfo: memFree=28336432/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=162.25 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 16161 64 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294008 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 271124

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11400
/proc/meminfo: memFree=28331928/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=222.24 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 22132 92 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295128 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 271124

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 11400
/proc/meminfo: memFree=28331004/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=282.23 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 28104 119 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294008 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 271124

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 11403
/proc/meminfo: memFree=28328600/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=342.22 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 34073 149 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294104 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 271124

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 11426
/proc/meminfo: memFree=28325484/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=402.21 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 40042 179 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104298280 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 271124

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11426
/proc/meminfo: memFree=28309860/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=462.2 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 46011 209 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 271124

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11427
/proc/meminfo: memFree=28322452/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=522.19 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 51997 222 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104293752 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 271124

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 11427
/proc/meminfo: memFree=28326104/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=582.19 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 57982 237 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104293848 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 271124

[startup+642.3 s]

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

/proc/meminfo: memFree=28327412/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1062.11 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 105817 394 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295672 8091534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 271124

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28330696/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1122.11 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 111791 420 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8077308 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 271124

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28325540/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1182.1 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 117772 438 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8027811 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 271124

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28323556/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1242.08 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 123747 461 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295672 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 271124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28313684/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1302.08 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 129724 484 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 271124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11432
/proc/meminfo: memFree=28307604/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1362.06 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 135704 502 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 4435852 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 271124

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.96 3/177 11433
/proc/meminfo: memFree=28307480/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1422.07 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 141684 523 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294744 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 271124

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 11433
/proc/meminfo: memFree=28307232/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1482.05 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 147662 543 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294968 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 271124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 11436
/proc/meminfo: memFree=28307068/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1542.04 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 153636 568 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295704 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 271124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11436
/proc/meminfo: memFree=28307968/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1602.03 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 159609 594 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295016 8083898 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 271124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11436
/proc/meminfo: memFree=28307844/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1662.02 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 165584 618 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295384 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 271124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 11437
/proc/meminfo: memFree=28307720/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1722.02 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 171560 642 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294744 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 271124

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28307100/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1782 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 177529 671 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 271124

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1785.2 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 177848 672 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104295752 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 271124

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1791.61 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 178485 676 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 271124

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1794.81 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 178804 677 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 271124

[startup+1795.9 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1795.6 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 178883 677 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 271124

[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=271124 CPUtime=1796.4 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66041 0 0 0 178962 678 0 0 20 0 1 0 269452064 277630976 66889 33554432000 4194304 10219143 140736104302032 140736104294552 8091534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 67781 66889 847 1471 0 66301 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 271124

[startup+1797.1 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 11437
/proc/meminfo: memFree=28305364/32873648 swapFree=7104/7104
[pid=11360] ppid=11358 vsize=257444 CPUtime=1796.8 cores=1,3,5,7
/proc/11360/stat : 11360 (scip-2.1.1.4exp) R 11358 11360 9598 0 -1 4202496 66045 0 0 0 179001 679 0 0 20 0 1 0 269452064 263622656 63473 33554432000 4194304 10219143 140736104302032 140736104301144 7589177 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11360/statm: 64361 63473 851 1471 0 62881 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 257444

Child status: 0
Real time (s): 1797.12
CPU time (s): 1796.83
CPU user time (s): 1790.03
CPU system time (s): 6.79997
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 271124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.03
system time used= 6.79997
maximum resident set size= 267572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66047
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= 22
involuntary context switches= 1852

runsolver used 4.67329 second user time and 9.8955 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 13:54:26
IDJOB=3692162
IDBENCH=2627
IDSOLVER=2271
FILE ID=node127/3692162-1338033266
RUNJOBID= node127-1338029665-10822
PBS_JOBID= 14624344
Free space on /tmp= 71480 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 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.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692162-1338033266/watcher-3692162-1338033266 -o /tmp/evaluation-result-3692162-1338033266/solver-3692162-1338033266 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692162-1338033266.opb -t 1800 -m 15500

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=696623560

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28834116 kB
Buffers:          272040 kB
Cached:          2883748 kB
SwapCached:            0 kB
Active:           746604 kB
Inactive:        2510896 kB
Active(anon):     103624 kB
Inactive(anon):        0 kB
Active(file):     642980 kB
Inactive(file):  2510896 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16580 kB
Writeback:             0 kB
AnonPages:        110040 kB
Mapped:            17840 kB
Shmem:               200 kB
Slab:             642688 kB
SReclaimable:      86660 kB
SUnreclaim:       556028 kB
KernelStack:        1472 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     217904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node127 at 2012-05-26 14:24:23