Trace number 3735130

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT68 1789.86 1790.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark36.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3735130-1338703877.opb>
0.00/0.03	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 2) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 111 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 3) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 137 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.00/0.06	c (round 4) 1 del vars, 438 del conss, 1 chg bounds, 10 chg sides, 143 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.14	c    (0.1s) probing: 164/600 (27.3%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  1 deleted vars, 438 deleted constraints, 1 tightened bounds, 0 added holes, 10 changed sides, 143 changed coefficients
0.09/0.14	c  240 implications, 3 cliques
0.09/0.14	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 651 constraints
0.09/0.14	c     214 constraints of type <knapsack>
0.09/0.14	c     437 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |   296 |     - |4689k|   0 | 268 | 600 | 651 | 600 | 651 |   0 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.39/1.48	c   1.5s|     1 |     0 |  1738 |     - |5569k|   0 | 329 | 600 |1080 | 600 | 716 |  65 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |  2348 |     - |6033k|   0 | 347 | 600 |1080 | 600 | 782 | 131 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.69/1.77	c   1.7s|     1 |     0 |  2797 |     - |6533k|   0 | 359 | 600 |1080 | 600 | 851 | 200 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.89/1.96	c   1.9s|     1 |     0 |  3525 |     - |6993k|   0 | 402 | 600 |1080 | 600 | 913 | 262 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
2.09/2.19	c   2.2s|     1 |     0 |  4298 |     - |7399k|   0 | 317 | 600 |1080 | 600 | 973 | 322 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
2.29/2.37	c   2.3s|     1 |     0 |  4634 |     - |7721k|   0 | 353 | 600 |1080 | 600 |1033 | 382 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
3.49/3.54	c   3.5s|     1 |     2 |  4634 |     - |7722k|   0 | 353 | 600 |1080 | 600 |1033 | 382 |   0 |  10 | 3.600000e+01 |      --      |    Inf 
87.17/87.21	c  87.2s| 10000 |  3033 |889507 |  88.5 |  20M|  52 |  89 | 600 |3001 | 600 | 747 | 382 |  14k|4975 | 3.600000e+01 |      --      |    Inf 
133.26/133.35	c   133s| 20000 |  4308 |  1467k|  73.2 |  26M|  56 |  53 | 600 |4275 | 600 | 747 | 382 |  28k|6667 | 3.600000e+01 |      --      |    Inf 
169.05/169.18	c   169s| 30000 |  5537 |  1909k|  63.5 |  33M|  58 |  76 | 600 |6444 | 600 | 747 | 382 |  42k|7893 | 3.600000e+01 |      --      |    Inf 
203.34/203.42	c   203s| 40000 |  6052 |  2318k|  57.9 |  35M|  60 |  70 | 600 |4720 | 600 | 747 | 382 |  57k|8996 | 3.600000e+01 |      --      |    Inf 
240.43/240.50	c   240s| 50000 |  6781 |  2786k|  55.6 |  39M|  60 |   - | 600 |3618 | 600 | 747 | 382 |  72k|9987 | 3.600000e+01 |      --      |    Inf 
268.13/268.22	o 70
268.13/268.22	c l 268s| 55739 |  6669 |  3148k|  56.4 |  41M|  60 |   - | 600 |5010 | 600 | 747 | 382 |  79k|  11k| 3.600000e+01 | 7.000000e+01 |  94.44%
281.73/281.89	c   282s| 60000 |  7359 |  3354k|  55.8 |  44M|  70 | 128 | 600 |6512 | 600 | 747 | 382 |  86k|  11k| 3.600000e+01 | 7.000000e+01 |  94.44%
318.71/318.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.71/318.84	c   319s| 70000 |  8510 |  3833k|  54.7 |  50M|  70 | 116 | 600 |6420 | 600 | 747 | 382 | 100k|  12k| 3.600000e+01 | 7.000000e+01 |  94.44%
345.81/345.96	c   346s| 80000 |  9521 |  4175k|  52.1 |  55M|  70 |  70 | 600 |6972 | 600 | 747 | 382 | 113k|  12k| 3.600000e+01 | 7.000000e+01 |  94.44%
372.41/372.54	c   373s| 90000 | 10282 |  4457k|  49.5 |  60M|  70 |  39 | 600 |8703 | 600 | 747 | 382 | 126k|  13k| 3.600000e+01 | 7.000000e+01 |  94.44%
396.30/396.47	c   396s|100000 | 10904 |  4728k|  47.2 |  64M|  70 |  57 | 600 |9964 | 600 | 747 | 382 | 140k|  13k| 3.600000e+01 | 7.000000e+01 |  94.44%
420.40/420.53	c   421s|110000 | 11399 |  4966k|  45.1 |  68M|  70 |  45 | 600 |  11k| 600 | 747 | 382 | 153k|  14k| 3.600000e+01 | 7.000000e+01 |  94.44%
444.59/444.76	c   445s|120000 | 11942 |  5232k|  43.6 |  72M|  70 |  75 | 600 |  12k| 600 | 747 | 382 | 166k|  14k| 3.600000e+01 | 7.000000e+01 |  94.44%
469.29/469.41	c   469s|130000 | 12498 |  5470k|  42.0 |  74M|  70 | 122 | 600 |9449 | 600 | 747 | 382 | 179k|  15k| 3.600000e+01 | 7.000000e+01 |  94.44%
491.39/491.58	c   492s|140000 | 13010 |  5701k|  40.7 |  78M|  70 |  41 | 600 |  10k| 600 | 747 | 382 | 193k|  15k| 3.600000e+01 | 7.000000e+01 |  94.44%
514.98/515.16	c   515s|150000 | 13488 |  5935k|  39.5 |  82M|  70 |   - | 600 |  11k|   0 |   0 | 382 | 206k|  16k| 3.600000e+01 | 7.000000e+01 |  94.44%
540.58/540.77	c   541s|160000 | 13817 |  6201k|  38.7 |  84M|  70 |  56 | 600 |8874 | 600 | 747 | 382 | 220k|  16k| 3.600000e+01 | 7.000000e+01 |  94.44%
565.38/565.55	c   566s|170000 | 14195 |  6461k|  38.0 |  86M|  70 |   - | 600 |  10k| 600 | 747 | 382 | 233k|  16k| 3.600000e+01 | 7.000000e+01 |  94.44%
589.47/589.61	c   590s|180000 | 15172 |  6699k|  37.2 |  91M|  70 |   - | 600 |  10k|   0 |   0 | 382 | 246k|  17k| 3.600000e+01 | 7.000000e+01 |  94.44%
612.05/612.27	c   612s|190000 | 15788 |  6941k|  36.5 |  95M|  70 |   - | 600 |  11k|   0 |   0 | 382 | 260k|  17k| 3.600000e+01 | 7.000000e+01 |  94.44%
637.25/637.49	c   637s|200000 | 16599 |  7190k|  35.9 |  99M|  70 |   - | 600 |  12k|   0 |   0 | 382 | 273k|  18k| 3.600000e+01 | 7.000000e+01 |  94.44%
659.04/659.25	c   659s|210000 | 17106 |  7401k|  35.2 | 103M|  70 |   - | 600 |  11k| 600 | 747 | 382 | 287k|  18k| 3.600000e+01 | 7.000000e+01 |  94.44%
685.84/686.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.84/686.02	c   686s|220000 | 17669 |  7690k|  34.9 | 106M|  70 |   - | 600 |  12k|   0 |   0 | 382 | 301k|  19k| 3.600000e+01 | 7.000000e+01 |  94.44%
710.63/710.89	c   711s|230000 | 17845 |  7936k|  34.5 | 107M|  70 | 108 | 600 |  11k| 600 | 747 | 382 | 315k|  19k| 3.600000e+01 | 7.000000e+01 |  94.44%
738.93/739.10	c   739s|240000 | 18597 |  8252k|  34.4 | 111M|  70 |  75 | 600 |  11k| 600 | 747 | 382 | 329k|  20k| 3.600000e+01 | 7.000000e+01 |  94.44%
765.43/765.68	c   766s|250000 | 19325 |  8540k|  34.1 | 116M|  70 |   - | 600 |  13k|   0 |   0 | 382 | 343k|  20k| 3.600000e+01 | 7.000000e+01 |  94.44%
794.72/794.93	c   795s|260000 | 20039 |  8866k|  34.1 | 118M|  72 |  61 | 600 |6949 | 600 | 747 | 382 | 357k|  20k| 3.600000e+01 | 7.000000e+01 |  94.44%
823.92/824.18	c   824s|270000 | 20705 |  9254k|  34.3 | 123M|  72 | 124 | 600 |8854 | 600 | 747 | 382 | 370k|  21k| 3.600000e+01 | 7.000000e+01 |  94.44%
852.42/852.67	c   853s|280000 | 21574 |  9640k|  34.4 | 128M|  72 | 100 | 600 |9548 | 600 | 747 | 382 | 382k|  21k| 3.600000e+01 | 7.000000e+01 |  94.44%
878.50/878.75	c   879s|290000 | 21879 |  9908k|  34.2 | 132M|  72 | 127 | 600 |  10k| 600 | 747 | 382 | 394k|  22k| 3.600000e+01 | 7.000000e+01 |  94.44%
906.01/906.24	c   906s|300000 | 22068 | 10197k|  34.0 | 133M|  72 |  92 | 600 |9454 | 600 | 747 | 382 | 408k|  22k| 3.600000e+01 | 7.000000e+01 |  94.44%
932.30/932.52	c   932s|310000 | 22626 | 10485k|  33.8 | 136M|  72 | 131 | 600 |8613 | 600 | 747 | 382 | 423k|  22k| 3.600000e+01 | 7.000000e+01 |  94.44%
960.28/960.56	c   961s|320000 | 22734 | 10771k|  33.6 | 136M|  72 |  69 | 600 |7788 | 600 | 747 | 382 | 439k|  23k| 3.600000e+01 | 7.000000e+01 |  94.44%
988.78/989.04	c   989s|330000 | 22878 | 11111k|  33.7 | 136M|  72 | 180 | 600 |7642 | 600 | 747 | 382 | 455k|  23k| 3.600000e+01 | 7.000000e+01 |  94.44%
1018.97/1019.28	c  1019s|340000 | 23266 | 11437k|  33.6 | 138M|  72 | 107 | 600 |7294 | 600 | 747 | 382 | 472k|  24k| 3.600000e+01 | 7.000000e+01 |  94.44%
1047.57/1047.88	c  1048s|350000 | 23881 | 11801k|  33.7 | 142M|  72 | 114 | 600 |8722 | 600 | 747 | 382 | 486k|  24k| 3.600000e+01 | 7.000000e+01 |  94.44%
1076.77/1077.09	c  1077s|360000 | 24274 | 12129k|  33.7 | 144M|  72 | 167 | 600 |8997 | 600 | 747 | 382 | 502k|  25k| 3.600000e+01 | 7.000000e+01 |  94.44%
1107.35/1107.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.35/1107.69	c  1108s|370000 | 24668 | 12461k|  33.7 | 146M|  76 |   - | 600 |7262 |   0 |   0 | 382 | 517k|  25k| 3.600000e+01 | 7.000000e+01 |  94.44%
1135.06/1135.36	c  1135s|380000 | 24793 | 12770k|  33.6 | 146M|  81 |  54 | 600 |7857 | 600 | 747 | 382 | 532k|  25k| 3.600000e+01 | 7.000000e+01 |  94.44%
1164.25/1164.59	c  1165s|390000 | 24734 | 13106k|  33.6 | 146M|  81 |  39 | 600 |7813 | 600 | 747 | 382 | 548k|  26k| 3.700000e+01 | 7.000000e+01 |  89.19%
1190.35/1190.62	c  1191s|400000 | 25565 | 13410k|  33.5 | 150M|  81 |  76 | 600 |8475 | 600 | 747 | 382 | 561k|  26k| 3.700000e+01 | 7.000000e+01 |  89.19%
1217.24/1217.50	c  1217s|410000 | 26040 | 13756k|  33.5 | 152M|  81 |   - | 600 |8412 |   0 |   0 | 382 | 575k|  26k| 3.700000e+01 | 7.000000e+01 |  89.19%
1245.64/1245.90	c  1246s|420000 | 26834 | 14101k|  33.6 | 156M|  81 |   - | 600 |9395 |   0 |   0 | 382 | 589k|  27k| 3.700000e+01 | 7.000000e+01 |  89.19%
1261.93/1262.24	o 69
1261.93/1262.24	c *1262s|425402 | 27151 | 14332k|  33.7 | 157M|  81 |   - | 600 |8953 | 600 | 747 | 382 | 596k|  27k| 3.700000e+01 | 6.900000e+01 |  86.49%
1273.13/1273.48	c  1273s|430000 | 27597 | 14474k|  33.7 | 160M|  81 |  92 | 600 |9949 | 600 | 747 | 382 | 602k|  27k| 3.700000e+01 | 6.900000e+01 |  86.49%
1301.32/1301.68	c  1302s|440000 | 28245 | 14832k|  33.7 | 163M|  81 |  24 | 600 |9588 | 600 | 747 | 382 | 616k|  27k| 3.700000e+01 | 6.900000e+01 |  86.49%
1326.92/1327.21	c  1327s|450000 | 28856 | 15141k|  33.6 | 166M|  81 |   - | 600 |9480 |   0 |   0 | 382 | 629k|  28k| 3.700000e+01 | 6.900000e+01 |  86.49%
1352.32/1352.64	c  1353s|460000 | 29542 | 15469k|  33.6 | 169M|  81 |   - | 600 |8519 |   0 |   0 | 382 | 643k|  28k| 3.700000e+01 | 6.900000e+01 |  86.49%
1379.22/1379.56	c  1380s|470000 | 30415 | 15789k|  33.6 | 174M|  81 |  51 | 600 |9533 | 600 | 747 | 382 | 657k|  28k| 3.700000e+01 | 6.900000e+01 |  86.49%
1407.91/1408.23	c  1408s|480000 | 30702 | 16134k|  33.6 | 176M|  81 | 133 | 600 |9810 | 600 | 747 | 382 | 672k|  29k| 3.700000e+01 | 6.900000e+01 |  86.49%
1434.11/1434.41	c  1434s|490000 | 30729 | 16440k|  33.5 | 176M|  81 |   - | 600 |8846 |   0 |   0 | 382 | 688k|  29k| 3.750000e+01 | 6.900000e+01 |  84.00%
1458.40/1458.77	c  1459s|500000 | 30645 | 16685k|  33.4 | 177M|  81 |   - | 600 |  10k|   0 |   0 | 382 | 703k|  29k| 3.800000e+01 | 6.900000e+01 |  81.58%
1483.20/1483.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.20/1483.55	c  1484s|510000 | 30292 | 16922k|  33.2 | 174M|  81 |  49 | 600 |  10k| 600 | 747 | 382 | 718k|  29k| 3.800000e+01 | 6.900000e+01 |  81.58%
1507.49/1507.86	c  1508s|520000 | 29967 | 17160k|  33.0 | 173M|  81 |   - | 600 |  12k|   0 |   0 | 382 | 733k|  30k| 3.800000e+01 | 6.900000e+01 |  81.58%
1532.28/1532.67	c  1533s|530000 | 29705 | 17410k|  32.8 | 172M|  81 |   - | 600 |  13k|   0 |   0 | 382 | 748k|  30k| 3.800000e+01 | 6.900000e+01 |  81.58%
1557.88/1558.22	c  1558s|540000 | 29539 | 17657k|  32.7 | 172M|  81 |   - | 600 |  14k|   0 |   0 | 382 | 762k|  30k| 3.800000e+01 | 6.900000e+01 |  81.58%
1583.08/1583.40	c  1583s|550000 | 29476 | 17921k|  32.6 | 172M|  81 | 164 | 600 |  13k| 600 | 747 | 382 | 776k|  30k| 3.800000e+01 | 6.900000e+01 |  81.58%
1609.67/1610.01	c  1610s|560000 | 29285 | 18215k|  32.5 | 171M|  81 |  27 | 600 |  12k| 600 | 747 | 382 | 791k|  30k| 3.800000e+01 | 6.900000e+01 |  81.58%
1636.67/1637.02	c  1637s|570000 | 29092 | 18496k|  32.4 | 170M|  81 |  82 | 600 |  14k| 600 | 747 | 382 | 806k|  31k| 3.800000e+01 | 6.900000e+01 |  81.58%
1664.87/1665.23	c  1665s|580000 | 28811 | 18771k|  32.4 | 168M|  81 |   - | 600 |  11k|   0 |   0 | 382 | 821k|  31k| 3.800000e+01 | 6.900000e+01 |  81.58%
1690.86/1691.23	c  1691s|590000 | 28552 | 19035k|  32.3 | 167M|  81 | 153 | 600 |  12k| 600 | 747 | 382 | 837k|  31k| 3.800000e+01 | 6.900000e+01 |  81.58%
1712.46/1712.82	o 68
1712.46/1712.82	c l1713s|598272 | 26014 | 19240k|  32.2 | 158M|  81 |   - | 600 |  10k| 600 | 747 | 382 | 850k|  31k| 3.850000e+01 | 6.800000e+01 |  76.62%
1717.46/1717.82	c  1718s|600000 | 26016 | 19287k|  32.1 | 156M|  81 |  43 | 600 |4476 | 600 | 747 | 382 | 854k|  32k| 3.900000e+01 | 6.800000e+01 |  74.36%
1742.85/1743.26	c  1743s|610000 | 26000 | 19543k|  32.0 | 155M|  81 |  39 | 600 |5745 | 600 | 747 | 382 | 870k|  32k| 3.900000e+01 | 6.800000e+01 |  74.36%
1767.85/1768.26	c  1768s|620000 | 25872 | 19811k|  31.9 | 155M|  81 |  98 | 600 |7419 | 600 | 747 | 382 | 887k|  32k| 3.900000e+01 | 6.800000e+01 |  74.36%
1789.65/1790.01	c 
1789.65/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.01	c Solving Time (sec) : 1789.98
1789.65/1790.01	c Solving Nodes      : 628510
1789.65/1790.01	c Primal Bound       : +6.80000000000000e+01 (3 solutions)
1789.65/1790.01	c Dual Bound         : +3.90000000000000e+01
1789.65/1790.01	c Gap                : 74.36 %
1789.65/1790.01	s SATISFIABLE
1789.65/1790.01	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 
1789.65/1790.01	v x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 x116 -x117 x118 
1789.65/1790.01	v x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 x140 x141 x142 x143 
1789.65/1790.01	v -x144 -x145 x146 x147 x148 x149 -x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 -x162 -x163 -x164 x165 x166 x167 
1789.65/1790.01	v x168 x169 -x170 x171 x172 x173 x174 -x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 -x185 x186 x187 x188 x189 x190 x191 
1789.65/1790.01	v -x192 -x193 -x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 -x207 x208 x209 x210 -x211 x212 x213 x214 x215 
1789.65/1790.01	v x216 x217 -x218 -x219 -x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 -x236 -x237 x238 -x239 
1789.65/1790.01	v -x240 -x241 x242 x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 -x259 -x260 
1789.65/1790.01	v -x261 -x262 -x263 -x264 x265 x266 x267 x268 x269 x270 x271 -x272 x273 x274 x275 x276 x277 -x278 x279 x280 x281 x282 x283 x284 
1789.65/1790.01	v x285 x286 x287 x288 x289 -x290 x291 x292 -x293 x294 x295 x296 x297 x298 -x299 -x300 x301 x302 x303 x304 -x305 x306 x307 x308 
1789.65/1790.01	v x309 x310 x311 x312 x313 x314 x315 x316 -x317 -x318 -x319 -x320 x321 x322 x323 x324 -x325 x326 x327 x328 x329 -x330 x331 x332 
1789.65/1790.01	v x333 x334 -x335 x336 x337 x338 x339 x340 x341 -x342 -x343 -x344 x345 x346 x347 x348 x349 x350 x351 x352 -x353 x354 x355 x356 
1789.65/1790.01	v -x357 x358 x359 x360 x361 x362 x363 -x364 -x365 -x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 -x379 -x380 
1789.65/1790.01	v x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 
1789.65/1790.01	v -x402 -x403 -x404 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x405 -x406 x407 x408 x409 x410 -x411 x412 x413 x414 x415 x416 x417 x418 
1789.65/1790.01	v x419 x420 x421 x422 -x423 x424 x425 -x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 
1789.65/1790.01	v -x443 -x444 -x445 x446 x447 x448 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 -x461 -x462 -x463 x464 x465 x466 
1789.65/1790.01	v x467 x468 x469 x470 x471 x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 
1789.65/1790.01	v -x489 x490 -x491 -x492 -x493 -x494 -x495 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 
1789.65/1790.01	v x507 -x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 -x522 x523 x524 x525 x526 x527 x528 x529 x530 
1789.65/1790.01	v x531 x532 x533 -x534 -x535 -x536 -x537 x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 x546 x547 -x548 -x549 -x550 -x27 -x26 -x25 
1789.65/1790.01	v x24 -x23 -x22 x21 x551 x552 x553 x554 x555 x556 x557 -x558 x559 x560 x561 x562 x563 x564 x565 x566 -x567 -x568 -x569 -x570 
1789.65/1790.01	v x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x34 -x33 -x32 x31 -x30 x29 -x28 x581 x582 x583 -x584 -x585 -x586 
1789.65/1790.01	v -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x595 -x596 -x597 -x598 -x599 -x48 -x47 x46 
1789.65/1790.01	v -x45 -x44 x43 -x42 x600 -x60 x59 x58 x57 x56 x55 x54 -x53 -x52 x51 -x50 x49 x601 x6 -x5 -x4 -x3 -x2 -x1 
1789.65/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.01	c Solving Time       :    1789.98
1789.65/1790.01	c Original Problem   :
1789.65/1790.01	c   Problem name     : HOME/instance-3735130-1338703877.opb
1789.65/1790.01	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.01	c   Constraints      : 1089 initial, 1089 maximal
1789.65/1790.01	c Presolved Problem  :
1789.65/1790.01	c   Problem name     : t_HOME/instance-3735130-1338703877.opb
1789.65/1790.01	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.01	c   Constraints      : 651 initial, 15674 maximal
1789.65/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.65/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   probing          :       0.08          0          0          0          0          0          0          0          0
1789.65/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          2          6
1789.65/1790.01	c   linear           :       0.02          1          0          0          1          0        438          8        137
1789.65/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.01	c   root node        :          -          3          -          -          3          -          -          -          -
1789.65/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.01	c   integral         :          0          0          0     407493          0        195      20373          0          0     803630
1789.65/1790.01	c   knapsack         :        214          6    2486404          1          0      59834    3390032        744          0          0
1789.65/1790.01	c   linear           :        437+         7    2426564          0          0     249681   17156453         10          0          0
1789.65/1790.01	c   logicor          :          0+         0    1165324          0          0      12237     897498          0          0          0
1789.65/1790.01	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1789.65/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.65/1790.01	c   integral         :     126.41       0.00       0.00     126.41       0.00
1789.65/1790.01	c   knapsack         :     144.38       0.02     144.36       0.00       0.00
1789.65/1790.01	c   linear           :     255.53       0.00     255.53       0.00       0.00
1789.65/1790.01	c   logicor          :      83.57       0.00      83.57       0.00       0.00
1789.65/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.65/1790.01	c   vbounds          :       1.71          2          0          0
1789.65/1790.01	c   rootredcost      :       1.58          3          0          1
1789.65/1790.01	c   pseudoobj        :       2.36    2486087          5       1169
1789.65/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.65/1790.01	c   propagation      :      16.91     321757     321529    3267416       33.3      13909       23.2          -
1789.65/1790.01	c   infeasible LP    :       2.92      29278      29278     205166       29.4       2609       22.3          0
1789.65/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.65/1790.01	c   applied globally :          -          -          -     902728       27.3          -          -          -
1789.65/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.65/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.65/1790.01	c   cut pool         :       0.00          5          -          -       1221          -    (maximal pool size: 3275)
1789.65/1790.01	c   redcost          :       3.61     407542          0        157          0          0
1789.65/1790.01	c   impliedbounds    :       0.00          6          0          0         18          0
1789.65/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.65/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.65/1790.01	c   gomory           :       0.07          6          0          0          5          0
1789.65/1790.01	c   strongcg         :       0.07          6          0          0          7          0
1789.65/1790.01	c   cmir             :       0.28          6          0          0       2434          0
1789.65/1790.01	c   flowcover        :       0.16          6          0          0       1201          0
1789.65/1790.01	c   clique           :       0.00          6          0          0          0          0
1789.65/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.65/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.65/1790.01	c   rapidlearning    :       1.12          1          0          0          0        429
1789.65/1790.01	c Pricers            :       Time      Calls       Vars
1789.65/1790.01	c   problem variables:       0.00          0          0
1789.65/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.01	c   relpscost        :     125.34     407492        195      20373          0          0     803630
1789.65/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.65/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.65/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.65/1790.01	c   LP solutions     :       0.00          -          1
1789.65/1790.01	c   pseudo solutions :       0.00          -          0
1789.65/1790.01	c   crossover        :       0.61          0          0
1789.65/1790.01	c   intshifting      :       0.02          0          0
1789.65/1790.01	c   oneopt           :       0.50          3          0
1789.65/1790.01	c   feaspump         :       6.46        175          0
1789.65/1790.01	c   coefdiving       :       3.03        361          0
1789.65/1790.01	c   pscostdiving     :       6.01        361          0
1789.65/1790.01	c   fracdiving       :       3.07        361          0
1789.65/1790.01	c   veclendiving     :       4.56        361          0
1789.65/1790.01	c   linesearchdiving :       4.29        361          2
1789.65/1790.01	c   guideddiving     :       4.35        361          0
1789.65/1790.01	c   objpscostdiving  :       4.59        181          0
1789.65/1790.01	c   rootsoldiving    :       3.40        181          0
1789.65/1790.01	c   trivial          :       0.00          2          0
1789.65/1790.01	c   simplerounding   :       0.68          0          0
1789.65/1790.01	c   zirounding       :       0.48       1000          0
1789.65/1790.01	c   rounding         :       0.89       8865          0
1789.65/1790.01	c   shifting         :       5.14       2824          0
1789.65/1790.01	c   twoopt           :       0.00          0          0
1789.65/1790.01	c   fixandinfer      :       0.00          0          0
1789.65/1790.01	c   intdiving        :       0.00          0          0
1789.65/1790.01	c   actconsdiving    :       0.00          0          0
1789.65/1790.01	c   octane           :       0.00          0          0
1789.65/1790.01	c   rens             :       0.00          0          0
1789.65/1790.01	c   rins             :       0.00          0          0
1789.65/1790.01	c   localbranching   :       0.00          0          0
1789.65/1790.01	c   mutation         :       0.00          0          0
1789.65/1790.01	c   dins             :       0.00          0          0
1789.65/1790.01	c   undercover       :       0.00          0          0
1789.65/1790.01	c   nlp              :       0.43          0          0
1789.65/1790.01	c   trysol           :       0.72          0          0
1789.65/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.65/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.65/1790.01	c   dual LP          :     870.62     432801   19566676      45.21   22474.42
1789.65/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.65/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.65/1790.01	c   diving/probing LP:      29.80      23096     476166      20.62   15977.20
1789.65/1790.01	c   strong branching :     114.87      32774    1918961      58.55   16704.94
1789.65/1790.01	c     (at root node) :          -         10       8661     866.10          -
1789.65/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.65/1790.01	c B&B Tree           :
1789.65/1790.01	c   number of runs   :          1
1789.65/1790.01	c   nodes            :     628510
1789.65/1790.01	c   nodes (total)    :     628510
1789.65/1790.01	c   nodes left       :      25542
1789.65/1790.01	c   max depth        :         81
1789.65/1790.01	c   max depth (total):         81
1789.65/1790.01	c   backtracks       :     145381 (23.1%)
1789.65/1790.01	c   delayed cutoffs  :     146640
1789.65/1790.01	c   repropagations   :     782465 (7171906 domain reductions, 116821 cutoffs)
1789.65/1790.01	c   avg switch length:       6.50
1789.65/1790.01	c   switching time   :     156.56
1789.65/1790.01	c Solution           :
1789.65/1790.01	c   Solutions found  :          3 (3 improvements)
1789.65/1790.01	c   First Solution   : +7.00000000000000e+01   (in run 1, after 55739 nodes, 268.19 seconds, depth 62, found by <linesearchdiving>)
1789.65/1790.01	c   Primal Bound     : +6.80000000000000e+01   (in run 1, after 598272 nodes, 1712.79 seconds, depth 41, found by <linesearchdiving>)
1789.65/1790.01	c   Dual Bound       : +3.90000000000000e+01
1789.65/1790.01	c   Gap              :      74.36 %
1789.65/1790.01	c   Root Dual Bound  : +3.60000000000000e+01
1789.65/1790.01	c   Root Iterations  :       4634
1789.85/1790.21	c Time complete: 1789.86.

Verifier Data

OK	68

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-3735130-1338703877/watcher-3735130-1338703877 -o /tmp/evaluation-result-3735130-1338703877/solver-3735130-1338703877 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735130-1338703877.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 4/176 24405
/proc/meminfo: memFree=26134420/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 1539 0 0 0 0 0 0 0 20 0 1 0 336516220 10211328 1486 33554432000 4194304 8395647 140734029178544 140734576661672 7382157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 2493 1494 374 1026 0 1463 0

[startup+0.102889 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24405
/proc/meminfo: memFree=26134420/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=22156 CPUtime=0.09 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 4916 0 0 0 9 0 0 0 20 0 1 0 336516220 22687744 4509 33554432000 4194304 8395647 140734029178544 140734576661672 5026410 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 5539 4509 495 1026 0 4509 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22156

[startup+0.200332 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24405
/proc/meminfo: memFree=26134420/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=24296 CPUtime=0.18 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 5583 0 0 0 18 0 0 0 20 0 1 0 336516220 24879104 5153 33554432000 4194304 8395647 140734029178544 140734576661672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 6074 5153 580 1026 0 5044 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 24296

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24405
/proc/meminfo: memFree=26134420/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=24556 CPUtime=0.28 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 5666 0 0 0 28 0 0 0 20 0 1 0 336516220 25145344 5236 33554432000 4194304 8395647 140734029178544 140734576661672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 6139 5236 593 1026 0 5109 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24556

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24405
/proc/meminfo: memFree=26134420/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=39476 CPUtime=0.69 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9125 0 0 0 68 1 0 0 20 0 1 0 336516220 40423424 8695 33554432000 4194304 8395647 140734029178544 140734029173176 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 9869 8695 619 1026 0 8839 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39476

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24406
/proc/meminfo: memFree=26101660/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=40776 CPUtime=1.49 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9572 0 0 0 147 2 0 0 20 0 1 0 336516220 41754624 9084 33554432000 4194304 8395647 140734029178544 140734029173160 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10194 9084 628 1026 0 9164 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40776

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24406
/proc/meminfo: memFree=26099800/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=40776 CPUtime=3.09 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9871 0 0 0 306 3 0 0 20 0 1 0 336516220 41754624 9383 33554432000 4194304 8395647 140734029178544 140734029173416 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10194 9383 629 1026 0 9164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40776

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24406
/proc/meminfo: memFree=26097576/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=40776 CPUtime=6.29 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9872 0 0 0 622 7 0 0 20 0 1 0 336516220 41754624 9384 33554432000 4194304 8395647 140734029178544 140734029173416 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10194 9384 630 1026 0 9164 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40776

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24406
/proc/meminfo: memFree=26095840/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=40776 CPUtime=12.69 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9874 0 0 0 1253 16 0 0 20 0 1 0 336516220 41754624 9386 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10194 9386 631 1026 0 9164 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40776

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24406
/proc/meminfo: memFree=26090996/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=40776 CPUtime=25.48 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 9877 0 0 0 2516 32 0 0 20 0 1 0 336516220 41754624 9389 33554432000 4194304 8395647 140734029178544 140734029174008 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10194 9389 631 1026 0 9164 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40776

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24407
/proc/meminfo: memFree=26078424/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=42276 CPUtime=51.08 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 10287 0 0 0 5030 78 0 0 20 0 1 0 336516220 43290624 9785 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 10569 9785 631 1026 0 9539 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42276

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24407
/proc/meminfo: memFree=26043208/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=55840 CPUtime=102.27 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 13859 0 0 0 10066 161 0 0 20 0 1 0 336516220 57180160 13427 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 13960 13427 631 1026 0 12930 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55840

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24407
/proc/meminfo: memFree=26003032/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=70728 CPUtime=162.25 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 17688 0 0 0 15965 260 0 0 20 0 1 0 336516220 72425472 17111 33554432000 4194304 8395647 140734029178544 140734029173672 4786350 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 17682 17111 631 1026 0 16652 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70728

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24407
/proc/meminfo: memFree=25968196/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=79008 CPUtime=222.24 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 19838 0 0 0 21872 352 0 0 20 0 1 0 336516220 80904192 19177 33554432000 4194304 8395647 140734029178544 140734029174008 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 19752 19177 631 1026 0 18722 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 79008

[startup+282.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 24446
/proc/meminfo: memFree=26677480/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=86480 CPUtime=282.22 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 21735 0 0 0 27772 450 0 0 20 0 1 0 336516220 88555520 21058 33554432000 4194304 8395647 140734029178544 140734029174104 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 21620 21058 631 1026 0 20590 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86480

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 24446
/proc/meminfo: memFree=26615976/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=100692 CPUtime=342.21 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 25498 0 0 0 33683 538 0 0 20 0 1 0 336516220 103108608 24638 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 25173 24638 631 1026 0 24143 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 100692

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 24447
/proc/meminfo: memFree=26563708/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=116900 CPUtime=402.2 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 29571 0 0 0 39609 611 0 0 20 0 1 0 336516220 119705600 28629 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 29225 28629 631 1026 0 28195 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 116900

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 24447
/proc/meminfo: memFree=26587216/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=126624 CPUtime=462.19 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 31990 0 0 0 45543 676 0 0 20 0 1 0 336516220 129662976 31015 33554432000 4194304 8395647 140734029178544 140734029173400 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 31656 31015 631 1026 0 30626 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 126624

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24447
/proc/meminfo: memFree=26557744/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=138572 CPUtime=522.18 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 34940 0 0 0 51471 747 0 0 20 0 1 0 336516220 141897728 33949 33554432000 4194304 8395647 140734029178544 140734029173672 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 34643 33949 631 1026 0 33613 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 138572

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24450
/proc/meminfo: memFree=26571292/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=146724 CPUtime=582.16 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 37022 0 0 0 57400 816 0 0 20 0 1 0 336516220 150245376 36069 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 36681 36069 631 1026 0 35651 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 146724

[startup+642.3 s]

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

/proc/meminfo: memFree=26486448/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=217412 CPUtime=1002.07 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 54764 0 0 0 98861 1346 0 0 20 0 1 0 336516220 222629888 53721 33554432000 4194304 8395647 140734029178544 140734029173096 4911197 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 54353 53721 631 1026 0 53323 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 217412

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24452
/proc/meminfo: memFree=26480744/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=223624 CPUtime=1062.06 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 56268 0 0 0 104780 1426 0 0 20 0 1 0 336516220 228990976 55205 33554432000 4194304 8395647 140734029178544 140734029173144 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 55906 55205 631 1026 0 54876 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 223624

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24452
/proc/meminfo: memFree=26476900/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=228000 CPUtime=1122.05 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 57312 0 0 0 110695 1510 0 0 20 0 1 0 336516220 233472000 56249 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 57000 56249 631 1026 0 55970 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 228000

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24455
/proc/meminfo: memFree=26490664/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=230296 CPUtime=1182.05 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 57943 0 0 0 116614 1591 0 0 20 0 1 0 336516220 235823104 56880 33554432000 4194304 8395647 140734029178544 140734029174104 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 57574 56880 631 1026 0 56544 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 230296

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24455
/proc/meminfo: memFree=26466164/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=234456 CPUtime=1242.04 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 58952 0 0 0 122530 1674 0 0 20 0 1 0 336516220 240082944 57885 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 58614 57885 631 1026 0 57584 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 234456

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24456
/proc/meminfo: memFree=26459144/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=241060 CPUtime=1302.02 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 60565 0 0 0 128445 1757 0 0 20 0 1 0 336516220 246845440 59615 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 60265 59615 632 1026 0 59235 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 241060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24456
/proc/meminfo: memFree=26472408/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=248716 CPUtime=1362.02 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 62467 0 0 0 134362 1840 0 0 20 0 1 0 336516220 254685184 61585 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 62179 61585 632 1026 0 61149 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 248716

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24456
/proc/meminfo: memFree=26436864/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=259772 CPUtime=1422.01 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 65183 0 0 0 140279 1922 0 0 20 0 1 0 336516220 266006528 64286 33554432000 4194304 8395647 140734029178544 140734029173672 4911140 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 64943 64286 632 1026 0 63913 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 259772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24457
/proc/meminfo: memFree=26436480/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=263504 CPUtime=1481.99 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 66129 0 0 0 146210 1989 0 0 20 0 1 0 336516220 269828096 65225 33554432000 4194304 8395647 140734029178544 140734029173672 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 65876 65225 632 1026 0 64846 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 263504

[startup+1542.31 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 24457
/proc/meminfo: memFree=26435124/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=264716 CPUtime=1541.99 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 66425 0 0 0 152146 2053 0 0 20 0 1 0 336516220 271069184 65505 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 66179 65505 632 1026 0 65149 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 264716

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 24458
/proc/meminfo: memFree=26433016/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=266632 CPUtime=1601.97 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 66888 0 0 0 158081 2116 0 0 20 0 1 0 336516220 273031168 65968 33554432000 4194304 8395647 140734029178544 140734029173672 18446744073699066235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 66658 65968 632 1026 0 65628 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 266632

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24458
/proc/meminfo: memFree=26433084/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=266904 CPUtime=1661.96 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 66930 0 0 0 164018 2178 0 0 20 0 1 0 336516220 273309696 66029 33554432000 4194304 8395647 140734029178544 140734029173672 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 66726 66029 632 1026 0 65696 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 266904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24458
/proc/meminfo: memFree=26426484/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=267252 CPUtime=1721.96 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 70372 0 0 0 169962 2234 0 0 20 0 1 0 336516220 273666048 66271 33554432000 4194304 8395647 140734029178544 140734029173672 5028666 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 66813 66271 633 1026 0 65783 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 267252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24461
/proc/meminfo: memFree=26442296/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1781.94 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73007 0 0 0 175889 2305 0 0 20 0 1 0 336516220 274444288 66415 33554432000 4194304 8395647 140734029178544 140734029173672 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66415 633 1026 0 65973 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 268012

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442296/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1785.25 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73007 0 0 0 176214 2311 0 0 20 0 1 0 336516220 274444288 66415 33554432000 4194304 8395647 140734029178544 140734029173400 6068911 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66415 633 1026 0 65973 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 268012

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442304/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1788.44 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73007 0 0 0 176530 2314 0 0 20 0 1 0 336516220 274444288 66415 33554432000 4194304 8395647 140734029178544 140734029174152 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66415 633 1026 0 65973 0
Current children cumulated CPU time (s) 1788.44
Current children cumulated vsize (KiB) 268012

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442304/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1789.24 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73007 0 0 0 176609 2315 0 0 20 0 1 0 336516220 274444288 66415 33554432000 4194304 8395647 140734029178544 140734029173672 4968870 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66415 633 1026 0 65973 0
Current children cumulated CPU time (s) 1789.24
Current children cumulated vsize (KiB) 268012

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442304/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1789.65 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73007 0 0 0 176649 2316 0 0 20 0 1 0 336516220 274444288 66415 33554432000 4194304 8395647 140734029178544 140734029173672 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66415 633 1026 0 65973 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (KiB) 268012

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442304/32873844 swapFree=7628/7628
[pid=24405] ppid=24403 vsize=268012 CPUtime=1789.85 cores=1,3,5,7
/proc/24405/stat : 24405 (pbscip.linux.x8) R 24403 24405 20882 0 -1 4202496 73009 0 0 0 176669 2316 0 0 20 0 1 0 336516220 274444288 66417 33554432000 4194304 8395647 140734029178544 140734029173672 4423523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24405/statm: 67003 66417 635 1026 0 65973 0
Current children cumulated CPU time (s) 1789.85
Current children cumulated vsize (KiB) 268012

Child status: 0
Real time (s): 1790.21
CPU time (s): 1789.86
CPU user time (s): 1766.7
CPU system time (s): 23.1645
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 268012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.7
system time used= 23.1645
maximum resident set size= 268304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73012
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= 80
involuntary context switches= 2061

runsolver used 3.08253 second user time and 7.80481 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 08:11:17
IDJOB=3735130
IDBENCH=2943
IDSOLVER=2326
FILE ID=node107/3735130-1338703877
RUNJOBID= node107-1338678628-20902
PBS_JOBID= 14636706
Free space on /tmp= 70772 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735130-1338703877/watcher-3735130-1338703877 -o /tmp/evaluation-result-3735130-1338703877/solver-3735130-1338703877 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735130-1338703877.opb -t 1800 -m 15500

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

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=1300649486

node107.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.760
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.52
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.760
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.760
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.760
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.760
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.760
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.760
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.86
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.760
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:        26134692 kB
Buffers:          474652 kB
Cached:          4426752 kB
SwapCached:           76 kB
Active:          2853672 kB
Inactive:        3006416 kB
Active(anon):     949964 kB
Inactive(anon):    11060 kB
Active(file):    1903708 kB
Inactive(file):  2995356 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             10132 kB
Writeback:             0 kB
AnonPages:        974156 kB
Mapped:            16920 kB
Shmem:               184 kB
Slab:             735048 kB
SReclaimable:     177592 kB
SUnreclaim:       557456 kB
KernelStack:        1472 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1080984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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= 70756 MiB
End job on node107 at 2012-06-03 08:41:07