Trace number 3693743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT-14 1796.78 1797.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
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-15
Best CPU time to get the best result obtained on this benchmark1797.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693743-1338037218.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.00	c problem read in 0.01
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.07/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.09/0.14	c    (0.1s) probing: 51/3290 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.14	c presolving (2 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  24920 implications, 200 cliques
0.09/0.14	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.09/0.14	c     300 constraints of type <setppc>
0.09/0.14	c    3090 constraints of type <and>
0.09/0.14	c       1 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.14
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.1.1.4
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1797
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.15	c 
0.68/0.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.68/0.77	c t 0.8s|     1 |     0 |  2559 |     - |  14M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 |    Inf 
0.68/0.78	o -2
0.68/0.78	c s 0.8s|     1 |     0 |  2559 |     - |  14M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |2400.00%
0.89/0.92	o -3
0.89/0.92	c U 0.9s|     1 |     0 |  2559 |     - |  15M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
1.89/1.94	c   1.9s|     1 |     0 |  5212 |     - |  15M|   0 |1414 |3290 |3392 |3290 |6528 |  47 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
3.08/3.16	c   3.2s|     1 |     0 |  7751 |     - |  15M|   0 |1583 |3290 |3392 |3290 |6571 |  90 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
3.08/3.17	o -3
3.08/3.17	c s 3.2s|     1 |     0 |  7751 |     - |  15M|   0 |1583 |3290 |3392 |3290 |6571 |  90 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
4.40/4.43	c   4.4s|     1 |     0 | 10056 |     - |  15M|   0 |1674 |3290 |3392 |3290 |6600 | 119 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
4.40/4.44	o -4
4.40/4.44	c s 4.4s|     1 |     0 | 10056 |     - |  15M|   0 |1674 |3290 |3392 |3290 |6600 | 119 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |1150.00%
5.39/5.45	c   5.5s|     1 |     0 | 11465 |     - |  15M|   0 |1570 |3290 |3392 |3290 |6612 | 131 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |1150.00%
5.49/5.59	o -5
5.49/5.59	c s 5.5s|     1 |     0 | 11465 |     - |  15M|   0 |1570 |3290 |3392 |3290 |6612 | 131 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
6.29/6.37	c   6.4s|     1 |     0 | 12371 |     - |  15M|   0 |1587 |3290 |3392 |3290 |6618 | 137 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
7.59/7.67	c   7.7s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
37.68/37.74	o -11
37.68/37.74	c E37.7s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
37.68/37.77	c  37.8s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
38.88/38.93	c  38.9s|     1 |     0 | 17501 |     - |  16M|   0 |1604 |3290 |3392 |3290 |6642 | 161 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
48.88/48.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.88/48.98	c  49.0s|     1 |     2 | 17501 |     - |  16M|   0 |1604 |3290 |3392 |3290 |6642 | 161 |   0 |  21 |-5.000000e+01 |-1.100000e+01 | 354.55%
91.97/92.00	o -12
91.97/92.00	c R92.0s|    30 |    27 | 80029 |2156.1 |  16M|  27 |  45 |3290 |3393 |3290 |2757 |1822 |   1 | 187 |-5.000000e+01 |-1.200000e+01 | 316.67%
91.97/92.06	o -13
91.97/92.06	c R92.1s|    38 |    31 | 80293 |1697.1 |  16M|  32 |   - |3290 |3394 |3290 |2759 |1838 |   2 | 187 |-5.000000e+01 |-1.300000e+01 | 284.62%
153.06/153.10	c   153s|   100 |    37 |296770 |2820.9 |  16M|  41 |   - |3290 |3402 |3290 |2753 |4412 |  10 | 274 |-4.954443e+01 |-1.300000e+01 | 281.11%
266.45/266.59	c   267s|   200 |    89 |677587 |3317.0 |  17M|  41 | 443 |3290 |3411 |3290 |3406 |8795 |  19 | 407 |-4.790683e+01 |-1.300000e+01 | 268.51%
412.52/412.61	c   413s|   300 |   181 |  1186k|3910.6 |  17M|  41 | 838 |3290 |3421 |3290 |3596 |  12k|  29 | 589 |-4.625218e+01 |-1.300000e+01 | 255.79%
500.71/500.87	c   501s|   400 |   267 |  1540k|3817.7 |  18M|  46 |   - |3290 |3431 |3290 |3686 |  13k|  39 | 658 |-4.625218e+01 |-1.300000e+01 | 255.79%
501.60/501.74	c   502s|   500 |   283 |  1544k|3059.9 |  18M|  52 |  95 |3290 |3434 |3290 |3694 |  14k|  42 | 658 |-4.625218e+01 |-1.300000e+01 | 255.79%
507.41/507.55	o -14
507.41/507.55	c * 508s|   537 |   280 |  1570k|2896.7 |  18M|  58 |   - |3290 |3438 |3290 |3690 |  14k|  46 | 658 |-4.599259e+01 |-1.400000e+01 | 228.52%
513.40/513.54	c   514s|   600 |   295 |  1598k|2638.7 |  18M|  58 | 148 |3290 |3439 |3290 |3666 |  14k|  47 | 658 |-4.256966e+01 |-1.400000e+01 | 204.07%
514.90/515.03	c   515s|   700 |   341 |  1603k|2268.5 |  18M|  58 | 198 |3290 |3442 |3290 |3678 |  14k|  50 | 658 |-4.256966e+01 |-1.400000e+01 | 204.07%
540.01/540.16	c   540s|   800 |   353 |  1685k|2087.3 |  19M|  60 |   - |3290 |3450 |3290 |3683 |  15k|  58 | 723 |-4.223760e+01 |-1.400000e+01 | 201.70%
553.00/553.18	c   553s|   900 |   390 |  1729k|1903.9 |  19M|  60 | 192 |3290 |3451 |3290 |3666 |  16k|  59 | 771 |-4.217958e+01 |-1.400000e+01 | 201.28%
574.50/574.68	c   575s|  1000 |   452 |  1813k|1798.0 |  20M|  61 | 245 |3290 |3454 |3290 |3260 |  16k|  62 | 799 |-4.191082e+01 |-1.400000e+01 | 199.36%
582.30/582.42	c   582s|  1100 |   508 |  1847k|1665.3 |  20M|  61 |   - |3290 |3461 |3290 |3279 |  17k|  69 | 799 |-4.190651e+01 |-1.400000e+01 | 199.33%
585.40/585.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.40/585.54	c   586s|  1200 |   574 |  1866k|1542.0 |  20M|  72 | 174 |3290 |3461 |3290 |3272 |  17k|  69 | 799 |-4.190651e+01 |-1.400000e+01 | 199.33%
603.30/603.44	c   603s|  1300 |   630 |  1944k|1483.7 |  21M|  79 | 424 |3290 |3462 |3290 |3262 |  18k|  70 | 799 |-4.189051e+01 |-1.400000e+01 | 199.22%
661.08/661.24	c   661s|  1400 |   730 |  2156k|1529.2 |  22M|  79 | 338 |3290 |3466 |3290 |3547 |  20k|  74 | 894 |-4.176135e+01 |-1.400000e+01 | 198.30%
717.28/717.42	c   717s|  1500 |   828 |  2373k|1571.5 |  23M|  79 | 363 |3290 |3470 |3290 |3530 |  23k|  78 | 957 |-4.163844e+01 |-1.400000e+01 | 197.42%
772.36/772.56	c   773s|  1600 |   928 |  2608k|1620.1 |  24M|  79 | 771 |3290 |3480 |3290 |2931 |  26k|  88 |1000 |-4.138396e+01 |-1.400000e+01 | 195.60%
819.96/820.10	c   820s|  1700 |  1028 |  2784k|1628.4 |  25M|  79 | 722 |3290 |3491 |3290 |3493 |  28k|  99 |1092 |-4.138396e+01 |-1.400000e+01 | 195.60%
859.26/859.47	c   859s|  1800 |  1128 |  2954k|1632.4 |  26M|  79 | 575 |3290 |3490 |3290 |3521 |  30k|  99 |1099 |-4.138396e+01 |-1.400000e+01 | 195.60%
896.55/896.73	c   897s|  1900 |  1226 |  3122k|1635.0 |  27M|  79 | 574 |3290 |3492 |3290 |3341 |  32k| 102 |1100 |-4.138396e+01 |-1.400000e+01 | 195.60%
937.24/937.41	c   937s|  2000 |  1320 |  3295k|1639.9 |  28M|  79 | 339 |3290 |3491 |3290 |3667 |  33k| 102 |1111 |-4.138350e+01 |-1.400000e+01 | 195.60%
991.23/991.47	c   991s|  2100 |  1420 |  3497k|1657.8 |  28M|  79 | 866 |3290 |3495 |3290 |3399 |  35k| 107 |1178 |-4.138350e+01 |-1.400000e+01 | 195.60%
1033.32/1033.51	c  1034s|  2200 |  1518 |  3684k|1667.6 |  29M|  79 | 695 |3290 |3496 |3290 |3458 |  36k| 110 |1181 |-4.135094e+01 |-1.400000e+01 | 195.36%
1067.42/1067.64	c  1068s|  2300 |  1598 |  3808k|1648.8 |  30M|  79 |1013 |3290 |3497 |3290 |3271 |  38k| 112 |1249 |-4.095127e+01 |-1.400000e+01 | 192.51%
1093.12/1093.34	c  1093s|  2400 |  1678 |  3914k|1624.4 |  30M|  79 | 877 |3290 |3497 |3290 |3406 |  39k| 112 |1261 |-4.087406e+01 |-1.400000e+01 | 191.96%
1130.21/1130.50	c  1130s|  2500 |  1768 |  4070k|1621.7 |  31M|  79 |1147 |3290 |3500 |3290 |3385 |  40k| 116 |1272 |-4.045967e+01 |-1.400000e+01 | 189.00%
1172.90/1173.17	c  1173s|  2600 |  1868 |  4217k|1615.9 |  32M|  79 | 306 |3290 |3504 |3290 |3693 |  42k| 120 |1348 |-4.044653e+01 |-1.400000e+01 | 188.90%
1205.49/1205.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.49/1205.71	c  1206s|  2700 |  1966 |  4355k|1607.4 |  33M|  79 | 279 |3290 |3507 |3290 |3467 |  43k| 123 |1357 |-4.038057e+01 |-1.400000e+01 | 188.43%
1230.60/1230.89	c  1231s|  2800 |  2050 |  4463k|1588.6 |  34M|  79 |1035 |3290 |3515 |3290 |3191 |  44k| 131 |1357 |-4.027791e+01 |-1.400000e+01 | 187.70%
1257.29/1257.50	c  1258s|  2900 |  2138 |  4565k|1568.9 |  35M|  79 | 246 |3290 |3516 |3290 |3486 |  46k| 132 |1401 |-4.019875e+01 |-1.400000e+01 | 187.13%
1286.29/1286.51	c  1287s|  3000 |  2210 |  4678k|1554.3 |  36M|  79 | 232 |3290 |3518 |3290 |3702 |  47k| 134 |1433 |-4.012158e+01 |-1.400000e+01 | 186.58%
1308.88/1309.18	c  1309s|  3100 |  2308 |  4772k|1534.4 |  37M|  79 | 307 |3290 |3519 |3290 |3470 |  48k| 135 |1433 |-4.012158e+01 |-1.400000e+01 | 186.58%
1329.88/1330.17	c  1330s|  3200 |  2398 |  4863k|1514.8 |  38M|  79 | 188 |3290 |3519 |3290 |3429 |  49k| 135 |1433 |-4.012158e+01 |-1.400000e+01 | 186.58%
1378.57/1378.87	c  1379s|  3300 |  2488 |  5052k|1526.3 |  39M|  79 | 189 |3290 |3520 |3290 |3107 |  51k| 137 |1503 |-3.974789e+01 |-1.400000e+01 | 183.91%
1411.37/1411.69	c  1412s|  3400 |  2580 |  5194k|1523.1 |  40M|  79 |1100 |3290 |3520 |3290 |3057 |  53k| 137 |1517 |-3.967730e+01 |-1.400000e+01 | 183.41%
1438.26/1438.55	c  1439s|  3500 |  2672 |  5311k|1513.0 |  41M|  79 |   - |3290 |3520 |3290 |3088 |  54k| 137 |1517 |-3.962593e+01 |-1.400000e+01 | 183.04%
1462.76/1463.06	c  1463s|  3600 |  2760 |  5405k|1497.1 |  42M|  79 | 127 |3290 |3523 |3290 |3149 |  55k| 140 |1541 |-3.962593e+01 |-1.400000e+01 | 183.04%
1474.87/1475.17	c  1475s|  3700 |  2816 |  5446k|1467.8 |  43M|  79 | 930 |3290 |3522 |3290 |3479 |  56k| 140 |1567 |-3.955471e+01 |-1.400000e+01 | 182.53%
1513.74/1514.06	c  1514s|  3800 |  2898 |  5604k|1470.6 |  44M|  79 | 188 |3290 |3521 |3290 |3493 |  57k| 140 |1605 |-3.945885e+01 |-1.400000e+01 | 181.85%
1551.44/1551.72	c  1552s|  3900 |  2986 |  5772k|1475.9 |  45M|  79 |1275 |3290 |3521 |3290 |3517 |  59k| 140 |1606 |-3.937277e+01 |-1.400000e+01 | 181.23%
1597.33/1597.63	c  1598s|  4000 |  3072 |  5944k|1482.0 |  46M|  79 | 879 |3290 |3522 |3290 |3566 |  61k| 142 |1681 |-3.927054e+01 |-1.400000e+01 | 180.50%
1632.83/1633.18	c  1633s|  4100 |  3158 |  6084k|1480.2 |  47M|  79 | 983 |3290 |3522 |3290 |3573 |  63k| 142 |1718 |-3.919893e+01 |-1.400000e+01 | 179.99%
1665.03/1665.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.03/1665.40	c  1665s|  4200 |  3248 |  6223k|1477.9 |  48M|  79 | 478 |3290 |3523 |3290 |3448 |  65k| 144 |1718 |-3.910764e+01 |-1.400000e+01 | 179.34%
1694.52/1694.89	c  1695s|  4300 |  3338 |  6342k|1471.4 |  49M|  79 | 222 |3290 |3523 |3290 |3497 |  66k| 144 |1737 |-3.905581e+01 |-1.400000e+01 | 178.97%
1723.42/1723.75	c  1724s|  4400 |  3436 |  6450k|1462.4 |  50M|  79 | 494 |3290 |3529 |3290 |3604 |  67k| 150 |1770 |-3.903599e+01 |-1.400000e+01 | 178.83%
1755.71/1756.04	c  1756s|  4500 |  3536 |  6577k|1458.1 |  51M|  79 | 864 |3290 |3528 |3290 |2910 |  69k| 150 |1795 |-3.903599e+01 |-1.400000e+01 | 178.83%
1781.11/1781.49	c  1781s|  4600 |  3616 |  6690k|1451.0 |  52M|  79 | 240 |3290 |3525 |3290 |3488 |  70k| 152 |1803 |-3.894922e+01 |-1.400000e+01 | 178.21%
1796.71/1797.01	c 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Solving Time (sec) : 1797.01
1796.71/1797.01	c Solving Nodes      : 4658
1796.71/1797.01	c Primal Bound       : -1.40000000000000e+01 (15 solutions)
1796.71/1797.01	c Dual Bound         : -3.88716469393793e+01
1796.71/1797.01	c Gap                : 177.65 %
1796.71/1797.01	s SATISFIABLE
1796.71/1797.01	v -x197 -x164 -x113 -x185 x170 -x158 x132 -x171 -x135 -x150 -x104 -x166 -x160 -x144 -x119 -x110 -x106 -x157 -x146 -x114 -x192 x180 
1796.71/1797.01	v -x161 -x145 -x128 -x122 x154 x112 -x151 -x124 -x134 -x178 -x172 x136 -x187 -x181 -x168 -x163 -x156 -x152 -x131 -x118 -x117 
1796.71/1797.01	v -x109 -x105 -x198 x190 -x200 x183 -x123 -x153 -x182 -x189 -x193 -x149 -x195 -x191 -x179 -x162 -x107 -x175 x137 -x115 -x101 x188 
1796.71/1797.01	v -x184 x167 -x133 -x130 -x129 -x127 -x121 -x120 -x111 -x108 -x155 -x199 x138 -x148 -x174 -x139 x143 -x116 -x196 -x176 -x142 
1796.71/1797.01	v -x103 -x140 -x194 -x125 -x159 -x165 -x102 -x177 -x173 -x126 -x141 -x169 -x186 x147 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 
1796.71/1797.01	v x92 -x91 -x90 x89 -x88 -x87 x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 x69 x68 -x67 -x66 
1796.71/1797.01	v -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 
1796.71/1797.01	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 
1796.71/1797.01	v -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Total Time         :    1797.01
1796.71/1797.01	c   solving          :    1797.01
1796.71/1797.01	c   presolving       :       0.14 (included in solving)
1796.71/1797.01	c   reading          :       0.01 (included in solving)
1796.71/1797.01	c   copying          :       0.07 (7 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.71/1797.01	c Original Problem   :
1796.71/1797.01	c   Problem name     : HOME/instance-3693743-1338037218.opb
1796.71/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 301 initial, 301 maximal
1796.71/1797.01	c   Objective sense  : minimize
1796.71/1797.01	c Presolved Problem  :
1796.71/1797.01	c   Problem name     : t_HOME/instance-3693743-1338037218.opb
1796.71/1797.01	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 3391 initial, 3529 maximal
1796.71/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   and              :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   integral         :          0          0          0          0       4183          0         45          0          0         51          0          0       8336
1796.71/1797.01	c   setppc           :        300        300          7      71259          1          1         40        567         67      23201          0          0          0
1796.71/1797.01	c   and              :       3090       3090       9106      71192          1          1         39        782         51     531101      93629          0          0
1796.71/1797.01	c   linear           :          1          1          7      71141          1          0         13          0          1          0          0          0          0
1796.71/1797.01	c   logicor          :          0+       138          7       2968          0          0          0          1          0        835          0          0          0
1796.71/1797.01	c   countsols        :          0          0          0          0          1          1         17          0          0          0          0          0          0
1796.71/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.01	c   integral         :     247.72       0.00       0.00       0.00     247.72       0.00       0.00       0.00
1796.71/1797.01	c   setppc           :       0.34       0.00       0.00       0.34       0.00       0.00       0.00       0.00
1796.71/1797.01	c   and              :       9.88       0.00       6.59       3.28       0.00       0.00       0.00       0.00
1796.71/1797.01	c   linear           :       0.08       0.00       0.01       0.07       0.00       0.00       0.00       0.00
1796.71/1797.01	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
1796.71/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.01	c   rootredcost      :          3          0          0          0
1796.71/1797.01	c   pseudoobj        :      75347         15          4          0
1796.71/1797.01	c   vbounds          :          0          0          0          0
1796.71/1797.01	c   redcost          :       9555          0          0       8024
1796.71/1797.01	c   probing          :          0          0          0          0
1796.71/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.01	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.01	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
1796.71/1797.01	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.01	c   redcost          :       0.65       0.00       0.00       0.65       0.00
1796.71/1797.01	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.71/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.01	c   propagation      :       0.00        123        123        148       16.0          0        0.0          -
1796.71/1797.01	c   infeasible LP    :       0.00          9          9         13       46.6          0        0.0          0
1796.71/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.01	c   applied globally :          -          -          -        152       15.5          -          -          -
1796.71/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.01	c   cut pool         :       0.00                     6          -          -          7          -    (maximal pool size: 129)
1796.71/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   impliedbounds    :       0.00       0.00          7          0          0         48          0
1796.71/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   gomory           :       0.73       0.00          7          0          0         67          0
1796.71/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   strongcg         :       1.25       0.00          7          0          0         95          0
1796.71/1797.01	c   cmir             :       0.20       0.00          7          0          0          0          0
1796.71/1797.01	c   flowcover        :       0.20       0.00          7          0          0          0          0
1796.71/1797.01	c   clique           :       0.38       0.00          7          0          0         49          0
1796.71/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   mcf              :       0.03       0.00          3          0          0          0          0
1796.71/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.01	c   problem variables:       0.00          -          0          0
1796.71/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   relpscost        :     247.71       0.00       4182          0         51          0          0       8336
1796.71/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.01	c   LP solutions     :       0.00          -          -          1
1796.71/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.01	c   oneopt           :       0.01       0.00          8          0
1796.71/1797.01	c   crossover        :       0.24       0.00          5          2
1796.71/1797.01	c   veclendiving     :      37.48       0.00         59          0
1796.71/1797.01	c   coefdiving       :      41.06       0.00         60          0
1796.71/1797.01	c   linesearchdiving :      17.63       0.00         60          0
1796.71/1797.01	c   guideddiving     :      44.24       0.00         60          0
1796.71/1797.01	c   pscostdiving     :      43.17       0.00         60          0
1796.71/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          2          1
1796.71/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.01	c   simplerounding   :       0.01       0.00          0          0
1796.71/1797.01	c   zirounding       :       0.86       0.00          0          0
1796.71/1797.01	c   rounding         :       3.43       0.00       5322          2
1796.71/1797.01	c   shifting         :       1.04       0.00        900          7
1796.71/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.71/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.01	c   clique           :       0.00       0.00          0          0
1796.71/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   fracdiving       :      31.98       0.00         60          0
1796.71/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   objpscostdiving  :      17.56       0.00         20          0
1796.71/1797.01	c   rootsoldiving    :      13.77       0.00         25          0
1796.71/1797.01	c   octane           :       0.00       0.00          0          0
1796.71/1797.01	c   rens             :      30.09       0.00          1          1
1796.71/1797.01	c   rins             :       0.00       0.00          0          0
1796.71/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.01	c   mutation         :       0.00       0.00          0          0
1796.71/1797.01	c   dins             :       0.00       0.00          0          0
1796.71/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.01	c   undercover       :       0.15       0.00          1          1
1796.71/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.01	c   trysol           :       0.01       0.00          0          0
1796.71/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.01	c   primal LP        :       8.45       2488          1       1.00       0.12       8.45       2487
1796.71/1797.01	c   dual LP          :    1235.97      10056    5708276     595.67    4618.45       0.48        473
1796.71/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.01	c   diving/probing LP:     217.59      41874    1052633      25.14    4837.71
1796.71/1797.01	c   strong branching :     247.52       1803     926791     514.03    3744.27
1796.71/1797.01	c     (at root node) :          -         21      21000    1000.00          -
1796.71/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.01	c B&B Tree           :
1796.71/1797.01	c   number of runs   :          1
1796.71/1797.01	c   nodes            :       4658
1796.71/1797.01	c   nodes (total)    :       4658
1796.71/1797.01	c   nodes left       :       3660
1796.71/1797.01	c   max depth        :         79
1796.71/1797.01	c   max depth (total):         79
1796.71/1797.01	c   backtracks       :        631 (13.5%)
1796.71/1797.01	c   delayed cutoffs  :          3
1796.71/1797.01	c   repropagations   :       1075 (3960 domain reductions, 0 cutoffs)
1796.71/1797.01	c   avg switch length:       4.11
1796.71/1797.01	c   switching time   :      10.32
1796.71/1797.01	c Solution           :
1796.71/1797.01	c   Solutions found  :         15 (10 improvements)
1796.71/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1796.71/1797.01	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 537 nodes, 507.55 seconds, depth 57, found by <relaxation>)
1796.71/1797.01	c   Dual Bound       : -3.88716469393793e+01
1796.71/1797.01	c   Gap              :     177.65 %
1796.71/1797.01	c   Root Dual Bound  : -5.00000000000000e+01
1796.71/1797.01	c   Root Iterations  :      17501
1796.71/1797.06	c Time complete: 1796.77.

Verifier Data

OK	-14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3693743-1338037218/watcher-3693743-1338037218 -o /tmp/evaluation-result-3693743-1338037218/solver-3693743-1338037218 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693743-1338037218.opb -t 1800 -m 15500 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 574
/proc/meminfo: memFree=29292388/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 997 0 0 0 0 0 0 0 20 0 1 0 269847284 9371648 951 33554432000 4194304 10169799 140733227363504 140734277757944 8844157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 2288 958 387 1459 0 820 0

[startup+0.0809789 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 574
/proc/meminfo: memFree=29292388/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=25248 CPUtime=0.07 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 5108 0 0 0 5 2 0 0 20 0 1 0 269847284 25853952 4805 33554432000 4194304 10169799 140733227363504 140733227229160 8844137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 6312 4805 557 1459 0 4844 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25248

[startup+0.100344 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 574
/proc/meminfo: memFree=29292388/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=27296 CPUtime=0.09 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 5632 0 0 0 6 3 0 0 20 0 1 0 269847284 27951104 5329 33554432000 4194304 10169799 140733227363504 140733227229160 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 6824 5329 569 1459 0 5356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27296

[startup+0.300275 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 574
/proc/meminfo: memFree=29292388/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=45684 CPUtime=0.29 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 10851 0 0 0 24 5 0 0 20 0 1 0 269847284 46780416 10051 33554432000 4194304 10169799 140733227363504 140733227229160 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 11421 10051 744 1459 0 9953 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45684

[startup+0.700228 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 574
/proc/meminfo: memFree=29292388/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=46216 CPUtime=0.68 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 11070 0 0 0 63 5 0 0 20 0 1 0 269847284 47325184 10269 33554432000 4194304 10169799 140733227363504 140733227229160 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 11554 10269 744 1459 0 10086 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46216

[startup+1.50025 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 575
/proc/meminfo: memFree=29223312/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77228 CPUtime=1.49 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 21546 0 0 0 141 8 0 0 20 0 1 0 269847284 79081472 17958 33554432000 4194304 10169799 140733227363504 140733227354968 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19307 17958 859 1459 0 17839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77228

[startup+3.10025 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 575
/proc/meminfo: memFree=29222792/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77228 CPUtime=3.08 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 21567 0 0 0 300 8 0 0 20 0 1 0 269847284 79081472 17979 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19307 17979 859 1459 0 17839 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 77228

[startup+6.30028 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 575
/proc/meminfo: memFree=29222792/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77228 CPUtime=6.29 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 21577 0 0 0 619 10 0 0 20 0 1 0 269847284 79081472 17989 33554432000 4194304 10169799 140733227363504 140733227359496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19307 17989 859 1459 0 17839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77228

[startup+12.7002 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 575
/proc/meminfo: memFree=29204324/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=94392 CPUtime=12.69 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26349 0 0 0 1254 15 0 0 20 0 1 0 269847284 96657408 22602 33554432000 4194304 10169799 140733227363504 140733227354456 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 23598 22602 872 1459 0 22130 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94392

[startup+25.5003 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 575
/proc/meminfo: memFree=29204704/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=94392 CPUtime=25.49 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26367 0 0 0 2523 26 0 0 20 0 1 0 269847284 96657408 22605 33554432000 4194304 10169799 140733227363504 140733227355000 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 23598 22605 873 1459 0 22130 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94392

[startup+51.1002 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 598
/proc/meminfo: memFree=29221396/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77020 CPUtime=51.08 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26568 0 0 0 5066 42 0 0 20 0 1 0 269847284 78868480 18364 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19255 18364 877 1459 0 17787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77020

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 598
/proc/meminfo: memFree=29220204/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77020 CPUtime=102.27 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26571 0 0 0 10158 69 0 0 20 0 1 0 269847284 78868480 18623 33554432000 4194304 10169799 140733227363504 140733227358200 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19255 18623 878 1459 0 17787 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 77020

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 598
/proc/meminfo: memFree=29220212/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77020 CPUtime=162.26 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26571 0 0 0 16121 105 0 0 20 0 1 0 269847284 78868480 18623 33554432000 4194304 10169799 140733227363504 140733227358104 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19255 18623 878 1459 0 17787 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 77020

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 598
/proc/meminfo: memFree=29219964/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77020 CPUtime=222.24 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26571 0 0 0 22088 136 0 0 20 0 1 0 269847284 78868480 18623 33554432000 4194304 10169799 140733227363504 140733227358200 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19255 18623 878 1459 0 17787 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 77020

[startup+282.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/176 598
/proc/meminfo: memFree=29220220/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77020 CPUtime=282.24 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 26571 0 0 0 28055 169 0 0 20 0 1 0 269847284 78868480 18623 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19255 18623 878 1459 0 17787 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 77020

[startup+342.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/177 599
/proc/meminfo: memFree=29220212/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77072 CPUtime=342.24 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 27071 0 0 0 34021 203 0 0 20 0 1 0 269847284 78921728 18639 33554432000 4194304 10169799 140733227363504 140733227358104 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19268 18639 881 1459 0 17800 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 77072

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 599
/proc/meminfo: memFree=29219964/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77072 CPUtime=402.22 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 27071 0 0 0 39984 238 0 0 20 0 1 0 269847284 78921728 18639 33554432000 4194304 10169799 140733227363504 140733227358200 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19268 18639 881 1459 0 17800 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 77072

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 599
/proc/meminfo: memFree=29220336/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77072 CPUtime=462.22 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 27071 0 0 0 45950 272 0 0 20 0 1 0 269847284 78921728 18639 33554432000 4194304 10169799 140733227363504 140733227357592 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19268 18639 881 1459 0 17800 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 77072

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 599
/proc/meminfo: memFree=29220212/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=77072 CPUtime=522.21 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 27071 0 0 0 51911 310 0 0 20 0 1 0 269847284 78921728 18639 33554432000 4194304 10169799 140733227363504 140733227358488 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19268 18639 881 1459 0 17800 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 77072

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 599
/proc/meminfo: memFree=29222196/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=75024 CPUtime=582.2 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 27391 0 0 0 57876 344 0 0 20 0 1 0 269847284 76824576 18127 33554432000 4194304 10169799 140733227363504 140733227358296 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 18756 18127 881 1459 0 17288 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 75024

[startup+642.3 s]

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

/proc/meminfo: memFree=29219092/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=79424 CPUtime=1122.11 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 35254 0 0 0 111546 665 0 0 20 0 1 0 269847284 81330176 19173 33554432000 4194304 10169799 140733227363504 140733227358008 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 19856 19173 884 1459 0 18388 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 79424

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 604
/proc/meminfo: memFree=29217108/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=81460 CPUtime=1182.1 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 36169 0 0 0 117508 702 0 0 20 0 1 0 269847284 83415040 19708 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 20365 19708 884 1459 0 18897 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 81460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 608
/proc/meminfo: memFree=29213872/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=85256 CPUtime=1242.09 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 37717 0 0 0 123466 743 0 0 20 0 1 0 269847284 87302144 20606 33554432000 4194304 10169799 140733227363504 140733227358296 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 21314 20606 884 1459 0 19846 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 85256

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 608
/proc/meminfo: memFree=29211028/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=87868 CPUtime=1302.09 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 38360 0 0 0 129431 778 0 0 20 0 1 0 269847284 89976832 21249 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 21967 21249 884 1459 0 20499 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 87868

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 608
/proc/meminfo: memFree=29209100/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=89480 CPUtime=1362.07 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 38849 0 0 0 135393 814 0 0 20 0 1 0 269847284 91627520 21736 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 22370 21736 884 1459 0 20902 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 89480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 608
/proc/meminfo: memFree=29206124/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=92712 CPUtime=1422.07 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 40071 0 0 0 141358 849 0 0 20 0 1 0 269847284 94937088 22452 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 23178 22452 884 1459 0 21710 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 92712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 608
/proc/meminfo: memFree=29203888/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=94972 CPUtime=1482.06 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 45084 0 0 0 147318 888 0 0 20 0 1 0 269847284 97251328 23073 33554432000 4194304 10169799 140733227363504 140733227358104 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 23743 23073 884 1459 0 22275 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 94972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 609
/proc/meminfo: memFree=29202400/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=96592 CPUtime=1542.04 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 46443 0 0 0 153284 920 0 0 20 0 1 0 269847284 98910208 23490 33554432000 4194304 10169799 140733227363504 140733227358296 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 24148 23490 884 1459 0 22680 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 96592

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 647
/proc/meminfo: memFree=29255848/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=98736 CPUtime=1602.03 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 47785 0 0 0 159248 955 0 0 20 0 1 0 269847284 101105664 24026 33554432000 4194304 10169799 140733227363504 140733227358296 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 24684 24026 884 1459 0 23216 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 98736

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 647
/proc/meminfo: memFree=29247760/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=101316 CPUtime=1662.02 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 48358 0 0 0 165208 994 0 0 20 0 1 0 269847284 103747584 24599 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 25329 24599 884 1459 0 23861 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 101316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 647
/proc/meminfo: memFree=29242664/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=104052 CPUtime=1722.01 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49038 0 0 0 171169 1032 0 0 20 0 1 0 269847284 106549248 25276 33554432000 4194304 10169799 140733227363504 140733227357640 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26013 25276 884 1459 0 24545 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 104052

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 647
/proc/meminfo: memFree=29239996/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=105532 CPUtime=1782.01 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49441 0 0 0 177133 1068 0 0 20 0 1 0 269847284 108064768 25678 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26383 25678 884 1459 0 24915 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 105532

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

[startup+1785.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 650
/proc/meminfo: memFree=29239840/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=105532 CPUtime=1785.2 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49468 0 0 0 177451 1069 0 0 20 0 1 0 269847284 108064768 25705 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26383 25705 884 1459 0 24915 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 105532

[startup+1791.91 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29238244/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=106600 CPUtime=1791.61 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49763 0 0 0 178087 1074 0 0 20 0 1 0 269847284 109158400 26000 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26650 26000 884 1459 0 25182 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 106600

[startup+1795.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29237756/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=107620 CPUtime=1794.81 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49865 0 0 0 178405 1076 0 0 20 0 1 0 269847284 110202880 26102 33554432000 4194304 10169799 140733227363504 140733227357912 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26905 26102 884 1459 0 25437 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 107620

[startup+1795.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29237756/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=107620 CPUtime=1795.6 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49896 0 0 0 178484 1076 0 0 20 0 1 0 269847284 110202880 26133 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26905 26133 884 1459 0 25437 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 107620

[startup+1796.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29237756/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=107620 CPUtime=1796.4 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49902 0 0 0 178564 1076 0 0 20 0 1 0 269847284 110202880 26139 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26905 26139 884 1459 0 25437 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 107620

[startup+1796.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29237756/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=107620 CPUtime=1796.61 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49902 0 0 0 178584 1077 0 0 20 0 1 0 269847284 110202880 26139 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26905 26139 884 1459 0 25437 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 107620

[startup+1797 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 650
/proc/meminfo: memFree=29237756/32873844 swapFree=7384/7384
[pid=574] ppid=572 vsize=107620 CPUtime=1796.71 cores=1,3,5,7
/proc/574/stat : 574 (scip-2.1.1.4sfi) R 572 574 31024 0 -1 4202496 49902 0 0 0 178594 1077 0 0 20 0 1 0 269847284 110202880 26139 33554432000 4194304 10169799 140733227363504 140733227358008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/574/statm: 26905 26139 884 1459 0 25437 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 107620

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.78
CPU user time (s): 1786
CPU system time (s): 10.7734
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 107628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786
system time used= 10.7734
maximum resident set size= 107932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49907
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= 23
involuntary context switches= 1848

runsolver used 3.18452 second user time and 8.36473 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 15:00:18
IDJOB=3693743
IDBENCH=48267
IDSOLVER=2272
FILE ID=node136/3693743-1338037218
RUNJOBID= node136-1338028239-32008
PBS_JOBID= 14624338
Free space on /tmp= 71660 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_3.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693743-1338037218/watcher-3693743-1338037218 -o /tmp/evaluation-result-3693743-1338037218/solver-3693743-1338037218 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693743-1338037218.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1572524267

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29292388 kB
Buffers:          324268 kB
Cached:          2335420 kB
SwapCached:        24460 kB
Active:           885996 kB
Inactive:        1924164 kB
Active(anon):     125164 kB
Inactive(anon):    25096 kB
Active(file):     760832 kB
Inactive(file):  1899068 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             13668 kB
Writeback:             4 kB
AnonPages:        131368 kB
Mapped:            13168 kB
Shmem:                 0 kB
Slab:             632636 kB
SReclaimable:      74540 kB
SUnreclaim:       558096 kB
KernelStack:        1480 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     246760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node136 at 2012-05-26 15:30:15