Trace number 1869359

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)34 1800.17 1800.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
MD5SUM6d3802f2f17c83a21ccf6c0752b41678
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark10.3734
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables392
Total number of constraints679
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 constraints679
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
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 635
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.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver Clp 1.8.2
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1869359-1245171486.opb>
0.00/0.04	c original problem has 392 variables (392 bin, 0 int, 0 impl, 0 cont) and 679 constraints
0.03/0.05	c start presolving problem
0.03/0.05	c presolving:
0.03/0.06	c (round 1) 0 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7 upgd conss, 0 impls, 0 clqs
0.19/0.24	c    (0.2s) probing: 108/392 (27.6%) - 1 fixings, 0 aggregations, 376 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.24	c (round 2) 1 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7 upgd conss, 1092 impls, 0 clqs
0.19/0.25	c (round 3) 1 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 7 upgd conss, 1092 impls, 0 clqs
0.19/0.25	c presolving (4 rounds):
0.19/0.25	c  1 deleted vars, 336 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5 changed coefficients
0.19/0.25	c  1092 implications, 0 cliques
0.19/0.25	c presolved problem has 391 variables (391 bin, 0 int, 0 impl, 0 cont) and 343 constraints
0.19/0.25	c       7 constraints of type <knapsack>
0.19/0.25	c     336 constraints of type <linear>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.19
0.19/0.25	c OPT-LIN
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/memory = c 1620
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.25	c limits/time = c 1791
0.19/0.25	c # frequency for displaying node information lines
0.19/0.25	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.25	c display/freq = c 10000
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c start solving problem
0.19/0.25	c 
0.19/0.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c   0.2s|     1 |     0 |   306 |2853k|   0 | 236 | 391 | 343 | 343 | 391 | 343 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   858 |3208k|   0 | 246 | 391 | 343 | 343 | 391 | 364 |  21 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   883 |3585k|   0 | 248 | 391 | 343 | 343 | 391 | 383 |  40 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   957 |3843k|   0 | 244 | 391 | 343 | 343 | 391 | 411 |  68 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.69/0.77	c   0.7s|     1 |     0 |  1050 |4225k|   0 | 253 | 391 | 343 | 343 | 391 | 434 |  91 |   0 |   0 | 7.005236e+00 |      --      |    Inf 
0.89/0.91	c   0.8s|     1 |     0 |  1114 |4604k|   0 | 259 | 391 | 343 | 343 | 391 | 457 | 114 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
0.99/1.10	c   1.0s|     1 |     0 |  1246 |4820k|   0 | 257 | 391 | 343 | 343 | 391 | 480 | 137 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |  1321 |5083k|   0 | 262 | 391 | 343 | 343 | 391 | 506 | 163 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  1411 |5200k|   0 | 268 | 391 | 343 | 343 | 391 | 530 | 187 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
1.59/1.66	c   1.6s|     1 |     0 |  1589 |5247k|   0 | 261 | 391 | 343 | 343 | 391 | 546 | 203 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
1.89/1.90	c   1.8s|     1 |     0 |  1873 |5320k|   0 | 258 | 391 | 343 | 343 | 391 | 564 | 221 |   0 |   0 | 7.236515e+00 |      --      |    Inf 
1.89/1.95	c   1.9s|     1 |     0 |  1919 |5378k|   0 | 255 | 391 | 343 | 343 | 391 | 565 | 240 |   0 |   0 | 7.236515e+00 |      --      |    Inf 
1.99/2.01	c   1.9s|     1 |     0 |  2015 |5430k|   0 | 253 | 391 | 343 | 343 | 391 | 582 | 257 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
1.99/2.06	c   2.0s|     1 |     0 |  2123 |5443k|   0 | 256 | 391 | 343 | 343 | 391 | 596 | 271 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
2.09/2.13	c   2.1s|     1 |     0 |  2347 |5454k|   0 | 253 | 391 | 343 | 343 | 391 | 605 | 280 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
2.19/2.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.21	c   2.1s|     1 |     0 |  2576 |5469k|   0 | 256 | 391 | 343 | 343 | 391 | 618 | 293 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
2.19/2.29	c   2.2s|     1 |     0 |  2862 |5480k|   0 | 255 | 391 | 343 | 343 | 391 | 631 | 306 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
2.39/2.40	c   2.3s|     1 |     0 |  3220 |5485k|   0 | 253 | 391 | 343 | 343 | 391 | 514 | 314 |   0 |   0 | 7.333333e+00 |      --      |    Inf 
2.99/3.05	c   3.0s|     1 |     2 |  3220 |5485k|   0 | 253 | 391 | 343 | 343 | 391 | 514 | 314 |   0 |  33 | 7.333333e+00 |      --      |    Inf 
20.69/20.77	o 72
20.69/20.77	c v20.5s|  1110 |   756 | 39809 |6320k|  22 |   - | 391 | 620 |  57 | 391 | 424 | 314 | 277 |1067 | 1.000000e+01 | 7.200000e+01 | 620.00%
27.39/27.47	o 65
27.39/27.47	c c27.2s|  2226 |  1290 | 66868 |7013k|  31 |   - | 391 | 960 |  68 | 391 | 424 | 314 | 617 |1196 | 1.100000e+01 | 6.500000e+01 | 490.91%
43.17/43.22	o 64
43.17/43.22	c c42.8s|  3983 |  1639 |129512 |7940k|  41 |   - | 391 |1770 | 328 | 391 | 424 | 314 |1463 |1366 | 1.200000e+01 | 6.400000e+01 | 433.33%
43.87/43.97	o 60
43.87/43.97	c v43.5s|  4083 |  1672 |132789 |7887k|  41 |   - | 391 |1730 | 248 | 391 | 424 | 314 |1479 |1367 | 1.200000e+01 | 6.000000e+01 | 400.00%
79.57/79.61	o 57
79.57/79.61	c f78.9s|  9298 |  3476 |272323 |  10M|  41 |   - | 391 |2082 |  89 | 391 | 424 | 314 |3489 |2064 | 1.400000e+01 | 5.700000e+01 | 307.14%
83.66/83.70	c  82.9s| 10000 |  3674 |290524 |  10M|  41 |   - | 391 |2057 | 781 | 391 | 424 | 314 |3824 |2088 | 1.400000e+01 | 5.700000e+01 | 307.14%
96.76/96.83	o 54
96.76/96.83	c c95.9s| 11931 |  4155 |345410 |  12M|  42 |   - | 391 |2250 |  34 | 391 | 424 | 314 |5072 |2219 | 1.400000e+01 | 5.400000e+01 | 285.71%
99.36/99.42	o 52
99.36/99.42	c g98.5s| 12371 |  4130 |355924 |  12M|  42 |   - | 391 |2144 | 173 | 391 | 424 | 314 |5322 |2319 | 1.400000e+01 | 5.200000e+01 | 271.43%
115.75/115.86	o 51
115.75/115.86	c g 115s| 15252 |  4620 |420251 |  12M|  42 |   - | 391 |1665 | 120 | 391 | 424 | 314 |7054 |2544 | 1.500000e+01 | 5.100000e+01 | 240.00%
121.75/121.84	o 50
121.75/121.84	c f 121s| 16509 |  4713 |442513 |  13M|  49 |   - | 391 |1502 | 160 | 391 | 424 | 314 |7639 |2607 | 1.500000e+01 | 5.000000e+01 | 233.33%
139.55/139.61	c   138s| 20000 |  5355 |515774 |  14M|  49 | 172 | 391 |1927 | 545 | 391 | 424 | 314 |9885 |2974 | 1.600000e+01 | 5.000000e+01 | 212.50%
149.24/149.30	o 49
149.24/149.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.24/149.30	c c 148s| 22043 |  5576 |557147 |  15M|  49 |   - | 391 |1856 |  24 | 391 | 424 | 314 |  11k|3014 | 1.600000e+01 | 4.900000e+01 | 206.25%
151.74/151.85	o 48
151.74/151.85	c v 150s| 22318 |  5105 |570096 |  14M|  49 |   - | 391 |1885 | 202 | 391 | 424 | 314 |  11k|3092 | 1.600000e+01 | 4.800000e+01 | 200.00%
184.22/184.32	c   183s| 30000 |  6017 |693007 |  17M|  63 |   - | 391 |1810 | 253 |   0 |   0 | 314 |  16k|3557 | 1.700000e+01 | 4.800000e+01 | 182.35%
222.51/222.62	c   221s| 40000 |  6577 |834819 |  19M|  63 | 157 | 391 |2025 | 758 | 391 | 424 | 314 |  22k|3568 | 1.800000e+01 | 4.800000e+01 | 166.67%
262.51/262.68	c   260s| 50000 |  7242 |978052 |  22M|  63 |  94 | 391 |2036 | 296 | 391 | 424 | 314 |  30k|4243 | 1.900000e+01 | 4.800000e+01 | 152.63%
300.70/300.85	c   298s| 60000 |  7889 |  1107k|  24M|  63 |   - | 391 |2434 | 953 | 391 | 424 | 314 |  38k|4946 | 2.000000e+01 | 4.800000e+01 | 140.00%
338.89/339.10	c   336s| 70000 |  8317 |  1241k|  26M|  67 | 104 | 391 |2418 | 505 | 391 | 424 | 314 |  47k|5560 | 2.100000e+01 | 4.800000e+01 | 128.57%
375.98/376.11	c   372s| 80000 |  8703 |  1364k|  28M|  67 |  84 | 391 |2551 | 313 | 391 | 424 | 314 |  56k|6055 | 2.200000e+01 | 4.800000e+01 | 118.18%
412.46/412.69	c   409s| 90000 |  9025 |  1493k|  30M|  68 | 133 | 391 |2417 | 383 | 391 | 424 | 314 |  64k|6623 | 2.300000e+01 | 4.800000e+01 | 108.70%
448.56/448.74	c   444s|100000 |  9221 |  1610k|  32M|  68 |   - | 391 |2607 | 442 | 391 | 424 | 314 |  73k|7588 | 2.400000e+01 | 4.800000e+01 | 100.00%
484.04/484.30	c   479s|110000 |  9468 |  1732k|  34M|  68 | 104 | 391 |2390 | 326 | 391 | 424 | 314 |  82k|7908 | 2.400000e+01 | 4.800000e+01 | 100.00%
519.54/519.73	c   515s|120000 |  9765 |  1855k|  36M|  79 |  69 | 391 |2873 | 375 | 391 | 424 | 314 |  91k|8347 | 2.400000e+01 | 4.800000e+01 | 100.00%
555.63/555.87	c   550s|130000 | 10036 |  1985k|  38M|  89 |  84 | 391 |2715 | 538 | 391 | 424 | 314 | 101k|8832 | 2.400000e+01 | 4.800000e+01 | 100.00%
590.32/590.58	c   585s|140000 | 10520 |  2114k|  41M|  89 |   - | 391 |3097 | 182 |   0 |   0 | 314 | 110k|9227 | 2.400000e+01 | 4.800000e+01 | 100.00%
626.51/626.75	c   620s|150000 | 10595 |  2242k|  42M|  89 |   - | 391 |2981 | 280 | 391 | 424 | 314 | 120k|9650 | 2.400000e+01 | 4.800000e+01 | 100.00%
661.10/661.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.10/661.35	c   655s|160000 | 10692 |  2358k|  44M|  94 |  72 | 391 |3306 | 317 | 391 | 424 | 314 | 130k|  10k| 2.400000e+01 | 4.800000e+01 | 100.00%
696.39/696.66	c   690s|170000 | 10828 |  2488k|  45M|  94 |   - | 391 |3745 | 346 | 391 | 424 | 314 | 139k|  10k| 2.400000e+01 | 4.800000e+01 | 100.00%
732.28/732.53	c   725s|180000 | 11138 |  2621k|  47M|  94 |  55 | 391 |3595 | 208 | 391 | 424 | 314 | 148k|  10k| 2.400000e+01 | 4.800000e+01 | 100.00%
767.07/767.38	c   760s|190000 | 10970 |  2733k|  48M|  94 |  85 | 391 |3361 | 385 | 391 | 424 | 314 | 158k|  11k| 2.500000e+01 | 4.800000e+01 |  92.00%
802.67/802.98	c   795s|200000 | 10873 |  2846k|  48M|  94 |  64 | 391 |3659 | 288 | 391 | 424 | 314 | 169k|  11k| 2.500000e+01 | 4.800000e+01 |  92.00%
836.45/836.76	c   828s|210000 | 10523 |  2951k|  47M|  94 |  70 | 391 |3421 | 320 | 391 | 424 | 314 | 179k|  11k| 2.600000e+01 | 4.800000e+01 |  84.62%
870.64/870.99	c   862s|220000 | 10445 |  3057k|  48M|  94 |  38 | 391 |3511 | 277 | 391 | 424 | 314 | 190k|  12k| 2.600000e+01 | 4.800000e+01 |  84.62%
903.63/903.94	c   895s|230000 | 10126 |  3162k|  47M|  94 |   - | 391 |3417 | 127 |   0 |   0 | 314 | 201k|  12k| 2.600000e+01 | 4.800000e+01 |  84.62%
938.42/938.71	c   929s|240000 |  9906 |  3273k|  47M|  94 |   - | 391 |3773 | 143 |   0 |   0 | 314 | 211k|  13k| 2.657143e+01 | 4.800000e+01 |  80.65%
971.12/971.42	c   962s|250000 |  9398 |  3372k|  45M|  94 | 114 | 391 |3520 | 538 | 391 | 424 | 314 | 222k|  13k| 2.700000e+01 | 4.800000e+01 |  77.78%
1004.50/1004.84	c   995s|260000 |  9048 |  3474k|  45M|  94 |  44 | 391 |3758 | 188 | 391 | 424 | 314 | 233k|  13k| 2.700000e+01 | 4.800000e+01 |  77.78%
1039.20/1039.55	c  1029s|270000 |  8592 |  3581k|  43M|  94 |  86 | 391 |3973 | 278 | 391 | 424 | 314 | 244k|  13k| 2.700000e+01 | 4.800000e+01 |  77.78%
1073.59/1073.94	c  1063s|280000 |  7652 |  3685k|  39M|  94 | 126 | 391 |3263 | 481 | 391 | 424 | 314 | 256k|  14k| 2.800000e+01 | 4.800000e+01 |  71.43%
1109.28/1109.69	c  1098s|290000 |  6701 |  3793k|  34M|  94 |   - | 391 |3653 | 537 |   0 |   0 | 314 | 268k|  14k| 2.800000e+01 | 4.800000e+01 |  71.43%
1142.97/1143.38	c  1132s|300000 |  5930 |  3899k|  30M|  94 |   - | 391 |4006 | 245 |   0 |   0 | 314 | 280k|  14k| 2.800000e+01 | 4.800000e+01 |  71.43%
1178.77/1179.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1178.77/1179.15	c  1167s|310000 |  5006 |  4005k|  24M|  94 |   - | 391 |3414 | 173 |   0 |   0 | 314 | 291k|  15k| 2.900000e+01 | 4.800000e+01 |  65.52%
1207.55/1207.95	o 47
1207.55/1207.95	c c1196s|318352 |  4691 |  4088k|  22M|  94 |   - | 391 |4270 | 308 | 391 | 424 | 314 | 300k|  15k| 2.900000e+01 | 4.700000e+01 |  62.07%
1213.16/1213.50	c  1201s|320000 |  4629 |  4106k|  22M|  94 |   - | 391 |4175 | 125 |   0 |   0 | 314 | 302k|  15k| 2.900000e+01 | 4.700000e+01 |  62.07%
1221.25/1221.70	o 39
1221.25/1221.70	c *1209s|322551 |  3526 |  4130k|  20M|  94 |   - | 391 |4493 | 110 | 391 | 424 | 314 | 305k|  15k| 2.900000e+01 | 3.900000e+01 |  34.48%
1247.04/1247.43	c  1235s|330000 |  3408 |  4211k|  19M|  94 |  36 | 391 |4127 | 303 | 391 | 424 | 314 | 312k|  15k| 3.000000e+01 | 3.900000e+01 |  30.00%
1258.74/1259.19	o 37
1258.74/1259.19	c p1246s|333538 |  3163 |  4242k|  18M|  94 |   - | 391 |4132 | 169 | 391 | 424 | 314 | 316k|  15k| 3.000000e+01 | 3.700000e+01 |  23.33%
1281.44/1281.88	c  1269s|340000 |  2940 |  4305k|  18M|  94 |  87 | 391 |4269 | 335 | 391 | 424 | 314 | 323k|  15k| 3.000000e+01 | 3.700000e+01 |  23.33%
1301.43/1301.86	o 35
1301.43/1301.86	c *1289s|345990 |  1939 |  4363k|  14M|  94 |   - | 391 |4146 |  26 | 391 | 424 | 314 | 330k|  16k| 3.100000e+01 | 3.500000e+01 |  12.90%
1315.52/1315.94	c  1302s|350000 |  1624 |  4406k|  13M|  94 |  45 | 391 |4239 | 166 | 391 | 424 | 314 | 334k|  16k| 3.100000e+01 | 3.500000e+01 |  12.90%
1350.42/1350.82	c  1337s|360000 |  1440 |  4523k|  12M| 106 |   - | 391 |4783 | 402 | 391 | 424 | 314 | 346k|  16k| 3.200000e+01 | 3.500000e+01 |   9.38%
1385.31/1385.71	c  1371s|370000 |  1392 |  4640k|  12M| 106 |   - | 391 |4687 | 272 |   0 |   0 | 314 | 357k|  16k| 3.200000e+01 | 3.500000e+01 |   9.38%
1418.29/1418.70	c  1404s|380000 |  1323 |  4747k|  12M| 106 |   - | 391 |5193 | 176 |   0 |   0 | 314 | 368k|  16k| 3.200000e+01 | 3.500000e+01 |   9.38%
1454.28/1454.71	c  1440s|390000 |  1246 |  4869k|  12M| 106 |  23 | 391 |4459 | 109 | 391 | 424 | 314 | 379k|  16k| 3.200000e+01 | 3.500000e+01 |   9.38%
1489.78/1490.27	c  1475s|400000 |  1194 |  5003k|  12M| 106 | 109 | 391 |4244 | 265 | 391 | 424 | 314 | 390k|  16k| 3.200000e+01 | 3.500000e+01 |   9.38%
1524.17/1524.68	c  1509s|410000 |  1189 |  5122k|  12M| 106 |   - | 391 |4806 | 251 |   0 |   0 | 314 | 401k|  17k| 3.200000e+01 | 3.500000e+01 |   9.38%
1558.86/1559.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1558.86/1559.37	c  1543s|420000 |  1076 |  5237k|  12M| 106 |   - | 391 |4569 | 413 | 391 | 424 | 314 | 412k|  17k| 3.200000e+01 | 3.500000e+01 |   9.38%
1593.55/1594.02	c  1577s|430000 |   903 |  5362k|  11M| 106 | 114 | 391 |4562 | 397 | 391 | 424 | 314 | 422k|  17k| 3.200000e+01 | 3.500000e+01 |   9.38%
1630.34/1630.87	c  1614s|440000 |   825 |  5489k|  11M| 106 |  74 | 391 |4785 | 256 | 391 | 424 | 314 | 433k|  18k| 3.200000e+01 | 3.500000e+01 |   9.38%
1665.83/1666.30	c  1649s|450000 |   666 |  5614k|  11M| 106 |  44 | 391 |4699 | 294 | 391 | 424 | 314 | 445k|  18k| 3.200000e+01 | 3.500000e+01 |   9.38%
1700.13/1700.67	c  1683s|460000 |   588 |  5725k|  10M| 106 |   - | 391 |4265 | 214 |   0 |   0 | 314 | 456k|  18k| 3.200000e+01 | 3.500000e+01 |   9.38%
1736.02/1736.55	c  1718s|470000 |   535 |  5848k|  11M| 106 |  78 | 391 |5354 | 327 | 391 | 424 | 314 | 467k|  18k| 3.200000e+01 | 3.500000e+01 |   9.38%
1763.31/1763.83	o 34
1763.31/1763.83	c *1745s|477777 |   320 |  5947k|  10M| 106 |   - | 391 |4873 |  54 | 391 | 424 | 314 | 475k|  18k| 3.200000e+01 | 3.400000e+01 |   6.25%
1771.90/1772.48	c  1754s|480000 |   298 |  5979k|  10M| 106 |  62 | 391 |5431 | 282 | 391 | 424 | 314 | 478k|  18k| 3.200000e+01 | 3.400000e+01 |   6.25%
1800.10/1800.61	c 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time (sec) : 1781.67
1800.10/1800.61	c Solving Nodes      : 487895
1800.10/1800.61	c Primal Bound       : +3.40000000000000e+01 (16 solutions)
1800.10/1800.61	c Dual Bound         : +3.20000000000000e+01
1800.10/1800.61	c Gap                : 6.25 %
1800.10/1800.61	c NODE         487895
1800.10/1800.61	c DUAL BOUND   32
1800.10/1800.61	c PRIMAL BOUND 34
1800.10/1800.61	c GAP          0.0625
1800.10/1800.61	s SATISFIABLE
1800.10/1800.61	v x57 x58 x59 x60 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 
1800.10/1800.61	v x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 
1800.10/1800.61	v x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 
1800.10/1800.61	v x139 x140 x141 x142 x143 x144 -x145 -x146 x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 x161 
1800.10/1800.61	v x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 x179 x180 -x181 -x182 -x183 
1800.10/1800.61	v -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
1800.10/1800.61	v x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 -x217 x218 x219 x220 x221 x222 -x223 x224 x225 x226 x227 -x228 -x229 x230 
1800.10/1800.61	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 
1800.10/1800.61	v -x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 
1800.10/1800.61	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x288 x289 
1800.10/1800.61	v x290 x291 x292 -x293 x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 -x311 
1800.10/1800.61	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
1800.10/1800.61	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x343 x344 x345 x346 -x347 x348 
1800.10/1800.61	v x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 
1800.10/1800.61	v -x370 -x371 -x372 -x28 -x27 -x26 x25 x24 -x23 -x22 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 
1800.10/1800.61	v -x386 -x35 -x34 x33 -x32 -x31 x30 x29 -x387 -x388 -x389 -x390 -x391 -x42 -x41 x40 x39 -x38 -x37 x36 -x392 -x56 x55 -x54 -x53 
1800.10/1800.61	v -x52 -x51 x50 -x49 -x48 x47 x46 x45 x44 -x43 -x7 x6 -x5 -x4 -x3 x2 -x1 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time       :    1781.67
1800.10/1800.61	c Original Problem   :
1800.10/1800.61	c   Problem name     : HOME/instance-1869359-1245171486.opb
1800.10/1800.61	c   Variables        : 392 (392 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 679 initial, 679 maximal
1800.10/1800.61	c Presolved Problem  :
1800.10/1800.61	c   Problem name     : t_HOME/instance-1869359-1245171486.opb
1800.10/1800.61	c   Variables        : 391 (391 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 343 initial, 6148 maximal
1800.10/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   probing          :       0.17          1          0          0          0          0          0          0          0
1800.10/1800.61	c   knapsack         :       0.00          0          0          0          0          0          0          0          5
1800.10/1800.61	c   linear           :       0.02          0          0          0          0          0        336          0          0
1800.10/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   root node        :          -          7          -          -          7          -          -          -          -
1800.10/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.61	c   integral         :          0          0          0     276039          0        203      10889          0          0     545626
1800.10/1800.61	c   knapsack         :          7         17    1759715          3          0      11272     314107         71          0          0
1800.10/1800.61	c   linear           :        336         17    1748437          0          0     174103   13473334          1          0          0
1800.10/1800.61	c   logicor          :          0+         0     692441          0          0       8480     388865          0          0          0
1800.10/1800.61	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.10/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.61	c   integral         :      62.09       0.00       0.00      62.09       0.00
1800.10/1800.61	c   knapsack         :      14.76       0.00      14.76       0.00       0.00
1800.10/1800.61	c   linear           :     573.11       0.01     573.10       0.00       0.00
1800.10/1800.61	c   logicor          :      88.32       0.00      88.32       0.00       0.00
1800.10/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.61	c   rootredcost      :       0.72         16          0          1
1800.10/1800.61	c   pseudoobj        :       2.61    1760037        479       9855
1800.10/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.61	c   propagation      :      19.30     194334     193914    1287694       25.0       4971       17.9          -
1800.10/1800.61	c   infeasible LP    :       2.83      74094          1          8       27.5          0        0.0          0
1800.10/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.61	c   pseudo solution  :       0.00          3          3          3        1.7          0        0.0          -
1800.10/1800.61	c   applied globally :          -          -          -     487700       21.1          -          -          -
1800.10/1800.61	c   applied locally  :          -          -          -          2       41.0          -          -          -
1800.10/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.61	c   cut pool         :       0.01         16          -          -       3192          -    (maximal pool size: 3426)
1800.10/1800.61	c   redcost          :       4.18     279976          0       5672          0          0
1800.10/1800.61	c   impliedbounds    :       0.00         17          0          0         19          0
1800.10/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.61	c   gomory           :       0.14         17          0          0        123          0
1800.10/1800.61	c   strongcg         :       0.14         17          0          0        206          0
1800.10/1800.61	c   cmir             :       0.61         10          0          0       1997          0
1800.10/1800.61	c   flowcover        :       0.56         10          0          0       1710          0
1800.10/1800.61	c   clique           :       0.00          1          0          0          0          0
1800.10/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.10/1800.61	c Pricers            :       Time      Calls       Vars
1800.10/1800.61	c   problem variables:       0.00          0          0
1800.10/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.61	c   relpscost        :      61.63     276036        203      10889          0          0     545626
1800.10/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   inference        :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.61	c   LP solutions     :       0.03          -          3
1800.10/1800.61	c   pseudo solutions :       0.00          -          0
1800.10/1800.61	c   intshifting      :       0.01          0          0
1800.10/1800.61	c   oneopt           :       0.29         16          0
1800.10/1800.61	c   feaspump         :       0.87         10          0
1800.10/1800.61	c   crossover        :       0.89         11          0
1800.10/1800.61	c   pscostdiving     :      11.38        366          1
1800.10/1800.61	c   fracdiving       :       4.42        366          2
1800.10/1800.61	c   veclendiving     :       7.89        366          3
1800.10/1800.61	c   linesearchdiving :      10.64        366          0
1800.10/1800.61	c   guideddiving     :       8.33        367          2
1800.10/1800.61	c   coefdiving       :       6.58        367          5
1800.10/1800.61	c   objpscostdiving  :       6.92        184          0
1800.10/1800.61	c   rootsoldiving    :       4.97        184          0
1800.10/1800.61	c   simplerounding   :       0.33          0          0
1800.10/1800.61	c   rounding         :       0.97       7447          0
1800.10/1800.61	c   shifting         :      10.60       2292          0
1800.10/1800.61	c   fixandinfer      :       0.00          0          0
1800.10/1800.61	c   intdiving        :       0.00          0          0
1800.10/1800.61	c   actconsdiving    :       0.00          0          0
1800.10/1800.61	c   octane           :       0.00          0          0
1800.10/1800.61	c   rens             :       0.01          0          0
1800.10/1800.61	c   rins             :       0.00          0          0
1800.10/1800.61	c   localbranching   :       0.00          0          0
1800.10/1800.61	c   mutation         :       0.00          0          0
1800.10/1800.61	c   dins             :       0.00          0          0
1800.10/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.61	c   primal LP        :       0.02          0          0       0.00       0.00
1800.10/1800.61	c   dual LP          :     695.45     340434    5859976      17.21    8426.16
1800.10/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.61	c   diving/probing LP:      46.08      22150     223204      10.08    4843.84
1800.10/1800.61	c   strong branching :      45.34      18842     568323      30.16   12534.69
1800.10/1800.61	c     (at root node) :          -         33       4740     143.64          -
1800.10/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.61	c B&B Tree           :
1800.10/1800.61	c   number of runs   :          1
1800.10/1800.61	c   nodes            :     487895
1800.10/1800.61	c   nodes (total)    :     487895
1800.10/1800.61	c   nodes left       :        217
1800.10/1800.61	c   max depth        :        106
1800.10/1800.61	c   max depth (total):        106
1800.10/1800.61	c   backtracks       :      87459 (17.9%)
1800.10/1800.61	c   delayed cutoffs  :      53410
1800.10/1800.61	c   repropagations   :     635567 (3530908 domain reductions, 44605 cutoffs)
1800.10/1800.61	c   avg switch length:       7.03
1800.10/1800.61	c   switching time   :     175.79
1800.10/1800.61	c Solution           :
1800.10/1800.61	c   Solutions found  :         16 (16 improvements)
1800.10/1800.61	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 477777 nodes, 1745.32 seconds, depth 23, found by <relaxation>)
1800.10/1800.61	c   Dual Bound       : +3.20000000000000e+01
1800.10/1800.61	c   Gap              :       6.25 %
1800.10/1800.61	c   Root Dual Bound  : +7.33333333333333e+00
1800.10/1800.66	c Time complete: 1800.16.

Verifier Data

OK	34

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869359-1245171486/watcher-1869359-1245171486 -o /tmp/evaluation-result-1869359-1245171486/solver-1869359-1245171486 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869359-1245171486.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11876
/proc/meminfo: memFree=1844288/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=5812 CPUtime=0
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 69851475 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/11876/statm: 1453 504 333 1256 0 192 0

[startup+0.0411231 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11876
/proc/meminfo: memFree=1844288/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=10788 CPUtime=0.03
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 1959 0 0 0 3 0 0 0 18 0 1 0 69851475 11046912 1590 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 2697 1602 406 1256 0 1436 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10788

[startup+0.101131 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11876
/proc/meminfo: memFree=1844288/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=17780 CPUtime=0.09
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 3626 0 0 0 9 0 0 0 18 0 1 0 69851475 18206720 3256 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 4445 3256 488 1256 0 3184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17780

[startup+0.301154 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11876
/proc/meminfo: memFree=1844288/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=20648 CPUtime=0.29
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 4246 0 0 0 28 1 0 0 19 0 1 0 69851475 21143552 3876 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 5162 3876 642 1256 0 3901 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20648

[startup+0.701201 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 11876
/proc/meminfo: memFree=1844288/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=23356 CPUtime=0.69
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 4896 0 0 0 67 2 0 0 22 0 1 0 69851475 23916544 4524 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 5839 4524 669 1256 0 4578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23356

[startup+1.50129 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1827576/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=25856 CPUtime=1.49
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 5434 0 0 0 146 3 0 0 25 0 1 0 69851475 26476544 5060 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 6464 5060 669 1256 0 5203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25856

[startup+3.10148 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1824568/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=28560 CPUtime=3.09
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 6381 0 0 0 305 4 0 0 25 0 1 0 69851475 29245440 6007 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 7140 6007 680 1256 0 5879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28560

[startup+6.30185 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1822336/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=28560 CPUtime=6.29
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 6458 0 0 0 623 6 0 0 25 0 1 0 69851475 29245440 6084 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 7140 6084 681 1256 0 5879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28560

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1822080/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=28560 CPUtime=12.69
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 6526 0 0 0 1256 13 0 0 25 0 1 0 69851475 29245440 6152 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 7140 6152 689 1256 0 5879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28560

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1822016/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=28560 CPUtime=25.48
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 6549 0 0 0 2526 22 0 0 25 0 1 0 69851475 29245440 6175 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 7140 6175 690 1256 0 5879 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28560

[startup+51.101 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 11877
/proc/meminfo: memFree=1820480/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=31700 CPUtime=51.07
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 8709 0 0 0 5065 42 0 0 25 0 1 0 69851475 32460800 6577 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 7925 6577 690 1256 0 6664 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31700

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 11879
/proc/meminfo: memFree=1814464/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=37676 CPUtime=102.26
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 18397 0 0 0 10139 87 0 0 25 0 1 0 69851475 38580224 8082 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 9419 8082 693 1256 0 8158 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37676

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11879
/proc/meminfo: memFree=1808768/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=43176 CPUtime=162.24
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 34592 0 0 0 16084 140 0 0 25 0 1 0 69851475 44212224 9539 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 10794 9539 701 1256 0 9533 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43176

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1803904/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=46800 CPUtime=222.22
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 38215 0 0 0 22024 198 0 0 25 0 1 0 69851475 47923200 10672 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 11700 10672 701 1256 0 10439 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 46800

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1798656/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=52964 CPUtime=282.2
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 46166 0 0 0 27960 260 0 0 25 0 1 0 69851475 54235136 11770 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 13241 11770 701 1256 0 11980 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52964

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1794944/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=57036 CPUtime=342.18
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 51686 0 0 0 33896 322 0 0 25 0 1 0 69851475 58404864 12905 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 14259 12905 701 1256 0 12998 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 57036

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1788928/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=62632 CPUtime=402.16
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 54421 0 0 0 39831 385 0 0 25 0 1 0 69851475 64135168 14386 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 15658 14386 701 1256 0 14397 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 62632

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1784704/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=66088 CPUtime=462.15
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 55474 0 0 0 45773 442 0 0 25 0 1 0 69851475 67674112 15438 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 16522 15438 701 1256 0 15261 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 66088

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1779648/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=70900 CPUtime=522.13
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 56739 0 0 0 51709 504 0 0 25 0 1 0 69851475 72601600 16703 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 17725 16703 701 1256 0 16464 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 70900

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1771648/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=79904 CPUtime=582.12
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 59464 0 0 0 57648 564 0 0 25 0 1 0 69851475 81821696 18722 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 19976 18722 701 1256 0 18715 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 79904

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1769152/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=83032 CPUtime=642.11
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 61537 0 0 0 63589 622 0 0 25 0 1 0 69851475 85024768 19295 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 20758 19295 701 1256 0 19497 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 83032

[startup+702.302 s]

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

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1761088/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=90536 CPUtime=822.06
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 68247 0 0 0 81398 808 0 0 25 0 1 0 69851475 92708864 21295 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22634 21295 701 1256 0 21373 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 90536

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1759680/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=91928 CPUtime=882.04
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 70346 0 0 0 87333 871 0 0 25 0 1 0 69851475 94134272 21603 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22982 21603 701 1256 0 21721 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 91928

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1760256/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=90912 CPUtime=942.02
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 71782 0 0 0 93271 931 0 0 25 0 1 0 69851475 93093888 21489 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22728 21489 701 1256 0 21467 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 90912

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1760128/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=91344 CPUtime=1002.01
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 72349 0 0 0 99208 993 0 0 25 0 1 0 69851475 93536256 21498 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22836 21498 701 1256 0 21575 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 91344

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1759232/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92312 CPUtime=1061.99
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 73959 0 0 0 105151 1048 0 0 25 0 1 0 69851475 94527488 21722 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23078 21722 701 1256 0 21817 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 92312

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1759360/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92264 CPUtime=1121.98
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 75457 0 0 0 111088 1110 0 0 25 0 1 0 69851475 94478336 21670 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23066 21670 701 1256 0 21805 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 92264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758848/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92180 CPUtime=1181.96
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 75935 0 0 0 117025 1171 0 0 25 0 1 0 69851475 94392320 21782 1992294400 4194304 9342243 548682068736 18446744073709551615 5020319 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23045 21782 701 1256 0 21784 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 92180

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1757760/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92096 CPUtime=1241.94
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 79426 0 0 0 122960 1234 0 0 25 0 1 0 69851475 94306304 22030 1992294400 4194304 9342243 548682068736 18446744073709551615 5061462 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23024 22030 701 1256 0 21763 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 92096

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758592/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92356 CPUtime=1301.93
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 82852 0 0 0 128900 1293 0 0 25 0 1 0 69851475 94572544 21827 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23089 21827 701 1256 0 21828 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 92356

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758848/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92304 CPUtime=1361.91
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 83651 0 0 0 134832 1359 0 0 25 0 1 0 69851475 94519296 21753 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23076 21753 701 1256 0 21815 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 92304

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758976/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92076 CPUtime=1421.9
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 85138 0 0 0 140765 1425 0 0 25 0 1 0 69851475 94285824 21695 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23019 21695 701 1256 0 21758 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 92076

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758720/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=91520 CPUtime=1481.88
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 89107 0 0 0 146695 1493 0 0 25 0 1 0 69851475 93716480 21754 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22880 21754 701 1256 0 21619 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 91520

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758656/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92328 CPUtime=1541.86
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 92635 0 0 0 152628 1558 0 0 25 0 1 0 69851475 94543872 21775 1992294400 4194304 9342243 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23082 21775 701 1256 0 21821 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 92328

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1759168/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92284 CPUtime=1601.85
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 96690 0 0 0 158559 1626 0 0 25 0 1 0 69851475 94498816 21742 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23071 21742 701 1256 0 21810 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 92284

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758848/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=91540 CPUtime=1661.83
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 102191 0 0 0 164493 1690 0 0 25 0 1 0 69851475 93736960 21712 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 22885 21712 702 1256 0 21624 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 91540

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1758208/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=92972 CPUtime=1721.82
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 106002 0 0 0 170428 1754 0 0 25 0 1 0 69851475 95203328 21867 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23243 21867 702 1256 0 21982 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 92972

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1756416/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=93040 CPUtime=1781.8
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 111063 0 0 0 176360 1820 0 0 25 0 1 0 69851475 95272960 22260 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23260 22260 702 1256 0 21999 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 93040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11885
/proc/meminfo: memFree=1757632/2055920 swapFree=4192952/4192956
[pid=11876] ppid=11874 vsize=93068 CPUtime=1800.1
/proc/11876/stat : 11876 (pbscip.linux.x8) R 11874 11876 11757 0 -1 4194304 113394 0 0 0 178170 1840 0 0 25 0 1 0 69851475 95301632 21994 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11876/statm: 23267 21994 702 1256 0 22006 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 93068

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.66
CPU time (s): 1800.17
CPU user time (s): 1781.74
CPU system time (s): 18.4232
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 100360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.74
system time used= 18.4232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113399
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= 4
involuntary context switches= 2320

runsolver used 1.24581 second user time and 3.80242 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-16 18:58:06
IDJOB=1869359
IDBENCH=2642
IDSOLVER=684
FILE ID=node20/1869359-1245171486
PBS_JOBID= 9363883
Free space on /tmp= 66324 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869359-1245171486/watcher-1869359-1245171486 -o /tmp/evaluation-result-1869359-1245171486/solver-1869359-1245171486 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869359-1245171486.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6d3802f2f17c83a21ccf6c0752b41678
RANDOM SEED=372012543

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844704 kB
Buffers:         37008 kB
Cached:          87904 kB
SwapCached:          4 kB
Active:          64772 kB
Inactive:        73648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844704 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11852 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            58824 kB
Committed_AS:   133080 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node20 at 2009-06-16 19:28:09