Trace number 3447931

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh302_wcsp.wbo
MD5SUM8b86218007c145a9ce1787d0bbf0d30b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark395
Best CPU time to get the best result obtained on this benchmark0.12698
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447931-1307902286.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.4
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |5217k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   138 |     - |6428k|   0 |  75 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   418 |     - |9888k|   0 |  86 |1900 |2700 |1900 | 933 |  33 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   591 |     - |  11M|   0 |  79 |1900 |2700 |1900 | 954 |  54 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   867 |     - |  12M|   0 |  81 |1900 |2700 |1900 | 986 |  86 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |   916 |     - |  13M|   0 |  88 |1900 |2700 |1900 |1001 | 101 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   953 |     - |  15M|   0 |  86 |1900 |2700 |1900 |1007 | 107 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.99/1.05	c   1.1s|     1 |     0 |  1005 |     - |  17M|   0 |  86 |1900 |2700 |1900 |1015 | 115 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
2.10/2.20	c   2.2s|     1 |     2 |  1005 |     - |  17M|   0 |  86 |1900 |2700 |1900 |1015 | 115 |   0 |  35 | 0.000000e+00 | 4.448540e+05 |    Inf 
10.90/10.99	o 13245
10.90/10.99	c *11.0s|   536 |   535 | 22121 |  39.5 |  20M|  71 |   - |1900 |2700 |1900 |1104 |1127 |   0 |1125 | 0.000000e+00 | 1.324500e+04 |    Inf 
74.49/74.53	c  74.5s| 10000 |  9999 |442358 |  44.1 |  32M|  71 |   3 |1900 |2700 |1900 | 987 |  35k|   0 |2488 | 0.000000e+00 | 1.324500e+04 |    Inf 
140.70/140.79	c   141s| 20000 | 19999 |860948 |  43.0 |  43M|  71 |  21 |1900 |2700 |1900 |1041 |  72k|   0 |4203 | 0.000000e+00 | 1.324500e+04 |    Inf 
210.70/210.73	c   211s| 30000 | 29999 |  1278k|  42.6 |  55M|  71 |   9 |1900 |2700 |1900 | 998 | 114k|   0 |5899 | 0.000000e+00 | 1.324500e+04 |    Inf 
287.30/287.30	c   287s| 40000 | 39999 |  1733k|  43.3 |  66M|  71 |   7 |1900 |2700 |1900 |1042 | 162k|   0 |7610 | 0.000000e+00 | 1.324500e+04 |    Inf 
358.50/358.57	c   359s| 50000 | 49999 |  2166k|  43.3 |  77M|  71 |   4 |1900 |2700 |1900 |1024 | 205k|   0 |9084 | 0.000000e+00 | 1.324500e+04 |    Inf 
426.11/426.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.11/426.18	c   426s| 60000 | 59999 |  2577k|  42.9 |  89M|  71 |  21 |1900 |2700 |1900 |1075 | 247k|   0 |  10k| 0.000000e+00 | 1.324500e+04 |    Inf 
498.31/498.37	c   498s| 70000 | 69999 |  3021k|  43.2 | 100M|  71 |  26 |1900 |2700 |1900 |1014 | 291k|   0 |  11k| 0.000000e+00 | 1.324500e+04 |    Inf 
570.81/570.83	c   571s| 80000 | 79999 |  3445k|  43.1 | 112M|  71 |  12 |1900 |2700 |1900 | 983 | 338k|   0 |  12k| 0.000000e+00 | 1.324500e+04 |    Inf 
640.81/640.86	c   641s| 90000 | 89999 |  3871k|  43.0 | 123M|  71 |  26 |1900 |2700 |1900 | 983 | 382k|   0 |  13k| 0.000000e+00 | 1.324500e+04 |    Inf 
713.61/713.60	c   714s|100000 | 99999 |  4299k|  43.0 | 135M|  71 |   3 |1900 |2700 |1900 | 997 | 429k|   0 |  14k| 0.000000e+00 | 1.324500e+04 |    Inf 
782.41/782.46	c   782s|110000 |109999 |  4722k|  42.9 | 146M|  71 |  13 |1900 |2700 |1900 |1048 | 472k|   0 |  15k| 0.000000e+00 | 1.324500e+04 |    Inf 
854.52/854.57	c   855s|120000 |119999 |  5161k|  43.0 | 158M|  71 |  10 |1900 |2700 |1900 | 990 | 517k|   0 |  16k| 0.000000e+00 | 1.324500e+04 |    Inf 
924.72/924.79	c   925s|130000 |129999 |  5592k|  43.0 | 169M|  71 |   4 |1900 |2700 |1900 |1035 | 561k|   0 |  17k| 0.000000e+00 | 1.324500e+04 |    Inf 
999.22/999.25	c   999s|140000 |139999 |  6022k|  43.0 | 180M|  71 |   5 |1900 |2700 |1900 | 994 | 610k|   0 |  18k| 0.000000e+00 | 1.324500e+04 |    Inf 
1020.62/1020.62	o 8078
1020.62/1020.62	c *1021s|142618 |142494 |  6141k|  43.1 | 183M|  71 |   - |1900 |2700 |1900 |1093 | 625k|   0 |  18k| 0.000000e+00 | 8.078000e+03 |    Inf 
1021.02/1021.04	o 8014
1021.02/1021.04	c *1021s|142654 |142512 |  6143k|  43.1 | 184M|  71 |   - |1900 |2700 |1900 |1086 | 625k|   0 |  18k| 0.000000e+00 | 8.014000e+03 |    Inf 
1075.32/1075.34	c  1075s|150000 |149834 |  6478k|  43.2 | 192M|  71 |   2 |1900 |2708 |1900 |1013 | 658k|   8 |  19k| 0.000000e+00 | 8.014000e+03 |    Inf 
1153.32/1153.38	c  1153s|160000 |159810 |  6936k|  43.3 | 204M|  71 |  19 |1900 |2719 |1900 |1036 | 708k|  19 |  20k| 0.000000e+00 | 8.014000e+03 |    Inf 
1232.22/1232.26	c  1232s|170000 |169738 |  7401k|  43.5 | 216M|  71 |   3 |1900 |2735 |1900 |1038 | 759k|  40 |  21k| 0.000000e+00 | 8.014000e+03 |    Inf 
1307.43/1307.40	c  1307s|180000 |179674 |  7858k|  43.7 | 227M|  71 |   5 |1900 |2765 |1900 | 982 | 806k|  71 |  22k| 0.000000e+00 | 8.014000e+03 |    Inf 
1378.63/1378.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1378.63/1378.69	c  1379s|190000 |189654 |  8308k|  43.7 | 239M|  71 |  18 |1900 |2764 |1900 | 982 | 848k|  76 |  23k| 0.000000e+00 | 8.014000e+03 |    Inf 
1382.32/1382.31	o 4592
1382.32/1382.31	c *1382s|190439 |180199 |  8328k|  43.7 | 230M|  71 |   - |1900 |2764 |1900 |1098 | 850k|  76 |  23k| 0.000000e+00 | 4.592000e+03 |    Inf 
1454.93/1454.96	c  1455s|200000 |188774 |  8762k|  43.8 | 241M|  71 |  41 |1900 |3282 |1900 |1024 | 895k| 606 |  24k| 0.000000e+00 | 4.592000e+03 |    Inf 
1529.23/1529.22	c  1529s|210000 |197609 |  9204k|  43.8 | 251M|  71 |   6 |1900 |3459 |1900 |1037 | 941k|1098 |  24k| 0.000000e+00 | 4.592000e+03 |    Inf 
1602.03/1602.02	c  1602s|220000 |206443 |  9641k|  43.8 | 262M|  71 |   6 |1900 |3495 |1900 |1011 | 986k|1629 |  25k| 0.000000e+00 | 4.592000e+03 |    Inf 
1675.13/1675.20	c  1675s|230000 |215511 | 10080k|  43.8 | 273M|  71 |  11 |1900 |3444 |1900 |1037 |1031k|2018 |  26k| 0.000000e+00 | 4.592000e+03 |    Inf 
1733.14/1733.16	o 4287
1733.14/1733.16	c *1733s|237733 |218697 | 10420k|  43.8 | 278M|  71 |   - |1900 |3348 |1900 |1106 |1067k|2339 |  27k| 0.000000e+00 | 4.287000e+03 |    Inf 
1750.15/1750.17	c  1750s|240000 |220626 | 10524k|  43.8 | 280M|  71 |   6 |1900 |3380 |1900 | 992 |1078k|2496 |  27k| 0.000000e+00 | 4.287000e+03 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 246743
1800.04/1800.00	c Primal Bound       : +4.28700000000000e+03 (104 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
1800.04/1800.00	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
1800.04/1800.00	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 -x136 x135 -x134 x133 -x132 
1800.04/1800.00	v x131 x130 -x129 -x128 x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1800.04/1800.00	v x108 -x107 -x106 x105 -x104 x103 x102 -x101 x100 -x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 x90 -x89 -x88 x87 x86 -x85 x84 
1800.04/1800.00	v -x83 x82 -x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 x72 -x71 -x70 x69 -x68 x67 x66 -x65 -x64 x63 x62 -x61 -x60 x59 x58 -x57 x56 
1800.04/1800.00	v -x55 -x54 x53 -x52 x51 -x50 x49 x48 -x47 x46 -x45 -x44 x43 x42 -x41 x40 -x39 x38 -x37 x36 -x35 -x34 x33 -x32 x31 x30 -x29 x28 
1800.04/1800.00	v -x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 x16 -x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.05 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3447931-1307902286.wbo
1800.04/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3447931-1307902286.wbo
1800.04/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1800 initial, 3517 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    1352427          0      23580          0          3         34          0          0     487042
1800.04/1800.00	c   varbound         :          0+         6     401403    1108882          2          0       1006          0      43299    1108981          0          0
1800.04/1800.00	c   linear           :        900          6     401604          5          0      23577       9946       1588     133135          0          0          0
1800.04/1800.00	c   indicator        :        900          0     400016    1108882          1      23574       4333          0      94860          0          0          0
1800.04/1800.00	c   logicor          :          0+         0      38369          0          0          0       1042        189       2951          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          5          2        101          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      56.78       0.00       0.00      56.77       0.00       0.01       0.00
1800.04/1800.00	c   varbound         :      22.36       0.00       4.02      18.34       0.00       0.00       0.00
1800.04/1800.00	c   linear           :       4.55       0.00       3.68       0.00       0.00       0.86       0.01
1800.04/1800.00	c   indicator        :      82.91       0.01       6.89      62.86       0.00      13.14       0.00
1800.04/1800.00	c   logicor          :       0.43       0.00       0.43       0.00       0.00       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :      12014       6214          3    1075177
1800.04/1800.00	c   rootredcost      :          5          0          0          0
1800.04/1800.00	c   pseudoobj        :     401880       1263        476      43299
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       1.85       1.85       0.00
1800.04/1800.00	c   rootredcost      :       0.09       0.09       0.00
1800.04/1800.00	c   pseudoobj        :       5.50       5.49       0.01
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.04       2256       2212       3034       14.8          7        7.0          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -       2881       14.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.01          5          -          -         29          -    (maximal pool size: 2310)
1800.04/1800.00	c   redcost          :      27.28     599726          0    1074690          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.34          6          0          0       1000          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.31          6          0          0       2482          0
1800.04/1800.00	c   cmir             :       0.11          6          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.05          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      56.35     243545          3         34          0          0     487042
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.02          -          5
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.09          6          0
1800.04/1800.00	c   crossover        :       0.66         26          1
1800.04/1800.00	c   coefdiving       :      13.85       3321          0
1800.04/1800.00	c   pscostdiving     :      13.11       3321          0
1800.04/1800.00	c   linesearchdiving :      14.43       3321          0
1800.04/1800.00	c   fracdiving       :      12.76       3321          0
1800.04/1800.00	c   veclendiving     :      11.41       3321          0
1800.04/1800.00	c   trivial          :       0.00          2          1
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.73     245169          0
1800.04/1800.00	c   zirounding       :       0.09       1000          0
1800.04/1800.00	c   rounding         :       0.68       6957          0
1800.04/1800.00	c   shifting         :       1.77       2106          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.01          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       8.68        659          0
1800.04/1800.00	c   rootsoldiving    :       7.93        652          0
1800.04/1800.00	c   guideddiving     :      12.64       3321          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.03          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.03          0          0
1800.04/1800.00	c   trysol           :       0.38      23470         97
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       6.59          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :    1229.35    1356680   10294327       7.59    8373.79
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:      62.42      57595     523471       9.09    8386.71
1800.04/1800.00	c   strong branching :      53.42      27635     496363      17.96    9292.12
1800.04/1800.00	c     (at root node) :          -         35      14004     400.11          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     246743
1800.04/1800.00	c   nodes (total)    :     246743
1800.04/1800.00	c   nodes left       :     226525
1800.04/1800.00	c   max depth        :         71
1800.04/1800.00	c   max depth (total):         71
1800.04/1800.00	c   backtracks       :      22895 (9.3%)
1800.04/1800.00	c   delayed cutoffs  :          5
1800.04/1800.00	c   repropagations   :         99 (2116 domain reductions, 5 cutoffs)
1800.04/1800.00	c   avg switch length:       3.80
1800.04/1800.00	c   switching time   :      18.32
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :        104 (6 improvements)
1800.04/1800.00	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +4.28700000000000e+03   (in run 1, after 237733 nodes, 1733.15 seconds, depth 45, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :       1005

Verifier Data

OK	4287

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 /var/tmp/evaluation-result-3447931-1307902286/watcher-3447931-1307902286 -o /var/tmp/evaluation-result-3447931-1307902286/solver-3447931-1307902286 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447931-1307902286.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 2/173 6016
/proc/meminfo: memFree=1275528/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 1542 0 0 0 0 0 0 0 25 0 1 0 901827429 10362880 1496 33554432000 4194304 9128323 140736329812960 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6016/statm: 2530 1496 399 1205 0 1321 0

[startup+0.092711 s]
/proc/loadavg: 2.00 2.00 1.95 2/173 6016
/proc/meminfo: memFree=1275528/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=27540 CPUtime=0.08 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 6132 0 0 0 8 0 0 0 25 0 1 0 901827429 28200960 5780 33554432000 4194304 9128323 140736329812960 18446744073709551615 5609264 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 6885 5780 649 1205 0 5676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27540

[startup+0.100711 s]
/proc/loadavg: 2.00 2.00 1.95 2/173 6016
/proc/meminfo: memFree=1275528/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=27936 CPUtime=0.09 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 6255 0 0 0 9 0 0 0 25 0 1 0 901827429 28606464 5903 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 6984 5903 655 1205 0 5775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27936

[startup+0.300676 s]
/proc/loadavg: 2.00 2.00 1.95 2/173 6016
/proc/meminfo: memFree=1275528/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=34376 CPUtime=0.29 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 12330 0 0 0 28 1 0 0 25 0 1 0 901827429 35201024 7629 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 8594 7629 718 1205 0 7385 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34376

[startup+0.700607 s]
/proc/loadavg: 2.00 2.00 1.95 2/173 6016
/proc/meminfo: memFree=1275528/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=43128 CPUtime=0.69 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 14412 0 0 0 67 2 0 0 25 0 1 0 901827429 44163072 9692 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 10782 9692 712 1205 0 9573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43128

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6022
/proc/meminfo: memFree=1184140/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=48140 CPUtime=1.49 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 19177 0 0 0 144 5 0 0 25 0 1 0 901827429 49295360 11005 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 12035 11005 719 1205 0 10826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48140

[startup+3.10011 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6022
/proc/meminfo: memFree=1182164/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=48840 CPUtime=3.09 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 19354 0 0 0 298 11 0 0 25 0 1 0 901827429 50012160 11171 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 12210 11171 719 1205 0 11001 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48840

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6022
/proc/meminfo: memFree=1181140/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=48840 CPUtime=6.29 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 19360 0 0 0 602 27 0 0 25 0 1 0 901827429 50012160 11177 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 12210 11177 719 1205 0 11001 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48840

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6022
/proc/meminfo: memFree=1176828/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=52808 CPUtime=12.7 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 24981 0 0 0 1219 51 0 0 25 0 1 0 901827429 54075392 12184 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 13202 12184 723 1205 0 11993 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52808

[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6022
/proc/meminfo: memFree=1173912/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=55612 CPUtime=25.49 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 32563 0 0 0 2453 96 0 0 25 0 1 0 901827429 56946688 12872 33554432000 4194304 9128323 140736329812960 18446744073709551615 6713654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 13903 12872 721 1205 0 12694 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55612

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6023
/proc/meminfo: memFree=1167036/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=60496 CPUtime=51.09 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 37251 0 0 0 4924 185 0 0 25 0 1 0 901827429 61947904 14098 33554432000 4194304 9128323 140736329812960 18446744073709551615 7311537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 15124 14098 721 1205 0 13915 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60496

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6024
/proc/meminfo: memFree=1147708/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=70128 CPUtime=102.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 46551 0 0 0 9871 359 0 0 25 0 1 0 901827429 71811072 16562 33554432000 4194304 9128323 140736329812960 18446744073709551615 7191206 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 17532 16562 721 1205 0 16323 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70128

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6026
/proc/meminfo: memFree=1128992/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=80308 CPUtime=162.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 49125 0 0 0 15666 564 0 0 25 0 1 0 901827429 82235392 19115 33554432000 4194304 9128323 140736329812960 18446744073709551615 6416732 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 20077 19115 721 1205 0 18868 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80308

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6028
/proc/meminfo: memFree=1109716/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=89748 CPUtime=222.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 55001 0 0 0 21468 762 0 0 25 0 1 0 901827429 91901952 21515 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 22437 21515 721 1205 0 21228 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 89748

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6029
/proc/meminfo: memFree=1090812/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=96948 CPUtime=282.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 56845 0 0 0 27276 954 0 0 25 0 1 0 901827429 99274752 23301 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 24237 23301 721 1205 0 23028 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96948

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6031
/proc/meminfo: memFree=1072896/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=106668 CPUtime=342.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 59324 0 0 0 33081 1149 0 0 25 0 1 0 901827429 109228032 25766 33554432000 4194304 9128323 140736329812960 18446744073709551615 7025292 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 26667 25766 721 1205 0 25458 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106668

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6032
/proc/meminfo: memFree=1052256/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=118876 CPUtime=402.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 65994 0 0 0 38883 1347 0 0 25 0 1 0 901827429 121729024 28921 33554432000 4194304 9128323 140736329812960 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 29719 28921 721 1205 0 28510 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 118876

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6034
/proc/meminfo: memFree=1032752/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=128596 CPUtime=462.3 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 68482 0 0 0 44683 1547 0 0 25 0 1 0 901827429 131682304 31352 33554432000 4194304 9128323 140736329812960 18446744073709551615 7184029 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 32149 31352 721 1205 0 30940 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 128596

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6036
/proc/meminfo: memFree=1014460/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=138740 CPUtime=522.31 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 70699 0 0 0 50494 1737 0 0 25 0 1 0 901827429 142069760 33439 33554432000 4194304 9128323 140736329812960 18446744073709551615 7162938 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 34685 33439 721 1205 0 33476 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 138740

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6037
/proc/meminfo: memFree=995804/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=148360 CPUtime=582.31 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 73052 0 0 0 56303 1928 0 0 25 0 1 0 901827429 151920640 35775 33554432000 4194304 9128323 140736329812960 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 37090 35775 721 1205 0 35881 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 148360

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6044
/proc/meminfo: memFree=916880/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=187528 CPUtime=822.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 86963 0 0 0 79541 2691 0 0 25 0 1 0 901827429 192028672 45743 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 46882 45743 721 1205 0 45673 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 187528

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6045
/proc/meminfo: memFree=897232/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=198052 CPUtime=882.31 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 89717 0 0 0 85342 2889 0 0 25 0 1 0 901827429 202805248 48462 33554432000 4194304 9128323 140736329812960 18446744073709551615 7162951 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 49513 48462 721 1205 0 48304 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 198052

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6047
/proc/meminfo: memFree=879440/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=207776 CPUtime=942.31 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 92245 0 0 0 91158 3073 0 0 25 0 1 0 901827429 212762624 50898 33554432000 4194304 9128323 140736329812960 18446744073709551615 7980044 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 51944 50898 721 1205 0 50735 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 207776

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6048
/proc/meminfo: memFree=863016/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=215196 CPUtime=1002.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 94199 0 0 0 96977 3255 0 0 25 0 1 0 901827429 220360704 52816 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 53799 52816 721 1205 0 52590 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 215196

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6050
/proc/meminfo: memFree=844748/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=224880 CPUtime=1062.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 108145 0 0 0 102783 3449 0 0 25 0 1 0 901827429 230277120 55273 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 56220 55273 727 1205 0 55011 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224880

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6052
/proc/meminfo: memFree=822500/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=234708 CPUtime=1122.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 117435 0 0 0 108594 3638 0 0 25 0 1 0 901827429 240340992 57691 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 58677 57691 727 1205 0 57468 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 234708

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6053
/proc/meminfo: memFree=806100/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=242964 CPUtime=1182.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 119586 0 0 0 114409 3823 0 0 25 0 1 0 901827429 248795136 59828 33554432000 4194304 9128323 140736329812960 18446744073709551615 7051405 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 60741 59828 727 1205 0 59532 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 242964

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6055
/proc/meminfo: memFree=788316/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=251232 CPUtime=1242.32 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 124939 0 0 0 120215 4017 0 0 25 0 1 0 901827429 257261568 61820 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 62808 61820 727 1205 0 61599 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 251232

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6056
/proc/meminfo: memFree=772280/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=260516 CPUtime=1302.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 127426 0 0 0 126021 4212 0 0 25 0 1 0 901827429 266768384 64285 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 65129 64285 727 1205 0 63920 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 260516

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6058
/proc/meminfo: memFree=752752/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=270292 CPUtime=1362.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 130065 0 0 0 131830 4403 0 0 25 0 1 0 901827429 276779008 66778 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 67573 66778 727 1205 0 66364 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 270292

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6060
/proc/meminfo: memFree=737452/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=275436 CPUtime=1422.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 144845 0 0 0 137642 4591 0 0 25 0 1 0 901827429 282046464 68046 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 68859 68046 727 1205 0 67650 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 275436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6061
/proc/meminfo: memFree=723644/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=281056 CPUtime=1482.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 150902 0 0 0 143455 4778 0 0 25 0 1 0 901827429 287801344 69460 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 70264 69460 727 1205 0 69055 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 281056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6063
/proc/meminfo: memFree=703248/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=295396 CPUtime=1542.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 153464 0 0 0 149261 4972 0 0 25 0 1 0 901827429 302485504 71987 33554432000 4194304 9128323 140736329812960 18446744073709551615 4823536 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 73849 71987 727 1205 0 72640 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 295396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6064
/proc/meminfo: memFree=690296/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=302356 CPUtime=1602.34 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 158785 0 0 0 155080 5154 0 0 25 0 1 0 901827429 309612544 73814 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 75589 73814 727 1205 0 74380 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 302356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6066
/proc/meminfo: memFree=670044/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=309468 CPUtime=1662.34 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 160597 0 0 0 160888 5346 0 0 25 0 1 0 901827429 316895232 75626 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 77367 75626 727 1205 0 76158 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 309468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6068
/proc/meminfo: memFree=654844/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=318488 CPUtime=1722.33 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 162929 0 0 0 166707 5526 0 0 25 0 1 0 901827429 326131712 77909 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 79622 77909 727 1205 0 78413 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 318488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6069
/proc/meminfo: memFree=644252/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=325512 CPUtime=1782.34 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 182037 0 0 0 172526 5708 0 0 25 0 1 0 901827429 333324288 79678 33554432000 4194304 9128323 140736329812960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6016/statm: 81378 79678 728 1205 0 80169 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 325512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6070
/proc/meminfo: memFree=641264/32950928 swapFree=67048888/67111528
[pid=6016] ppid=6014 vsize=328488 CPUtime=1800.04 cores=1,3,5,7
/proc/6016/stat : 6016 (scip-2.0.1.4.li) R 6014 6016 4454 0 -1 4202496 182793 0 0 0 174235 5769 0 0 18 0 1 0 901827429 336371712 80430 33554432000 4194304 9128323 140736329812960 18446744073709551615 6626448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6016/statm: 82122 80430 730 1205 0 80913 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 328488

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1742.36
CPU system time (s): 57.7112
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 335980

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

runsolver used 2.82557 second user time and 6.82696 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 20:11:26
IDJOB=3447931
IDBENCH=79387
IDSOLVER=1944
FILE ID=node122/3447931-1307902286
RUNJOBID= node122-1307898651-4741
PBS_JOBID= 13559584
Free space on /var/tmp= 2892 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh302_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447931-1307902286/watcher-3447931-1307902286 -o /var/tmp/evaluation-result-3447931-1307902286/solver-3447931-1307902286 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447931-1307902286.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8b86218007c145a9ce1787d0bbf0d30b
RANDOM SEED=1319646680

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.820
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.75
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1275624 kB
Buffers:         56444 kB
Cached:       30645100 kB
SwapCached:      14912 kB
Active:       15650496 kB
Inactive:     15069976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1275624 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           24096 kB
Writeback:           0 kB
AnonPages:       16296 kB
Mapped:           8456 kB
Slab:           890364 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191092 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 /var/tmp at the end= 2868 MiB
End job on node122 at 2011-06-12 20:41:28