Trace number 2692482

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1801.26 1801.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j308_1-unsat--soft-66-100-0.wbo
MD5SUM4e0a136411b79a2ddcc8f753eeb43778
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark0.026995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2728
Total number of constraints8382
Number of soft constraints2841
Number of constraints which are clauses8210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints172
Minimum length of a constraint1
Maximum length of a constraint17
Top cost 145413
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 145412
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 143
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692482-1277916204.wbo>
0.06/0.08	c original problem has 8410 variables (5569 bin, 0 int, 0 impl, 2841 cont) and 11224 constraints
0.06/0.08	c problem read
0.06/0.08	c presolving settings loaded
0.09/0.13	c presolving:
0.09/0.18	c (round 1) 361 del vars, 948 del conss, 210 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 86555 impls, 0 clqs
0.19/0.20	c (round 2) 981 del vars, 2871 del conss, 499 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 89562 impls, 0 clqs
0.19/0.22	c (round 3) 1993 del vars, 4524 del conss, 712 chg bounds, 9 chg sides, 9 chg coeffs, 0 upgd conss, 91162 impls, 0 clqs
0.19/0.24	c (round 4) 3177 del vars, 5862 del conss, 929 chg bounds, 27 chg sides, 31 chg coeffs, 0 upgd conss, 91686 impls, 0 clqs
0.19/0.25	c (round 5) 3964 del vars, 6667 del conss, 999 chg bounds, 54 chg sides, 56 chg coeffs, 0 upgd conss, 91838 impls, 0 clqs
0.19/0.26	c (round 6) 4550 del vars, 7057 del conss, 1028 chg bounds, 58 chg sides, 61 chg coeffs, 0 upgd conss, 91912 impls, 0 clqs
0.19/0.26	c (round 7) 4861 del vars, 7199 del conss, 1039 chg bounds, 59 chg sides, 62 chg coeffs, 0 upgd conss, 91954 impls, 0 clqs
0.19/0.26	c (round 8) 4984 del vars, 7264 del conss, 1047 chg bounds, 59 chg sides, 62 chg coeffs, 0 upgd conss, 91966 impls, 0 clqs
0.19/0.27	c (round 9) 5032 del vars, 7292 del conss, 1048 chg bounds, 59 chg sides, 62 chg coeffs, 0 upgd conss, 91978 impls, 0 clqs
0.19/0.27	c (round 10) 5049 del vars, 7296 del conss, 1048 chg bounds, 59 chg sides, 62 chg coeffs, 0 upgd conss, 91978 impls, 0 clqs
0.19/0.28	c (round 11) 5051 del vars, 7296 del conss, 2185 chg bounds, 59 chg sides, 62 chg coeffs, 0 upgd conss, 91978 impls, 0 clqs
0.29/0.31	c (round 12) 5051 del vars, 7296 del conss, 2185 chg bounds, 59 chg sides, 62 chg coeffs, 1837 upgd conss, 91978 impls, 0 clqs
0.29/0.32	c (round 13) 5051 del vars, 7298 del conss, 2185 chg bounds, 77 chg sides, 109 chg coeffs, 1837 upgd conss, 92219 impls, 13 clqs
0.29/0.34	c (round 14) 5051 del vars, 7299 del conss, 2185 chg bounds, 79 chg sides, 118 chg coeffs, 1837 upgd conss, 92219 impls, 14 clqs
0.69/0.70	c    (0.6s) probing: 1000/2222 (45.0%) - 0 fixings, 0 aggregations, 3352 implications, 0 bound changes
0.69/0.74	c    (0.6s) probing: 1149/2222 (51.7%) - 0 fixings, 0 aggregations, 3371 implications, 0 bound changes
0.69/0.74	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.69/0.74	c presolving (15 rounds):
0.69/0.74	c  5051 deleted vars, 7299 deleted constraints, 2185 tightened bounds, 0 added holes, 79 changed sides, 119 changed coefficients
0.69/0.74	c  103590 implications, 14 cliques
0.69/0.74	c presolved problem has 3359 variables (2222 bin, 0 int, 0 impl, 1137 cont) and 3937 constraints
0.69/0.74	c    1137 constraints of type <indicator>
0.69/0.74	c     183 constraints of type <varbound>
0.69/0.74	c     104 constraints of type <knapsack>
0.69/0.74	c      11 constraints of type <setppc>
0.69/0.74	c     954 constraints of type <linear>
0.69/0.74	c    1548 constraints of type <logicor>
0.69/0.74	c transformed objective value is always integral (scale: 1)
0.69/0.74	c Presolving Time: 0.59
0.69/0.74	c - non default parameters ----------------------------------------------------------------------
0.69/0.74	c # SCIP version 1.2.1.2
0.69/0.74	c 
0.69/0.74	c # frequency for displaying node information lines
0.69/0.74	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.74	c display/freq = 10000
0.69/0.74	c 
0.69/0.74	c # maximal time in seconds to run
0.69/0.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.74	c limits/time = 1799.93
0.69/0.74	c 
0.69/0.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.74	c limits/memory = 3420
0.69/0.74	c 
0.69/0.74	c # should presolving try to simplify inequalities
0.69/0.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.74	c constraints/linear/simplifyinequalities = TRUE
0.69/0.74	c 
0.69/0.74	c # should presolving try to simplify knapsacks
0.69/0.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.74	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.74	c 
0.69/0.74	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.74	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.74	c separating/rapidlearning/freq = 0
0.69/0.74	c 
0.69/0.74	c -----------------------------------------------------------------------------------------------
0.69/0.74	c start solving
0.69/0.74	c 
0.69/0.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.75	c   0.6s|     1 |     0 |     5 |     - |  27M|   0 |   4 |3359 |3937 |3359 |1663 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.7s|     1 |     0 |   375 |     - |  27M|   0 |  41 |3359 |3937 |3359 |1865 | 202 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |   583 |     - |  27M|   0 | 138 |3359 |3937 |3359 |2006 | 343 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/1.00	c   0.8s|     1 |     0 |   724 |     - |  27M|   0 |   7 |3359 |3937 |3359 |2087 | 424 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   0.9s|     1 |     0 |   851 |     - |  27M|   0 |  86 |3359 |3937 |3359 |2112 | 449 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.18	c   1.0s|     1 |     0 |   978 |     - |  27M|   0 |  63 |3359 |3937 |3359 |2142 | 479 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.29	c   1.1s|     1 |     0 |  1126 |     - |  27M|   0 |   4 |3359 |3937 |3359 |2171 | 508 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
1.29/1.38	c   1.2s|     1 |     0 |  1296 |     - |  27M|   0 |  40 |3359 |3937 |3359 |2180 | 517 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
1.49/1.50	c   1.3s|     1 |     0 |  1524 |     - |  27M|   0 |  28 |3359 |3937 |3359 |2197 | 534 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
1.59/1.61	c   1.4s|     1 |     0 |  1717 |     - |  27M|   0 |  84 |3359 |3937 |3359 |2261 | 598 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
1.69/1.79	c   1.6s|     1 |     0 |  2128 |     - |  27M|   0 | 125 |3359 |3937 |3359 |2289 | 626 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
1.89/1.95	c   1.8s|     1 |     0 |  2590 |     - |  28M|   0 | 132 |3359 |3937 |3359 |2387 | 724 |   0 |   0 | 8.300000e+01 |      --      |    Inf 
5.09/5.13	c   4.9s|     1 |     2 |  2590 |     - |  28M|   0 | 132 |3359 |3937 |3359 |2387 | 724 |   0 |  30 | 8.300000e+01 |      --      |    Inf 
84.70/84.78	c  83.8s| 10000 |  9999 |130680 |  12.8 |  48M| 179 |   0 |3359 |3964 |3359 |2201 |6614 |  27 |1397 | 8.300000e+01 |      --      |    Inf 
111.69/111.73	c   110s| 20000 | 19999 |153264 |   7.5 |  68M| 191 |   0 |3359 |3962 |3359 |2201 |8147 |  27 |1638 | 8.300000e+01 |      --      |    Inf 
135.90/135.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.90/135.97	c   134s| 30000 | 29999 |167794 |   5.5 |  88M| 197 |   0 |3359 |3962 |3359 |2216 |9569 |  27 |1675 | 8.300000e+01 |      --      |    Inf 
159.00/159.05	c   157s| 40000 | 39999 |176440 |   4.3 | 107M| 213 |   0 |3359 |3962 |3359 |2212 |  10k|  27 |1696 | 8.300000e+01 |      --      |    Inf 
181.60/181.63	c   180s| 50000 | 49999 |184211 |   3.6 | 127M| 213 |   0 |3359 |3962 |3359 |2213 |  10k|  27 |1698 | 8.300000e+01 |      --      |    Inf 
206.70/206.75	c   204s| 60000 | 59999 |200344 |   3.3 | 146M| 213 |  25 |3359 |3962 |3359 |2215 |  12k|  27 |1904 | 8.300000e+01 |      --      |    Inf 
232.70/232.75	c   230s| 70000 | 69999 |213536 |   3.0 | 166M| 213 |   0 |3359 |3962 |3359 |2220 |  12k|  27 |2187 | 8.300000e+01 |      --      |    Inf 
257.20/257.24	c   254s| 80000 | 79999 |225625 |   2.8 | 185M| 213 |   0 |3359 |3962 |3359 |2217 |  13k|  27 |2313 | 8.300000e+01 |      --      |    Inf 
281.51/281.55	c   278s| 90000 | 89999 |240984 |   2.6 | 205M| 213 |   0 |3359 |3962 |3359 |2198 |  14k|  27 |2352 | 8.300000e+01 |      --      |    Inf 
308.70/308.74	c   305s|100000 | 99999 |271231 |   2.7 | 224M| 213 |   0 |3359 |3962 |3359 |2212 |  16k|  27 |2443 | 8.300000e+01 |      --      |    Inf 
334.41/334.41	c   331s|110000 |109999 |289520 |   2.6 | 244M| 213 |   0 |3359 |3961 |3359 |2195 |  17k|  27 |2653 | 8.300000e+01 |      --      |    Inf 
360.40/360.41	c   356s|120000 |119999 |312023 |   2.6 | 263M| 213 |   0 |3359 |3961 |3359 |2203 |  19k|  27 |2743 | 8.300000e+01 |      --      |    Inf 
384.00/384.07	c   380s|130000 |129999 |323682 |   2.5 | 283M| 213 |   0 |3359 |3961 |3359 |2222 |  20k|  27 |2748 | 8.300000e+01 |      --      |    Inf 
407.40/407.43	c   403s|140000 |139999 |333252 |   2.4 | 303M| 213 |   0 |3359 |3961 |3359 |2210 |  21k|  27 |2783 | 8.300000e+01 |      --      |    Inf 
430.30/430.35	c   426s|150000 |149999 |341443 |   2.3 | 322M| 213 |   0 |3359 |3961 |3359 |2193 |  23k|  27 |2818 | 8.300000e+01 |      --      |    Inf 
458.50/458.51	c   453s|160000 |159999 |372633 |   2.3 | 342M| 213 |  12 |3359 |3960 |3359 |2226 |  25k|  27 |3035 | 8.300000e+01 |      --      |    Inf 
483.80/483.83	c   479s|170000 |169999 |392339 |   2.3 | 361M| 213 |   0 |3359 |3960 |3359 |2196 |  26k|  27 |3066 | 8.300000e+01 |      --      |    Inf 
506.81/506.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.81/506.84	c   501s|180000 |179999 |400182 |   2.2 | 381M| 213 |   0 |3359 |3960 |3359 |2207 |  27k|  27 |3075 | 8.300000e+01 |      --      |    Inf 
529.90/529.97	c   524s|190000 |189999 |406546 |   2.1 | 400M| 213 |   1 |3359 |3960 |3359 |2220 |  28k|  27 |3133 | 8.300000e+01 |      --      |    Inf 
553.10/553.12	c   547s|200000 |199999 |413030 |   2.1 | 420M| 213 |   0 |3359 |3960 |3359 |2218 |  29k|  27 |3192 | 8.300000e+01 |      --      |    Inf 
576.21/576.25	c   570s|210000 |209999 |419727 |   2.0 | 440M| 213 |   0 |3359 |3960 |3359 |2215 |  30k|  27 |3264 | 8.300000e+01 |      --      |    Inf 
598.51/598.56	c   592s|220000 |219999 |423983 |   1.9 | 459M| 213 |   0 |3359 |3960 |3359 |2223 |  31k|  27 |3275 | 8.300000e+01 |      --      |    Inf 
621.31/621.40	c   615s|230000 |229999 |430037 |   1.9 | 479M| 213 |   0 |3359 |3960 |3359 |2225 |  31k|  27 |3367 | 8.300000e+01 |      --      |    Inf 
644.61/644.61	c   638s|240000 |239999 |438550 |   1.8 | 498M| 231 |   0 |3359 |3960 |3359 |2218 |  33k|  27 |3436 | 8.300000e+01 |      --      |    Inf 
667.81/667.82	c   661s|250000 |249999 |448233 |   1.8 | 517M| 231 |   0 |3359 |3960 |3359 |2207 |  34k|  27 |3473 | 8.300000e+01 |      --      |    Inf 
690.91/690.91	c   683s|260000 |259999 |456619 |   1.7 | 537M| 231 |   0 |3359 |3960 |3359 |2208 |  35k|  27 |3527 | 8.300000e+01 |      --      |    Inf 
718.01/718.05	c   710s|270000 |269999 |485785 |   1.8 | 557M| 231 |   5 |3359 |3959 |3359 |2218 |  37k|  27 |3719 | 8.300000e+01 |      --      |    Inf 
742.01/742.06	c   734s|280000 |279999 |499997 |   1.8 | 576M| 231 |   0 |3359 |3959 |3359 |2218 |  39k|  27 |3819 | 8.300000e+01 |      --      |    Inf 
765.82/765.82	c   758s|290000 |289997 |512755 |   1.8 | 596M| 231 |   0 |3359 |3960 |3359 |2204 |  40k|  28 |3861 | 8.300000e+01 |      --      |    Inf 
790.72/790.77	c   782s|300000 |299997 |532021 |   1.8 | 615M| 231 |   0 |3359 |3960 |3359 |2198 |  41k|  28 |3906 | 8.300000e+01 |      --      |    Inf 
815.92/815.96	c   807s|310000 |309997 |553327 |   1.8 | 635M| 231 |   0 |3359 |3960 |3359 |2198 |  42k|  28 |3929 | 8.300000e+01 |      --      |    Inf 
839.72/839.73	c   831s|320000 |319997 |569130 |   1.8 | 654M| 231 |   2 |3359 |3959 |3359 |2198 |  44k|  28 |3936 | 8.300000e+01 |      --      |    Inf 
863.22/863.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.22/863.22	c   854s|330000 |329997 |582578 |   1.8 | 674M| 231 |   0 |3359 |3959 |3359 |2218 |  45k|  28 |3936 | 8.300000e+01 |      --      |    Inf 
887.51/887.50	c   878s|340000 |339997 |599315 |   1.8 | 693M| 231 |   0 |3359 |3959 |3359 |2193 |  46k|  28 |3945 | 8.300000e+01 |      --      |    Inf 
911.62/911.66	c   902s|350000 |349997 |613716 |   1.7 | 713M| 231 |   0 |3359 |3959 |3359 |2214 |  48k|  28 |3963 | 8.300000e+01 |      --      |    Inf 
935.02/935.06	c   925s|360000 |359997 |626240 |   1.7 | 732M| 231 |   0 |3359 |3959 |3359 |2220 |  49k|  28 |3983 | 8.300000e+01 |      --      |    Inf 
958.22/958.28	c   948s|370000 |369997 |637014 |   1.7 | 752M| 231 |   0 |3359 |3959 |3359 |2206 |  50k|  28 |3984 | 8.300000e+01 |      --      |    Inf 
980.62/980.65	c   970s|380000 |379997 |642292 |   1.7 | 771M| 231 |   0 |3359 |3959 |3359 |2221 |  51k|  28 |3984 | 8.300000e+01 |      --      |    Inf 
1002.92/1002.97	c   992s|390000 |389995 |647839 |   1.7 | 791M| 231 |   0 |3359 |3960 |3359 |2201 |  52k|  29 |3988 | 8.300000e+01 |      --      |    Inf 
1026.12/1026.20	c  1015s|400000 |399995 |658044 |   1.6 | 810M| 231 |   0 |3359 |3960 |3359 |2205 |  53k|  29 |4001 | 8.300000e+01 |      --      |    Inf 
1048.42/1048.43	c  1037s|410000 |409995 |662840 |   1.6 | 830M| 231 |   0 |3359 |3960 |3359 |2221 |  53k|  29 |4003 | 8.300000e+01 |      --      |    Inf 
1070.92/1070.93	c  1060s|420000 |419995 |669258 |   1.6 | 849M| 231 |   0 |3359 |3960 |3359 |2216 |  54k|  29 |4023 | 8.300000e+01 |      --      |    Inf 
1093.82/1093.82	c  1082s|430000 |429995 |676692 |   1.6 | 869M| 231 |   0 |3359 |3960 |3359 |2219 |  56k|  29 |4034 | 8.300000e+01 |      --      |    Inf 
1117.22/1117.25	c  1105s|440000 |439995 |687904 |   1.6 | 888M| 231 |   0 |3359 |3960 |3359 |2207 |  57k|  29 |4038 | 8.300000e+01 |      --      |    Inf 
1140.43/1140.41	c  1128s|450000 |449995 |699212 |   1.5 | 908M| 231 |   0 |3359 |3960 |3359 |2218 |  57k|  29 |4038 | 8.300000e+01 |      --      |    Inf 
1163.52/1163.53	c  1151s|460000 |459995 |709929 |   1.5 | 927M| 231 |   0 |3359 |3960 |3359 |2208 |  58k|  29 |4052 | 8.300000e+01 |      --      |    Inf 
1186.03/1186.02	c  1174s|470000 |469995 |716562 |   1.5 | 947M| 231 |   0 |3359 |3960 |3359 |2228 |  59k|  29 |4052 | 8.300000e+01 |      --      |    Inf 
1210.03/1210.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.03/1210.05	c  1197s|480000 |479995 |731501 |   1.5 | 966M| 231 |   1 |3359 |3959 |3359 |2213 |  61k|  29 |4085 | 8.300000e+01 |      --      |    Inf 
1233.52/1233.57	c  1221s|490000 |489995 |743661 |   1.5 | 986M| 231 |   0 |3359 |3959 |3359 |2200 |  62k|  29 |4101 | 8.300000e+01 |      --      |    Inf 
1256.72/1256.73	c  1243s|500000 |499995 |754451 |   1.5 |1005M| 231 |   0 |3359 |3959 |3359 |2218 |  63k|  29 |4103 | 8.300000e+01 |      --      |    Inf 
1283.63/1283.68	c  1270s|510000 |509991 |783398 |   1.5 |1025M| 231 |   0 |3359 |3959 |3359 |2212 |  65k|  31 |4227 | 8.300000e+01 |      --      |    Inf 
1310.82/1310.87	c  1297s|520000 |519991 |808223 |   1.5 |1044M| 231 |   0 |3359 |3958 |3359 |2212 |  66k|  31 |4539 | 8.300000e+01 |      --      |    Inf 
1334.83/1334.90	c  1321s|530000 |529991 |820969 |   1.5 |1064M| 231 |   0 |3359 |3958 |3359 |2217 |  67k|  31 |4662 | 8.300000e+01 |      --      |    Inf 
1358.53/1358.56	c  1344s|540000 |539991 |833169 |   1.5 |1083M| 231 |   0 |3359 |3958 |3359 |2195 |  69k|  31 |4734 | 8.300000e+01 |      --      |    Inf 
1392.03/1392.07	c  1377s|550000 |549991 |890157 |   1.6 |1103M| 231 |   4 |3359 |3954 |3359 |2179 |  72k|  31 |5075 | 8.300000e+01 |      --      |    Inf 
1427.74/1427.74	c  1413s|560000 |559987 |961342 |   1.7 |1122M| 231 |   0 |3359 |3954 |3359 |2189 |  76k|  33 |5361 | 8.300000e+01 |      --      |    Inf 
1461.63/1461.63	c  1446s|570000 |569987 |  1021k|   1.8 |1142M| 231 |  32 |3359 |3952 |3359 |2181 |  79k|  33 |5718 | 8.300000e+01 |      --      |    Inf 
1491.43/1491.42	c  1476s|580000 |579987 |  1064k|   1.8 |1162M| 231 |   0 |3359 |3950 |3359 |2227 |  83k|  33 |5833 | 8.300000e+01 |      --      |    Inf 
1529.13/1529.17	c  1512s|590000 |589987 |  1121k|   1.9 |1181M| 231 |   0 |3359 |3949 |3359 |2215 |  85k|  33 |7045 | 8.300000e+01 |      --      |    Inf 
1550.23/1550.24	c  1533s|600000 |599985 |  1128k|   1.9 |1201M| 231 |   0 |3359 |3950 |3359 |2223 |  86k|  34 |7049 | 8.300000e+01 |      --      |    Inf 
1572.44/1572.48	c  1554s|610000 |609985 |  1142k|   1.9 |1220M| 231 |   1 |3359 |3950 |3359 |2210 |  87k|  34 |7070 | 8.300000e+01 |      --      |    Inf 
1601.23/1601.22	c  1582s|620000 |619985 |  1196k|   1.9 |1240M| 231 |   0 |3359 |3950 |3359 |2196 |  91k|  34 |7095 | 8.300000e+01 |      --      |    Inf 
1632.64/1632.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1632.64/1632.60	c  1612s|630000 |629985 |  1264k|   2.0 |1260M| 231 |   0 |3359 |3949 |3359 |2187 |  95k|  34 |7223 | 8.300000e+01 |      --      |    Inf 
1664.24/1664.21	c  1643s|640000 |639985 |  1330k|   2.1 |1279M| 231 |   0 |3359 |3949 |3359 |2207 | 100k|  34 |7488 | 8.300000e+01 |      --      |    Inf 
1690.44/1690.44	c  1668s|650000 |649981 |  1369k|   2.1 |1299M| 231 |   0 |3359 |3950 |3359 |2216 | 103k|  36 |7534 | 8.300000e+01 |      --      |    Inf 
1722.14/1722.18	c  1698s|660000 |659981 |  1433k|   2.2 |1319M| 231 |   0 |3359 |3949 |3359 |2188 | 107k|  36 |7878 | 8.300000e+01 |      --      |    Inf 
1755.44/1755.40	c  1730s|670000 |669981 |  1508k|   2.2 |1338M| 231 |  25 |3359 |3948 |3359 |2149 | 112k|  36 |8114 | 8.300000e+01 |      --      |    Inf 
1786.64/1786.69	c  1761s|680000 |679981 |  1571k|   2.3 |1358M| 231 |   0 |3359 |3948 |3359 |2189 | 116k|  36 |8379 | 8.300000e+01 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1773.39
1800.05/1800.00	c Solving Nodes      : 684612
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +8.30000000000000e+01
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1773.39
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2692482-1277916204.wbo
1800.05/1800.00	c   Variables        : 8410 (5569 binary, 0 integer, 0 implicit integer, 2841 continuous)
1800.05/1800.00	c   Constraints      : 11224 initial, 11224 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2692482-1277916204.wbo
1800.05/1800.00	c   Variables        : 3359 (2222 binary, 0 integer, 0 implicit integer, 1137 continuous)
1800.05/1800.00	c   Constraints      : 3937 initial, 3964 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00         36          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.01       3635          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.36          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.02          0          0          0          0          0       1704          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          2         20         57
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          1          0          0
1800.05/1800.00	c   linear           :       0.11       1012        368          0       2185          0       5592         59         62
1800.05/1800.00	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     710412          0          0          5          0          0     138160
1800.05/1800.00	c   indicator        :       1137          0    1791788     641327          0          0     490107          0          0          0
1800.05/1800.00	c   varbound         :        183         11    1791788     641327          0          0     280116       8140          0          0
1800.05/1800.00	c   knapsack         :        104         11    1791788     633335          0          0      85996         91          0          0
1800.05/1800.00	c   setppc           :         11         11    1491535     492195          0          0       5606          0          0          0
1800.05/1800.00	c   linear           :        954         11    1791788     633335          0          0     155370     110047          0          0
1800.05/1800.00	c   logicor          :       1548+        11    1225693     615522          0         10    1435969          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0     615522          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :      69.05       0.00       0.00      69.05       0.00
1800.05/1800.00	c   indicator        :     100.24       0.01      28.15      72.08       0.00
1800.05/1800.00	c   varbound         :       5.91       0.00       3.65       2.26       0.00
1800.05/1800.00	c   knapsack         :       6.63       0.00       4.71       1.92       0.00
1800.05/1800.00	c   setppc           :       0.66       0.00       0.45       0.21       0.00
1800.05/1800.00	c   linear           :      44.37       0.00      12.08      32.29       0.00
1800.05/1800.00	c   logicor          :      14.55       0.01       5.24       9.30       0.00
1800.05/1800.00	c   countsols        :       0.14       0.00       0.00       0.14       0.00
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      35.34     843519          0      34114
1800.05/1800.00	c   rootredcost      :       0.43          0          0          0
1800.05/1800.00	c   pseudoobj        :      54.88    1788603          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.00         10         10         10        5.0          0        0.0          -
1800.05/1800.00	c   infeasible LP    :       0.00         25         25         26        4.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -         36        4.3          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00         10          -          -         46          -    (maximal pool size: 573)
1800.05/1800.00	c   redcost          :      55.43     708802          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00         11          0          0        243          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.07         11          0          0        684          0
1800.05/1800.00	c   strongcg         :       0.06         11          0          0        174          0
1800.05/1800.00	c   cmir             :       0.12         10          0          0         46          0
1800.05/1800.00	c   flowcover        :       0.38         10          0          0         92          0
1800.05/1800.00	c   clique           :       0.03         11          0          0         24          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      68.79      69085          0          5          0          0     138160
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :     104.25     615522          0          0          0          0    1231044
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       0.43          0          0
1800.05/1800.00	c   crossover        :       0.14          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.02         21          0
1800.05/1800.00	c   feaspump         :       1.01         57          0
1800.05/1800.00	c   coefdiving       :       6.65       5952          0
1800.05/1800.00	c   pscostdiving     :       7.39       5952          0
1800.05/1800.00	c   fracdiving       :       6.66       5952          0
1800.05/1800.00	c   veclendiving     :       7.04       5952          0
1800.05/1800.00	c   linesearchdiving :       6.55       5952          0
1800.05/1800.00	c   trivial          :       0.02          2          0
1800.05/1800.00	c   simplerounding   :       0.34      67901          0
1800.05/1800.00	c   zirounding       :       0.36       1000          0
1800.05/1800.00	c   rounding         :       1.76       3631          0
1800.05/1800.00	c   shifting         :       1.37       1110          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       6.64       5872          0
1800.05/1800.00	c   rootsoldiving    :       6.34       5918          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.03          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.25          0          0
1800.05/1800.00	c   trysol           :       6.99       8686          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :     861.64     111926    1557396      13.91    1807.48
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       5.33       1707      39670      23.24    7442.78
1800.05/1800.00	c   strong branching :      68.32       8423     261572      31.05    3828.63
1800.05/1800.00	c     (at root node) :          -         30      11796     393.20          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     684612
1800.05/1800.00	c   nodes (total)    :     684612
1800.05/1800.00	c   nodes left       :     684593
1800.05/1800.00	c   max depth        :        231
1800.05/1800.00	c   max depth (total):        231
1800.05/1800.00	c   backtracks       :       6165 (0.9%)
1800.05/1800.00	c   delayed cutoffs  :          0
1800.05/1800.00	c   repropagations   :         43 (23 domain reductions, 0 cutoffs)
1800.05/1800.00	c   avg switch length:       2.14
1800.05/1800.00	c   switching time   :      59.36
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +8.30000000000000e+01
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +8.30000000000000e+01
1800.05/1800.00	c   Root Iterations  :       2590
1801.24/1801.21	c Time complete: 1801.25.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692482-1277916204/watcher-2692482-1277916204 -o /tmp/evaluation-result-2692482-1277916204/solver-2692482-1277916204 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692482-1277916204.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14151
/proc/meminfo: memFree=30975100/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=9300 CPUtime=0
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1645 0 0 0 0 0 0 0 25 0 1 0 132915808 9523200 1565 4089446400 4194304 8223781 140735931127504 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14151/statm: 2325 1565 369 984 0 1338 0

[startup+0.0687209 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14151
/proc/meminfo: memFree=30975100/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=21756 CPUtime=0.06
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 4750 0 0 0 6 0 0 0 25 0 1 0 132915808 22278144 4670 4089446400 4194304 8223781 140735931127504 18446744073709551615 7165634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14151/statm: 5439 4670 369 984 0 4452 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21756

[startup+0.100716 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14151
/proc/meminfo: memFree=30975100/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=38008 CPUtime=0.09
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 9136 0 0 0 8 1 0 0 25 0 1 0 132915808 38920192 8692 4089446400 4194304 8223781 140735931127504 18446744073709551615 4910130 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 9502 8692 387 984 0 8515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38008

[startup+0.300678 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14151
/proc/meminfo: memFree=30975100/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=49156 CPUtime=0.29
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 14970 0 0 0 26 3 0 0 25 0 1 0 132915808 50335744 11185 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 12289 11185 461 984 0 11302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49156

[startup+0.700612 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14151
/proc/meminfo: memFree=30975100/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=50476 CPUtime=0.69
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 18901 0 0 0 64 5 0 0 25 0 1 0 132915808 51687424 11518 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 12619 11518 489 984 0 11632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50476

[startup+1.50047 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14152
/proc/meminfo: memFree=30924624/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=57912 CPUtime=1.49
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 21137 0 0 0 141 8 0 0 25 0 1 0 132915808 59301888 13412 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 14478 13412 591 984 0 13491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57912

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14152
/proc/meminfo: memFree=30922392/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=58996 CPUtime=3.09
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 29443 0 0 0 299 10 0 0 25 0 1 0 132915808 60411904 13668 4089446400 4194304 8223781 140735931127504 18446744073709551615 6448564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 14749 13668 601 984 0 13762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58996

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14152
/proc/meminfo: memFree=30922640/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=58948 CPUtime=6.29
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 34588 0 0 0 617 12 0 0 25 0 1 0 132915808 60362752 13703 4089446400 4194304 8223781 140735931127504 18446744073709551615 6562639 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 14737 13703 601 984 0 13750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58948

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14153
/proc/meminfo: memFree=30923416/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=58932 CPUtime=12.69
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 46803 0 0 0 1252 17 0 0 25 0 1 0 132915808 60346368 13691 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 14733 13691 601 984 0 13746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58932

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14153
/proc/meminfo: memFree=30924552/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=58800 CPUtime=25.49
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 70496 0 0 0 2522 27 0 0 25 0 1 0 132915808 60211200 13662 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 14700 13662 601 984 0 13713 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58800

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14154
/proc/meminfo: memFree=30920432/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=62084 CPUtime=51.09
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 139104 0 0 0 5056 53 0 0 25 0 1 0 132915808 63574016 14456 4089446400 4194304 8223781 140735931127504 18446744073709551615 6569392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 15521 14456 608 984 0 14534 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62084

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14155
/proc/meminfo: memFree=30886532/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=92320 CPUtime=102.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 253452 0 0 0 10114 116 0 0 25 0 1 0 132915808 94535680 22110 4089446400 4194304 8223781 140735931127504 18446744073709551615 6328559 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 23080 22110 607 984 0 22093 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92320

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14157
/proc/meminfo: memFree=30833420/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=141640 CPUtime=162.29
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 317388 0 0 0 16050 179 0 0 25 0 1 0 132915808 145039360 34494 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 35410 34494 607 984 0 34423 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141640

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14158
/proc/meminfo: memFree=30777452/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=193828 CPUtime=222.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 385904 0 0 0 21982 248 0 0 25 0 1 0 132915808 198479872 47135 4089446400 4194304 8223781 140735931127504 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 48457 47135 607 984 0 47470 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 193828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14160
/proc/meminfo: memFree=30727052/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=239372 CPUtime=282.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 446078 0 0 0 27923 307 0 0 25 0 1 0 132915808 245116928 58644 4089446400 4194304 8223781 140735931127504 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 59843 58644 607 984 0 58856 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239372

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14162
/proc/meminfo: memFree=30678028/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=284352 CPUtime=342.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 532898 0 0 0 33856 374 0 0 25 0 1 0 132915808 291176448 69972 4089446400 4194304 8223781 140735931127504 18446744073709551615 6328812 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 71088 69972 607 984 0 70101 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 284352

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14163
/proc/meminfo: memFree=30623568/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=331040 CPUtime=402.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 600765 0 0 0 39792 438 0 0 25 0 1 0 132915808 338984960 81739 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 82760 81739 607 984 0 81773 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 331040

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14165
/proc/meminfo: memFree=30575168/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=376080 CPUtime=462.31
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 690127 0 0 0 45728 503 0 0 25 0 1 0 132915808 385105920 93049 4089446400 4194304 8223781 140735931127504 18446744073709551615 6520513 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 94020 93049 607 984 0 93033 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 376080

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14166
/proc/meminfo: memFree=30523536/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=423200 CPUtime=522.3
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 758675 0 0 0 51664 566 0 0 25 0 1 0 132915808 433356800 104939 4089446400 4194304 8223781 140735931127504 18446744073709551615 6003242 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 105800 104939 607 984 0 104813 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 423200

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14168
/proc/meminfo: memFree=30466832/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=478884 CPUtime=582.31
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 820981 0 0 0 57601 630 0 0 25 0 1 0 132915808 490377216 117988 4089446400 4194304 8223781 140735931127504 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 119721 117988 607 984 0 118734 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 478884

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14170
/proc/meminfo: memFree=30410728/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=528772 CPUtime=642.32
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 856425 0 0 0 63540 692 0 0 25 0 1 0 132915808 541462528 130565 4089446400 4194304 8223781 140735931127504 18446744073709551615 5484165 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 132193 130565 607 984 0 131206 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 528772

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 14179
/proc/meminfo: memFree=30096608/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=817492 CPUtime=1002.32
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1087632 0 0 0 99174 1058 0 0 25 0 1 0 132915808 837111808 203279 4089446400 4194304 8223781 140735931127504 18446744073709551615 6448564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 204373 203279 607 984 0 203386 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 817492

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 14190
/proc/meminfo: memFree=30037292/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=870288 CPUtime=1062.32
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1120156 0 0 0 105114 1118 0 0 25 0 1 0 132915808 891174912 216613 4089446400 4194304 8223781 140735931127504 18446744073709551615 6456019 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 217572 216613 609 984 0 216585 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 870288

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14191
/proc/meminfo: memFree=29983868/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=918648 CPUtime=1122.32
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1167339 0 0 0 111047 1185 0 0 25 0 1 0 132915808 940695552 228829 4089446400 4194304 8223781 140735931127504 18446744073709551615 7453498 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 229662 228829 607 984 0 228675 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 918648

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14193
/proc/meminfo: memFree=29928656/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=978096 CPUtime=1182.33
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1204670 0 0 0 116989 1244 0 0 25 0 1 0 132915808 1001570304 241744 4089446400 4194304 8223781 140735931127504 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 244524 241744 609 984 0 243537 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 978096

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14195
/proc/meminfo: memFree=29876020/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1025232 CPUtime=1242.32
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1246049 0 0 0 122927 1305 0 0 25 0 1 0 132915808 1049837568 253612 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 256308 253612 607 984 0 255321 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1025232

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14196
/proc/meminfo: memFree=29822804/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1072956 CPUtime=1302.33
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1311770 0 0 0 128863 1370 0 0 25 0 1 0 132915808 1098706944 265597 4089446400 4194304 8223781 140735931127504 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 268239 265597 607 984 0 267252 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1072956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14198
/proc/meminfo: memFree=29773792/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1118228 CPUtime=1362.33
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1373295 0 0 0 134802 1431 0 0 25 0 1 0 132915808 1145065472 277010 4089446400 4194304 8223781 140735931127504 18446744073709551615 6456019 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 279557 277010 607 984 0 278570 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1118228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14199
/proc/meminfo: memFree=29737028/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1148284 CPUtime=1422.34
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1472397 0 0 0 140734 1500 0 0 25 0 1 0 132915808 1175842816 284615 4089446400 4194304 8223781 140735931127504 18446744073709551615 6444686 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 287071 284615 607 984 0 286084 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1148284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14201
/proc/meminfo: memFree=29696424/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1184440 CPUtime=1482.33
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1551653 0 0 0 146666 1567 0 0 25 0 1 0 132915808 1212866560 293711 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14151/statm: 296110 293711 607 984 0 295123 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1184440

[startup+1542.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 14231
/proc/meminfo: memFree=29877704/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1220564 CPUtime=1542.34
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1668196 0 0 0 152511 1723 0 0 25 0 1 0 132915808 1249857536 302859 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 305141 302859 607 984 0 304154 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1220564

[startup+1602.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 14232
/proc/meminfo: memFree=29823120/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1267276 CPUtime=1602.33
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1740837 0 0 0 158306 1927 0 0 25 0 1 0 132915808 1297690624 314618 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 316819 314618 607 984 0 315832 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1267276

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 14234
/proc/meminfo: memFree=29776328/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1307604 CPUtime=1662.34
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1884129 0 0 0 164088 2146 0 0 25 0 1 0 132915808 1338986496 324752 4089446400 4194304 8223781 140735931127504 18446744073709551615 6003963 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 326901 324752 607 984 0 325914 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1307604

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14235
/proc/meminfo: memFree=29725076/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1350340 CPUtime=1722.34
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 1967040 0 0 0 169864 2370 0 0 25 0 1 0 132915808 1382748160 335513 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 337585 335513 607 984 0 336598 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1350340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14237
/proc/meminfo: memFree=29677812/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1383748 CPUtime=1782.35
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 2038232 0 0 0 175641 2594 0 0 25 0 1 0 132915808 1416957952 343953 4089446400 4194304 8223781 140735931127504 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 345937 343953 607 984 0 344950 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1383748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14237
/proc/meminfo: memFree=29662912/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1394984 CPUtime=1800.05
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 2054545 0 0 0 177346 2659 0 0 25 0 1 0 132915808 1428463616 346786 4089446400 4194304 8223781 140735931127504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14151/statm: 348746 346786 607 984 0 347759 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1394984

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

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

[startup+1800.6 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 14238
/proc/meminfo: memFree=29730732/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=1323304 CPUtime=1800.64
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 2054557 0 0 0 177405 2659 0 0 18 0 1 0 132915808 1355063296 328867 4089446400 4194304 8223781 140735931127504 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14151/statm: 330826 328867 608 984 0 329839 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 1323304

[startup+1801 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 14238
/proc/meminfo: memFree=29730732/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=764524 CPUtime=1801.05
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 2054557 0 0 0 177443 2662 0 0 19 0 1 0 132915808 782872576 188916 4089446400 4194304 8223781 140735931127504 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14151/statm: 190875 188916 608 984 0 189888 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 764524

[startup+1801.2 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 14238
/proc/meminfo: memFree=29730732/32951124 swapFree=67111528/67111528
[pid=14151] ppid=14149 vsize=98364 CPUtime=1801.24
/proc/14151/stat : 14151 (pbscip.linux.x8) R 14149 14151 13645 0 -1 4202496 2054557 0 0 0 177459 2665 0 0 19 0 1 0 132915808 100724736 23690 4089446400 4194304 8223781 140735931127504 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14151/statm: 24335 23690 608 984 0 23348 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 98364

Child status: 0
Real time (s): 1801.21
CPU time (s): 1801.26
CPU user time (s): 1774.6
CPU system time (s): 26.6599
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1395312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.6
system time used= 26.6599
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2054561
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= 2697

runsolver used 3.03454 second user time and 6.77497 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 18:43:24
IDJOB=2692482
IDBENCH=79067
IDSOLVER=1204
FILE ID=node137/2692482-1277916204
PBS_JOBID= 11197298
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j308_1-unsat--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692482-1277916204/watcher-2692482-1277916204 -o /tmp/evaluation-result-2692482-1277916204/solver-2692482-1277916204 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692482-1277916204.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4e0a136411b79a2ddcc8f753eeb43778
RANDOM SEED=1972692347

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30975628 kB
Buffers:        202696 kB
Cached:        1266332 kB
SwapCached:          0 kB
Active:         908624 kB
Inactive:       919632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30975628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5100 kB
Writeback:           0 kB
AnonPages:      359216 kB
Mapped:          15840 kB
Slab:            80752 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   511676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node137 at 2010-06-30 19:13:26