Trace number 1870442

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-113 1800.22 1800.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_2.opb
MD5SUM8d62286ae12c02f1d9e42b05c51333f2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-113
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

Quality of the solution as a function of time


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

Solver Data

0.04/0.05	c SCIP version 1.1.0.7
0.04/0.05	c LP-Solver SoPlex 1.4.1
0.04/0.05	c user parameter file <scip.set> not found - using default parameters
0.04/0.05	c read problem <HOME/instance-1870442-1245204405.opb>
0.04/0.05	c original problem has 3664 variables (3664 bin, 0 int, 0 impl, 0 cont) and 3664 constraints
0.04/0.08	c start presolving problem
0.04/0.08	c presolving:
0.19/0.25	c (round 1) 3164 del vars, 500 del conss, 3164 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12656 impls, 0 clqs
0.39/0.42	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.42	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  3164 deleted vars, 500 deleted constraints, 3164 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  18984 implications, 0 cliques
0.39/0.42	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3164 constraints
0.39/0.42	c    3164 constraints of type <and>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.18
0.39/0.42	c OPT-NLC
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = c 1620
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = c 1791
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = c 10000
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving problem
0.39/0.42	c 
0.49/0.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c   0.3s|     1 |     0 |   556 |  12M|   0 | 500 | 500 |3164 |3164 | 500 |3164 |   0 |   0 |   0 |-2.500000e+02 |      --      |    Inf 
0.49/0.53	o -77
0.49/0.53	c R 0.3s|     1 |     0 |   556 |  12M|   0 | 500 | 500 |3164 |3164 | 500 |3164 |   0 |   0 |   0 |-2.500000e+02 |-7.700000e+01 |  69.20%
0.69/0.74	c   0.5s|     1 |     0 |   726 |  12M|   0 | 489 | 500 |3164 |3164 | 500 |3177 |  13 |   0 |   0 |-2.445000e+02 |-7.700000e+01 |  68.51%
0.89/0.92	c   0.7s|     1 |     0 |   815 |  12M|   0 | 483 | 500 |3164 |3164 | 500 |3185 |  21 |   0 |   0 |-2.415000e+02 |-7.700000e+01 |  68.12%
0.89/0.93	o -80
0.89/0.93	c R 0.7s|     1 |     0 |   815 |  12M|   0 | 483 | 500 |3164 |3164 | 500 |3185 |  21 |   0 |   0 |-2.415000e+02 |-8.000000e+01 |  66.87%
1.10/1.18	c   0.9s|     1 |     0 |  1005 |  12M|   0 | 476 | 500 |3164 |3164 | 500 |3194 |  30 |   0 |   0 |-2.380000e+02 |-8.000000e+01 |  66.39%
1.10/1.18	o -83
1.10/1.18	c R 0.9s|     1 |     0 |  1005 |  12M|   0 | 476 | 500 |3164 |3164 | 500 |3194 |  30 |   0 |   0 |-2.380000e+02 |-8.300000e+01 |  65.13%
1.29/1.39	c   1.1s|     1 |     0 |  1136 |  12M|   0 | 469 | 500 |3164 |3164 | 500 |3203 |  39 |   0 |   0 |-2.345000e+02 |-8.300000e+01 |  64.61%
1.59/1.66	c   1.4s|     1 |     0 |  1307 |  12M|   0 | 465 | 500 |3164 |3164 | 500 |3212 |  48 |   0 |   0 |-2.325000e+02 |-8.300000e+01 |  64.30%
1.99/2.02	c   1.8s|     1 |     0 |  1571 |  12M|   0 | 461 | 500 |3164 |3164 | 500 |3221 |  57 |   0 |   0 |-2.305000e+02 |-8.300000e+01 |  63.99%
2.29/2.37	c   2.1s|     1 |     0 |  1823 |  12M|   0 | 457 | 500 |3164 |3164 | 500 |3229 |  65 |   0 |   0 |-2.285000e+02 |-8.300000e+01 |  63.68%
2.59/2.69	c   2.4s|     1 |     0 |  2038 |  12M|   0 | 455 | 500 |3164 |3164 | 500 |3237 |  73 |   0 |   0 |-2.275000e+02 |-8.300000e+01 |  63.52%
2.98/3.01	c   2.7s|     1 |     0 |  2226 |  12M|   0 | 452 | 500 |3164 |3164 | 500 |3243 |  79 |   0 |   0 |-2.260000e+02 |-8.300000e+01 |  63.27%
3.39/3.45	c   3.2s|     1 |     0 |  2525 |  12M|   0 | 449 | 500 |3164 |3164 | 500 |3252 |  88 |   0 |   0 |-2.245000e+02 |-8.300000e+01 |  63.03%
3.79/3.90	c   3.6s|     1 |     0 |  2942 |  12M|   0 | 443 | 500 |3164 |3164 | 500 | 789 |  95 |   0 |   0 |-2.215000e+02 |-8.300000e+01 |  62.53%
3.98/4.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.98/4.06	c   3.8s|     1 |     0 |  3248 |  12M|   0 | 415 | 500 |3164 |3164 | 500 | 796 | 102 |   0 |   0 |-2.195000e+02 |-8.300000e+01 |  62.19%
4.19/4.20	c   3.9s|     1 |     0 |  3480 |  12M|   0 | 436 | 500 |3164 |3164 | 500 | 897 | 203 |   0 |   0 |-2.185000e+02 |-8.300000e+01 |  62.01%
4.38/4.45	c   4.1s|     1 |     0 |  3791 |  13M|   0 | 429 | 500 |3164 |3164 | 500 | 920 | 226 |   0 |   0 |-2.170000e+02 |-8.300000e+01 |  61.75%
4.58/4.61	c   4.3s|     1 |     0 |  4053 |  13M|   0 | 432 | 500 |3164 |3164 | 500 | 947 | 253 |   0 |   0 |-2.160000e+02 |-8.300000e+01 |  61.57%
4.79/4.88	c   4.6s|     1 |     0 |  4459 |  13M|   0 | 436 | 500 |3164 |3164 | 500 | 958 | 264 |   0 |   0 |-2.147500e+02 |-8.300000e+01 |  61.35%
5.18/5.25	c   4.9s|     1 |     0 |  4912 |  13M|   0 | 453 | 500 |3164 |3164 | 500 | 828 | 356 |   0 |   0 |-2.133333e+02 |-8.300000e+01 |  61.09%
5.48/5.53	c   5.2s|     1 |     0 |  5224 |  14M|   0 | 423 | 500 |3164 |3164 | 500 |1020 | 548 |   0 |   0 |-2.123333e+02 |-8.300000e+01 |  60.91%
5.68/5.73	c   5.4s|     1 |     0 |  5528 |  14M|   0 | 406 | 500 |3164 |3164 | 500 |1048 | 576 |   0 |   0 |-2.115000e+02 |-8.300000e+01 |  60.76%
5.98/6.03	c   5.7s|     1 |     0 |  6034 |  14M|   0 | 415 | 500 |3164 |3164 | 500 |1117 | 645 |   0 |   0 |-2.105000e+02 |-8.300000e+01 |  60.57%
6.28/6.31	c   6.0s|     1 |     0 |  6570 |  14M|   0 | 397 | 500 |3164 |3164 | 500 |1149 | 677 |   0 |   0 |-2.091250e+02 |-8.300000e+01 |  60.31%
6.48/6.52	c   6.2s|     1 |     0 |  6933 |  14M|   0 | 413 | 500 |3164 |3164 | 500 |1229 | 757 |   0 |   0 |-2.083750e+02 |-8.300000e+01 |  60.17%
6.68/6.74	c   6.4s|     1 |     0 |  7332 |  14M|   0 | 416 | 500 |3164 |3164 | 500 |1062 | 784 |   0 |   0 |-2.075000e+02 |-8.300000e+01 |  60.00%
6.88/6.90	c   6.6s|     1 |     0 |  7579 |  14M|   0 | 415 | 500 |3164 |3164 | 500 |1069 | 791 |   0 |   0 |-2.070000e+02 |-8.300000e+01 |  59.90%
7.08/7.13	c   6.8s|     1 |     0 |  7992 |  14M|   0 | 410 | 500 |3164 |3164 | 500 |1085 | 807 |   0 |   0 |-2.063333e+02 |-8.300000e+01 |  59.77%
7.28/7.38	c   7.0s|     1 |     0 |  8460 |  15M|   0 | 418 | 500 |3164 |3164 | 500 |1112 | 834 |   0 |   0 |-2.060000e+02 |-8.300000e+01 |  59.71%
7.59/7.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.59/7.64	c   7.3s|     1 |     0 |  8783 |  15M|   0 | 430 | 500 |3164 |3164 | 500 |1142 | 864 |   0 |   0 |-2.060000e+02 |-8.300000e+01 |  59.71%
7.98/8.00	c   7.6s|     1 |     0 |  9400 |  15M|   0 | 416 | 500 |3164 |3164 | 500 |1240 | 962 |   0 |   0 |-2.050000e+02 |-8.300000e+01 |  59.51%
8.28/8.33	c   8.0s|     1 |     0 | 10009 |  15M|   0 | 441 | 500 |3164 |3164 | 500 | 876 | 978 |   0 |   0 |-2.045000e+02 |-8.300000e+01 |  59.41%
8.48/8.56	c   8.2s|     1 |     0 | 10347 |  15M|   0 | 390 | 500 |3164 |3164 | 500 | 987 |1089 |   0 |   0 |-2.030000e+02 |-8.300000e+01 |  59.11%
8.68/8.77	c   8.4s|     1 |     0 | 10645 |  16M|   0 | 402 | 500 |3164 |3164 | 500 |1042 |1144 |   0 |   0 |-2.022500e+02 |-8.300000e+01 |  58.96%
8.98/9.06	c   8.7s|     1 |     0 | 11309 |  16M|   0 | 427 | 500 |3164 |3164 | 500 |1076 |1178 |   0 |   0 |-2.015000e+02 |-8.300000e+01 |  58.81%
9.28/9.36	c   9.0s|     1 |     0 | 11759 |  16M|   0 | 412 | 500 |3164 |3164 | 500 |1156 |1258 |   0 |   0 |-2.010000e+02 |-8.300000e+01 |  58.71%
9.48/9.54	c   9.2s|     1 |     0 | 12043 |  16M|   0 | 396 | 500 |3164 |3164 | 500 |1166 |1268 |   0 |   0 |-2.005000e+02 |-8.300000e+01 |  58.60%
9.68/9.80	c   9.4s|     1 |     0 | 12491 |  16M|   0 | 403 | 500 |3164 |3164 | 500 | 953 |1297 |   0 |   0 |-1.992500e+02 |-8.300000e+01 |  58.34%
9.98/10.07	c   9.7s|     1 |     0 | 12926 |  16M|   0 | 401 | 500 |3164 |3164 | 500 | 974 |1318 |   0 |   0 |-1.988000e+02 |-8.300000e+01 |  58.25%
10.18/10.28	c   9.9s|     1 |     0 | 13283 |  16M|   0 | 393 | 500 |3164 |3164 | 500 |1041 |1385 |   0 |   0 |-1.985000e+02 |-8.300000e+01 |  58.19%
10.58/10.60	c  10.2s|     1 |     0 | 13814 |  16M|   0 | 429 | 500 |3164 |3164 | 500 |1059 |1403 |   0 |   0 |-1.981000e+02 |-8.300000e+01 |  58.10%
10.78/10.89	c  10.5s|     1 |     0 | 14262 |  16M|   0 | 426 | 500 |3164 |3164 | 500 |1123 |1467 |   0 |   0 |-1.973529e+02 |-8.300000e+01 |  57.94%
11.18/11.23	c  10.8s|     1 |     0 | 14827 |  17M|   0 | 418 | 500 |3164 |3164 | 500 |1202 |1546 |   0 |   0 |-1.965000e+02 |-8.300000e+01 |  57.76%
11.58/11.65	c  11.2s|     1 |     0 | 15415 |  17M|   0 | 390 | 500 |3164 |3164 | 500 | 925 |1554 |   0 |   0 |-1.960000e+02 |-8.300000e+01 |  57.65%
11.78/11.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.78/11.81	c  11.4s|     1 |     0 | 15701 |  17M|   0 | 418 | 500 |3164 |3164 | 500 | 937 |1566 |   0 |   0 |-1.956000e+02 |-8.300000e+01 |  57.57%
11.98/12.06	c  11.7s|     1 |     0 | 16116 |  17M|   0 | 427 | 500 |3164 |3164 | 500 | 983 |1612 |   0 |   0 |-1.953125e+02 |-8.300000e+01 |  57.50%
12.28/12.36	c  11.9s|     1 |     0 | 16611 |  17M|   0 | 448 | 500 |3164 |3164 | 500 |1102 |1731 |   0 |   0 |-1.950102e+02 |-8.300000e+01 |  57.44%
12.48/12.59	c  12.2s|     1 |     0 | 16864 |  17M|   0 | 413 | 500 |3164 |3164 | 500 |1199 |1828 |   0 |   0 |-1.947798e+02 |-8.300000e+01 |  57.39%
12.77/12.81	c  12.4s|     1 |     0 | 17194 |  18M|   0 | 400 | 500 |3164 |3164 | 500 |1211 |1840 |   0 |   0 |-1.947292e+02 |-8.300000e+01 |  57.38%
13.09/13.13	c  12.7s|     1 |     0 | 17577 |  18M|   0 | 410 | 500 |3164 |3164 | 500 |1030 |1841 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
13.58/13.61	c  13.2s|     1 |     0 | 18296 |  18M|   0 | 423 | 500 |3164 |3164 | 500 |1033 |1844 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
13.88/13.98	c  13.6s|     1 |     0 | 18727 |  18M|   0 | 417 | 500 |3164 |3164 | 500 |1090 |1901 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
14.28/14.33	c  13.9s|     1 |     0 | 19139 |  18M|   0 | 424 | 500 |3164 |3164 | 500 |1110 |1921 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
14.78/14.89	c  14.5s|     1 |     0 | 19913 |  18M|   0 | 421 | 500 |3164 |3164 | 500 |1146 |1957 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
15.17/15.30	c  14.9s|     1 |     0 | 20503 |  18M|   0 | 430 | 500 |3164 |3164 | 500 |1156 |1967 |   0 |   0 |-1.940000e+02 |-8.300000e+01 |  57.22%
26.57/26.65	c  26.1s|     1 |     2 | 20503 |  18M|   0 | 430 | 500 |3164 |3164 | 500 |1156 |1967 |   0 |  21 |-1.940000e+02 |-8.300000e+01 |  57.22%
50.56/50.68	o -93
50.56/50.68	c R50.0s|    40 |    39 | 29021 |  18M|  38 |  69 | 500 |3164 | 195 | 500 |1124 |4409 |   0 | 665 |-1.940000e+02 |-9.300000e+01 |  52.06%
50.75/50.83	o -97
50.75/50.83	c *50.1s|    43 |    41 | 29038 |  18M|  41 |   - | 500 |3164 | 150 | 500 |1124 |4409 |   0 | 710 |-1.940000e+02 |-9.700000e+01 |  50.00%
50.75/50.87	o -99
50.75/50.87	c *50.2s|    45 |    38 | 29043 |  18M|  41 |   - | 500 |3164 | 159 | 500 |1126 |4411 |   0 | 721 |-1.940000e+02 |-9.900000e+01 |  48.97%
50.75/50.88	o -100
50.75/50.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.75/50.88	c *50.2s|    46 |    36 | 29052 |  18M|  41 |   - | 500 |3164 | 218 | 500 |1122 |4413 |   0 | 721 |-1.940000e+02 |-1.000000e+02 |  48.45%
159.02/159.15	o -101
159.02/159.15	c v 157s|  1326 |  1071 |283206 |  20M|  43 |   - | 500 |3164 | 212 | 500 |1121 |  42k|   0 |1824 |-1.927500e+02 |-1.010000e+02 |  47.60%
218.20/218.30	o -102
218.20/218.30	c R 216s|  2296 |  1780 |452545 |  21M|  43 |   - | 500 |3164 | 245 | 500 |1133 |  65k|   0 |2047 |-1.915000e+02 |-1.020000e+02 |  46.74%
228.30/228.40	o -103
228.30/228.40	c R 226s|  2587 |  1913 |480195 |  22M|  43 |   - | 500 |3164 | 221 | 500 |1137 |  70k|   0 |2108 |-1.912500e+02 |-1.030000e+02 |  46.14%
251.08/251.25	o -104
251.08/251.25	c * 249s|  3045 |  2136 |540881 |  22M|  43 |   - | 500 |3164 | 273 | 500 |1131 |  79k|   0 |2288 |-1.910000e+02 |-1.040000e+02 |  45.55%
289.87/290.06	o -105
289.87/290.06	c * 287s|  4241 |  2515 |654143 |  23M|  49 |   - | 500 |3164 | 241 | 500 |1185 |  95k|   0 |2405 |-1.905000e+02 |-1.050000e+02 |  44.88%
341.96/342.14	o -106
341.96/342.14	c * 339s|  6033 |  2945 |802041 |  24M|  51 |   - | 500 |3164 | 310 | 500 |1130 | 117k|   0 |2609 |-1.895000e+02 |-1.060000e+02 |  44.06%
452.02/452.27	c   448s| 10000 |  3808 |  1114k|  26M|  51 | 138 | 500 |3164 | 366 | 500 |1113 | 162k|   0 |3224 |-1.885000e+02 |-1.060000e+02 |  43.77%
509.50/509.71	o -107
509.50/509.71	c * 504s| 12647 |  4208 |  1290k|  27M|  51 |   - | 500 |3164 | 213 | 500 |1164 | 187k|   0 |3224 |-1.880000e+02 |-1.070000e+02 |  43.09%
587.67/587.97	o -108
587.67/587.97	c * 582s| 16576 |  4868 |  1533k|  28M|  51 |   - | 500 |3164 | 287 | 500 |1204 | 226k|   0 |3263 |-1.875000e+02 |-1.080000e+02 |  42.40%
657.05/657.38	c   651s| 20000 |  5226 |  1739k|  29M|  51 | 146 | 500 |3164 | 410 | 500 |1081 | 257k|   0 |3559 |-1.875000e+02 |-1.080000e+02 |  42.40%
851.49/851.87	c   843s| 30000 |  6294 |  2306k|  32M|  57 |   - | 500 |3164 | 357 | 500 |1163 | 332k|   0 |4340 |-1.865000e+02 |-1.080000e+02 |  42.09%
968.24/968.62	o -109
968.24/968.62	c * 958s| 36490 |  6950 |  2653k|  33M|  57 |   - | 500 |3164 | 339 | 500 |1193 | 380k|   0 |4632 |-1.860000e+02 |-1.090000e+02 |  41.40%
1035.62/1036.08	c  1025s| 40000 |  7296 |  2856k|  34M|  57 |   - | 500 |3164 | 332 | 500 |1163 | 413k|   0 |4919 |-1.860000e+02 |-1.090000e+02 |  41.40%
1144.59/1145.02	o -110
1144.59/1145.02	c *1133s| 46199 |  7927 |  3180k|  36M|  57 |   - | 500 |3164 | 293 | 500 |1152 | 457k|   0 |5230 |-1.855000e+02 |-1.100000e+02 |  40.70%
1204.27/1204.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.27/1204.75	c  1192s| 50000 |  8228 |  3354k|  37M|  58 | 163 | 500 |3164 | 424 | 500 |1145 | 479k|   0 |5483 |-1.855000e+02 |-1.100000e+02 |  40.70%
1213.67/1214.13	o -111
1213.67/1214.13	c *1201s| 50460 |  8249 |  3383k|  37M|  58 |   - | 500 |3164 | 323 | 500 |1158 | 483k|   0 |5483 |-1.855000e+02 |-1.110000e+02 |  40.16%
1258.85/1259.33	o -112
1258.85/1259.33	c *1246s| 53063 |  8491 |  3518k|  37M|  58 |   - | 500 |3164 | 335 | 500 |1164 | 502k|   0 |5619 |-1.855000e+02 |-1.120000e+02 |  39.62%
1270.54/1271.02	o -113
1270.54/1271.02	c *1258s| 53903 |  8515 |  3551k|  37M|  58 |   - | 500 |3164 | 372 | 500 |1152 | 507k|   0 |5696 |-1.855000e+02 |-1.130000e+02 |  39.08%
1380.30/1380.81	c  1366s| 60000 |  9242 |  3888k|  39M|  58 | 170 | 500 |3164 | 421 | 500 |1167 | 558k|   0 |5993 |-1.850000e+02 |-1.130000e+02 |  38.92%
1534.86/1535.48	c  1519s| 70000 | 10086 |  4363k|  41M|  58 |   - | 500 |3164 | 390 | 500 |1128 | 631k|   0 |6292 |-1.850000e+02 |-1.130000e+02 |  38.92%
1694.60/1695.27	c  1677s| 80000 | 10894 |  4850k|  43M|  58 | 175 | 500 |3164 | 463 | 500 |1151 | 706k|   0 |6752 |-1.845000e+02 |-1.130000e+02 |  38.75%
1800.07/1800.71	c 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time (sec) : 1781.51
1800.07/1800.71	c Solving Nodes      : 86562
1800.07/1800.71	c Primal Bound       : -1.13000000000000e+02 (22 solutions)
1800.07/1800.71	c Dual Bound         : -1.84500000000000e+02
1800.07/1800.71	c Gap                : 38.75 %
1800.07/1800.71	c NODE         86562
1800.07/1800.71	c DUAL BOUND   -184.5
1800.07/1800.71	c PRIMAL BOUND -113
1800.07/1800.71	c GAP          0.387534
1800.07/1800.71	s SATISFIABLE
1800.07/1800.71	v -x500 -x499 -x498 -x497 -x496 x495 -x494 -x493 -x492 x491 -x490 x489 -x488 -x487 -x486 x485 -x484 -x483 -x482 x481 x480 x479 x478 
1800.07/1800.71	v x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 x468 -x467 x466 x465 -x464 x463 -x462 x461 -x460 -x459 -x458 x457 x456 
1800.07/1800.71	v -x455 -x454 x453 -x452 -x451 -x450 x449 -x448 -x447 -x446 x445 -x444 -x443 -x442 -x441 x440 -x439 x438 -x437 x436 x435 -x434 
1800.07/1800.71	v -x433 x432 -x431 x430 -x429 -x428 -x427 x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 
1800.07/1800.71	v -x411 -x410 -x409 x408 -x407 -x406 -x405 -x404 x403 x402 -x401 -x400 x399 -x398 x397 -x396 -x395 -x394 -x393 x392 -x391 
1800.07/1800.71	v -x390 -x389 -x388 -x387 -x386 -x385 -x384 x383 -x382 x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 x369 
1800.07/1800.71	v -x368 -x367 -x366 -x365 x364 -x363 -x362 -x361 -x360 -x359 x358 -x357 -x356 -x355 x354 -x353 -x352 x351 -x350 x349 -x348 
1800.07/1800.71	v -x347 -x346 -x345 -x344 x343 x342 x341 -x340 -x339 -x338 -x337 -x336 x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 
1800.07/1800.71	v -x325 -x324 -x323 x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 x314 -x313 x312 x311 -x310 x309 -x308 -x307 -x306 x305 x304 
1800.07/1800.71	v -x303 x302 x301 x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 x292 -x291 -x290 -x289 x288 x287 -x286 -x285 -x284 -x283 x282 
1800.07/1800.71	v -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 x272 x271 -x270 -x269 x268 -x267 -x266 x265 -x264 -x263 -x262 -x261 
1800.07/1800.71	v -x260 -x259 x258 -x257 -x256 -x255 -x254 -x253 x252 -x251 -x250 -x249 x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 x240 x239 
1800.07/1800.71	v -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 
1800.07/1800.71	v -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 
1800.07/1800.71	v -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 x182 x181 x180 -x179 -x178 x177 -x176 -x175 
1800.07/1800.71	v -x174 -x173 -x172 -x171 x170 -x169 x168 -x167 -x166 -x165 x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 x156 x155 -x154 x153 
1800.07/1800.71	v -x152 x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 x134 x133 -x132 x131 
1800.07/1800.71	v -x130 x129 -x128 -x127 x126 -x125 x124 -x123 -x122 x121 -x120 -x119 x118 x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 
1800.07/1800.71	v -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 
1800.07/1800.71	v x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 
1800.07/1800.71	v -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 x45 -x44 -x43 x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 
1800.07/1800.71	v -x33 -x32 x31 -x30 x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 
1800.07/1800.71	v -x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time       :    1781.51
1800.07/1800.71	c Original Problem   :
1800.07/1800.71	c   Problem name     : HOME/instance-1870442-1245204405.opb
1800.07/1800.71	c   Variables        : 3664 (3664 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 3664 initial, 3664 maximal
1800.07/1800.71	c Presolved Problem  :
1800.07/1800.71	c   Problem name     : t_HOME/instance-1870442-1245204405.opb
1800.07/1800.71	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 3164 initial, 3164 maximal
1800.07/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.72	c   and              :       0.12          0          0          0          0          0          0          0          0
1800.07/1800.72	c   linear           :       0.01       3164          0          0       3164          0        500          0          0
1800.07/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.72	c   integral         :          0          0          0      49215          0         38        190          0          0      98196
1800.07/1800.72	c   and              :       3164     101212     212481         13          0          0     347972     853600          0          0
1800.07/1800.72	c   countsols        :          0          0          0         13          0          0          0          0          0          0
1800.07/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.72	c   integral         :     135.77       0.00       0.00     135.77       0.00
1800.07/1800.72	c   and              :      93.55      72.91      20.64       0.00       0.00
1800.07/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.72	c   rootredcost      :       0.15         17          0          0
1800.07/1800.72	c   pseudoobj        :       7.51     212375          0          0
1800.07/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.72	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.72	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.07/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.72	c   cut pool         :       0.03         51          -          -        239          -    (maximal pool size: 2419)
1800.07/1800.72	c   redcost          :       2.21     101515          0       3059          0          0
1800.07/1800.72	c   impliedbounds    :       0.04         52          0          0       2565          0
1800.07/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.72	c   gomory           :       3.22         52          0          0      25312          0
1800.07/1800.72	c   strongcg         :       0.98         20          0          0      10000          0
1800.07/1800.72	c   cmir             :       0.20         10          0          0          0          0
1800.07/1800.72	c   flowcover        :       0.12         10          0          0          0          0
1800.07/1800.72	c   clique           :       0.19         52          0          0        325          0
1800.07/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.72	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.72	c Pricers            :       Time      Calls       Vars
1800.07/1800.72	c   problem variables:       0.00          0          0
1800.07/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.72	c   relpscost        :     135.57      49202         38        190          0          0      98196
1800.07/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.72	c   LP solutions     :       0.00          -         13
1800.07/1800.72	c   pseudo solutions :       0.00          -          0
1800.07/1800.72	c   oneopt           :       0.16         18          0
1800.07/1800.72	c   crossover        :       0.63         13          0
1800.07/1800.72	c   objpscostdiving  :      22.93         24          0
1800.07/1800.72	c   rootsoldiving    :      10.47         89          0
1800.07/1800.72	c   coefdiving       :      57.36        194          0
1800.07/1800.72	c   pscostdiving     :      62.08        223          0
1800.07/1800.72	c   guideddiving     :      55.03        244          0
1800.07/1800.72	c   fracdiving       :      45.83        284          0
1800.07/1800.72	c   linesearchdiving :      44.70        289          0
1800.07/1800.72	c   veclendiving     :      73.28        340          1
1800.07/1800.72	c   simplerounding   :       0.11          0          0
1800.07/1800.72	c   rounding         :      60.40      33296          6
1800.07/1800.72	c   shifting         :       4.65       2263          2
1800.07/1800.72	c   intshifting      :       0.00          0          0
1800.07/1800.72	c   fixandinfer      :       0.00          0          0
1800.07/1800.72	c   feaspump         :       0.03          0          0
1800.07/1800.72	c   intdiving        :       0.00          0          0
1800.07/1800.72	c   actconsdiving    :       0.00          0          0
1800.07/1800.72	c   octane           :       0.00          0          0
1800.07/1800.72	c   rens             :       0.00          0          0
1800.07/1800.72	c   rins             :       0.00          0          0
1800.07/1800.72	c   localbranching   :       0.00          0          0
1800.07/1800.72	c   mutation         :       0.00          0          0
1800.07/1800.72	c   dins             :       0.00          0          0
1800.07/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.72	c   primal LP        :      29.11          0          0       0.00       0.00
1800.07/1800.72	c   dual LP          :     983.70     138025    3819338      27.67    3882.62
1800.07/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.72	c   diving/probing LP:     323.54      65107    1356624      20.84    4193.06
1800.07/1800.72	c   strong branching :     129.42       7017     489113      69.70    3779.27
1800.07/1800.72	c     (at root node) :          -         21      21000    1000.00          -
1800.07/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.72	c B&B Tree           :
1800.07/1800.72	c   number of runs   :          1
1800.07/1800.72	c   nodes            :      86562
1800.07/1800.72	c   nodes (total)    :      86562
1800.07/1800.72	c   nodes left       :      11430
1800.07/1800.72	c   max depth        :         58
1800.07/1800.72	c   max depth (total):         58
1800.07/1800.72	c   backtracks       :      12915 (14.9%)
1800.07/1800.72	c   delayed cutoffs  :          0
1800.07/1800.72	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.07/1800.72	c   avg switch length:       4.13
1800.07/1800.72	c   switching time   :      45.15
1800.07/1800.72	c Solution           :
1800.07/1800.72	c   Solutions found  :         22 (20 improvements)
1800.07/1800.72	c   Primal Bound     : -1.13000000000000e+02   (in run 1, after 53903 nodes, 1257.64 seconds, depth 43, found by <relaxation>)
1800.07/1800.72	c   Dual Bound       : -1.84500000000000e+02
1800.07/1800.72	c   Gap              :      38.75 %
1800.07/1800.72	c   Root Dual Bound  : -1.94000000000000e+02
1800.16/1800.85	c Time complete: 1800.21.

Verifier Data

OK	-113

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870442-1245204405/watcher-1870442-1245204405 -o /tmp/evaluation-result-1870442-1245204405/solver-1870442-1245204405 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870442-1245204405.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: 1.00 1.00 1.00 2/64 14264
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=7264 CPUtime=0
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 1093 0 0 0 0 0 0 0 18 0 1 0 188040196 7438336 1075 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/14264/statm: 1816 1084 335 886 0 926 0

[startup+0.0491721 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 14264
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=13508 CPUtime=0.04
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 2706 0 0 0 3 1 0 0 18 0 1 0 188040196 13832192 2688 1992294400 4194304 7823515 548682068736 18446744073709551615 5536275 0 0 4096 0 0 0 0 17 1 0 0
/proc/14264/statm: 3377 2688 354 886 0 2487 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13508

[startup+0.10218 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 14264
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=22604 CPUtime=0.09
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 5039 0 0 0 7 2 0 0 18 0 1 0 188040196 23146496 4667 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 5651 4667 404 886 0 4761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22604

[startup+0.301213 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 14264
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=24456 CPUtime=0.29
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 5530 0 0 0 17 12 0 0 19 0 1 0 188040196 25042944 5158 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 6114 5158 425 886 0 5224 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24456

[startup+0.701276 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 14264
/proc/meminfo: memFree=1821128/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=33448 CPUtime=0.69
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 7951 0 0 0 49 20 0 0 22 0 1 0 188040196 34250752 7493 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 8362 7493 543 886 0 7472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33448

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1793216/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=34576 CPUtime=1.49
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 8276 0 0 0 127 22 0 0 25 0 1 0 188040196 35405824 7818 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 8644 7818 543 886 0 7754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34576

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1789312/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=38768 CPUtime=3.09
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 9407 0 0 0 284 25 0 0 25 0 1 0 188040196 39698432 8949 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 9692 8949 545 886 0 8802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38768

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1779200/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=48412 CPUtime=6.28
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 11805 0 0 0 599 29 0 0 25 0 1 0 188040196 49573888 11296 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 12103 11296 546 886 0 11213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48412

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1768768/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=59676 CPUtime=12.67
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 14733 0 0 0 1231 36 0 0 25 0 1 0 188040196 61108224 14157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 14919 14157 547 886 0 14029 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 59676

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1764360/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=62188 CPUtime=25.47
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 15358 0 0 0 2503 44 0 0 25 0 1 0 188040196 63680512 14782 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 15547 14782 554 886 0 14657 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 62188

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1764424/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=62188 CPUtime=51.06
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 15391 0 0 0 5042 64 0 0 25 0 1 0 188040196 63680512 14783 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 15547 14783 555 886 0 14657 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 62188

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1764872/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=61300 CPUtime=102.24
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 16710 0 0 0 10109 115 0 0 25 0 1 0 188040196 62771200 14640 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 15325 14640 566 886 0 14435 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 61300

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1764872/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=61300 CPUtime=162.22
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 18320 0 0 0 16053 169 0 0 25 0 1 0 188040196 62771200 14642 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 15325 14642 566 886 0 14435 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61300

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1764488/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=62044 CPUtime=222.2
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 21466 0 0 0 21996 224 0 0 25 0 1 0 188040196 63533056 14759 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 15511 14759 567 886 0 14621 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 62044

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1760392/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=65784 CPUtime=282.18
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 22476 0 0 0 27938 280 0 0 25 0 1 0 188040196 67362816 15769 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 16446 15769 567 886 0 15556 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 65784

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1759880/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=66348 CPUtime=342.15
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 26356 0 0 0 33878 337 0 0 25 0 1 0 188040196 67940352 15883 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 16587 15883 570 886 0 15697 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 66348

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1759944/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=66356 CPUtime=402.13
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 30146 0 0 0 39820 393 0 0 25 0 1 0 188040196 67948544 15872 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 16589 15872 574 886 0 15699 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 66356

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1757896/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=68272 CPUtime=462.11
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 30677 0 0 0 45757 454 0 0 25 0 1 0 188040196 69910528 16403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 17068 16403 574 886 0 16178 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 68272

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1757256/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=68984 CPUtime=522.09
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 30827 0 0 0 51692 517 0 0 25 0 1 0 188040196 70639616 16553 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 17246 16553 574 886 0 16356 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 68984

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1756616/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=69648 CPUtime=582.08
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 30995 0 0 0 57631 577 0 0 25 0 1 0 188040196 71319552 16721 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 17412 16721 574 886 0 16522 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 69648

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1755784/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=70404 CPUtime=642.06
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 31185 0 0 0 63564 642 0 0 25 0 1 0 188040196 72093696 16911 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 17601 16911 574 886 0 16711 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 70404

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1751688/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=74268 CPUtime=881.98
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34126 0 0 0 87310 888 0 0 25 0 1 0 188040196 76050432 17913 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18567 17913 574 886 0 17677 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 74268

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1751624/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=74268 CPUtime=941.95
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34127 0 0 0 93246 949 0 0 25 0 1 0 188040196 76050432 17914 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18567 17914 574 886 0 17677 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 74268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1751048/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=75028 CPUtime=1001.93
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34289 0 0 0 99183 1010 0 0 25 0 1 0 188040196 76828672 18076 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18757 18076 574 886 0 17867 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 75028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1750792/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=75260 CPUtime=1061.92
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34350 0 0 0 105119 1073 0 0 25 0 1 0 188040196 77066240 18137 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18815 18137 574 886 0 17925 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 75260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1750600/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=75436 CPUtime=1121.89
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34395 0 0 0 111055 1134 0 0 25 0 1 0 188040196 77246464 18182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18859 18182 574 886 0 17969 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 75436

[startup+1182.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 14265
/proc/meminfo: memFree=1750408/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=75584 CPUtime=1181.88
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 34429 0 0 0 116995 1193 0 0 25 0 1 0 188040196 77398016 18216 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18896 18216 574 886 0 18006 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 75584

[startup+1242.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 14265
/proc/meminfo: memFree=1752072/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=73868 CPUtime=1241.85
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 35906 0 0 0 122927 1258 0 0 25 0 1 0 188040196 75640832 17790 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 18467 17790 574 886 0 17577 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 73868

[startup+1302.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 14265
/proc/meminfo: memFree=1747720/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=78140 CPUtime=1301.83
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 40769 0 0 0 128862 1321 0 0 25 0 1 0 188040196 80015360 18858 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 19535 18858 574 886 0 18645 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 78140

[startup+1362.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 14265
/proc/meminfo: memFree=1747336/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=78524 CPUtime=1361.81
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 40866 0 0 0 134790 1391 0 0 25 0 1 0 188040196 80408576 18955 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 19631 18955 574 886 0 18741 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 78524

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14265
/proc/meminfo: memFree=1746504/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=79512 CPUtime=1421.8
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 42961 0 0 0 140724 1456 0 0 25 0 1 0 188040196 81420288 19169 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 19878 19169 574 886 0 18988 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 79512

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1744648/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=81144 CPUtime=1481.77
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 43407 0 0 0 146656 1521 0 0 25 0 1 0 188040196 83091456 19615 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 20286 19615 574 886 0 19396 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 81144

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1743688/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=82248 CPUtime=1541.75
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 43649 0 0 0 152593 1582 0 0 25 0 1 0 188040196 84221952 19853 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 20562 19853 574 886 0 19672 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 82248

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1742856/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=83084 CPUtime=1601.73
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 43861 0 0 0 158532 1641 0 0 25 0 1 0 188040196 85078016 20065 1992294400 4194304 7823515 548682068736 18446744073709551615 4289658 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 20771 20065 574 886 0 19881 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 83084

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1741384/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=84472 CPUtime=1661.7
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 44214 0 0 0 164466 1704 0 0 25 0 1 0 188040196 86499328 20418 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 21118 20418 574 886 0 20228 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 84472

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1739656/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=86068 CPUtime=1721.68
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 44646 0 0 0 170402 1766 0 0 25 0 1 0 188040196 88133632 20850 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 21517 20850 574 886 0 20627 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 86068

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1739016/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=86860 CPUtime=1781.67
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 44801 0 0 0 176332 1835 0 0 25 0 1 0 188040196 88944640 21005 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 21715 21005 574 886 0 20825 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 86860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1739016/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=86860 CPUtime=1800.07
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 44808 0 0 0 178154 1853 0 0 25 0 1 0 188040196 88944640 21012 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14264/statm: 21715 21012 574 886 0 20825 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 86860

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14265
/proc/meminfo: memFree=1739016/2055920 swapFree=4191900/4192956
[pid=14264] ppid=14262 vsize=86860 CPUtime=1800.16
/proc/14264/stat : 14264 (pbscip.linux.x8) R 14262 14264 13385 0 -1 4194304 44810 0 0 0 178163 1853 0 0 25 0 1 0 188040196 88944640 21014 1992294400 4194304 7823515 548682068736 18446744073709551615 4212027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14264/statm: 21715 21014 576 886 0 20825 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 86860

Child status: 0
Real time (s): 1800.85
CPU time (s): 1800.22
CPU user time (s): 1781.67
CPU system time (s): 18.5522
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 86860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.67
system time used= 18.5522
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44813
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= 2
involuntary context switches= 3477

runsolver used 1.41378 second user time and 3.87041 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-17 04:06:45
IDJOB=1870442
IDBENCH=48220
IDSOLVER=683
FILE ID=node26/1870442-1245204405
PBS_JOBID= 9368342
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870442-1245204405/watcher-1870442-1245204405 -o /tmp/evaluation-result-1870442-1245204405/solver-1870442-1245204405 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870442-1245204405.opb

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

MD5SUM BENCH= 8d62286ae12c02f1d9e42b05c51333f2
RANDOM SEED=1047728033

node26.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.263
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	: 5931.00
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.263
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:       1821928 kB
Buffers:         48208 kB
Cached:         120184 kB
SwapCached:        384 kB
Active:          56508 kB
Inactive:       125308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9924 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            38128 kB
Committed_AS:   174588 kB
PageTables:       1372 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= 66148 MiB
End job on node26 at 2009-06-17 04:36:48