Trace number 3447971

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.28 1800.25

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh310_wcsp.wbo
MD5SUM9767c89dfda19e08df7810305b3128ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark463
Best CPU time to get the best result obtained on this benchmark1.26181
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 constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
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-3447971-1307902714.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 |     - |5210k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   122 |     - |6418k|   0 |  84 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   406 |     - |8669k|   0 |  85 |1900 |2700 |1900 | 927 |  27 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.35	c   0.4s|     1 |     0 |   490 |     - |  10M|   0 |  82 |1900 |2700 |1900 | 944 |  44 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   549 |     - |  12M|   0 |  90 |1900 |2700 |1900 | 964 |  64 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   619 |     - |  13M|   0 |  82 |1900 |2700 |1900 | 975 |  75 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.69/0.75	c   0.8s|     1 |     0 |   700 |     - |  15M|   0 |  84 |1900 |2700 |1900 | 983 |  83 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |   765 |     - |  17M|   0 |  83 |1900 |2700 |1900 | 993 |  93 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.69/1.74	c   1.7s|     1 |     2 |   765 |     - |  17M|   0 |  83 |1900 |2700 |1900 | 993 |  93 |   0 |  49 | 0.000000e+00 | 4.448540e+05 |    Inf 
5.79/5.85	o 10178
5.79/5.85	c * 5.8s|    56 |    55 |  2923 |  39.2 |  18M|  55 |   - |1900 |2700 |1900 |1073 | 165 |   0 | 746 | 3.200000e+01 | 1.017800e+04 |  Large 
33.69/33.78	o 8174
33.69/33.78	c *33.8s|  3746 |  3738 |180094 |  47.9 |  25M|  55 |   - |1900 |2700 |1900 |1057 |  10k|   0 |2400 | 3.200000e+01 | 8.174000e+03 |  Large 
83.19/83.27	c  83.3s| 10000 |  9988 |515669 |  51.5 |  33M|  55 |   7 |1900 |2701 |1900 |1003 |  32k|   1 |3357 | 3.200000e+01 | 8.174000e+03 |  Large 
164.89/164.93	c   165s| 20000 | 19988 |  1033k|  51.6 |  44M|  55 |   2 |1900 |2701 |1900 |1041 |  71k|   1 |5654 | 3.200000e+01 | 8.174000e+03 |  Large 
213.19/213.26	o 6626
213.19/213.26	c * 213s| 25751 | 25686 |  1332k|  51.7 |  50M|  55 |   - |1900 |2701 |1900 |1071 |  95k|   1 |6939 | 3.200000e+01 | 6.626000e+03 |  Large 
246.69/246.78	c   247s| 30000 | 29921 |  1554k|  51.8 |  55M|  55 |  38 |1900 |2706 |1900 |1035 | 111k|   6 |7697 | 3.200000e+01 | 6.626000e+03 |  Large 
268.79/268.84	o 6355
268.79/268.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.79/268.84	c * 269s| 32617 | 32469 |  1694k|  51.9 |  58M|  55 |   - |1900 |2717 |1900 |1053 | 121k|  17 |8221 | 3.200000e+01 | 6.355000e+03 |  Large 
279.88/279.93	o 4664
279.88/279.93	c * 280s| 33850 | 32820 |  1761k|  52.0 |  58M|  55 |   - |1900 |2726 |1900 |1031 | 127k|  26 |8541 | 3.200000e+01 | 4.664000e+03 |  Large 
307.19/307.20	o 2658
307.19/307.20	c * 307s| 37401 | 29083 |  1942k|  51.9 |  56M|  55 |   - |1900 |2806 |1900 |1060 | 140k| 106 |8989 | 3.200000e+01 | 2.658000e+03 |8206.25%
321.79/321.88	o 2158
321.79/321.88	c * 322s| 39298 | 25351 |  2036k|  51.8 |  53M|  55 |   - |1900 |3058 |1900 |1042 | 146k| 360 |9246 | 3.200000e+01 | 2.158000e+03 |6643.75%
327.39/327.42	c   327s| 40000 | 25632 |  2070k|  51.7 |  54M|  55 |   - |1900 |3212 |1900 |1028 | 148k| 520 |9317 | 3.200000e+01 | 2.158000e+03 |6643.75%
400.69/400.73	c   401s| 50000 | 30364 |  2542k|  50.8 |  62M|  55 |   - |1900 |3126 |1900 |1012 | 177k|2682 |  10k| 3.200000e+01 | 2.158000e+03 |6643.75%
474.69/474.71	c   475s| 60000 | 34809 |  3022k|  50.4 |  69M|  55 |   - |1900 |2991 |1900 |1024 | 205k|4814 |  11k| 3.200000e+01 | 2.158000e+03 |6643.75%
548.90/548.94	c   549s| 70000 | 39348 |  3502k|  50.0 |  77M|  55 |   3 |1900 |2997 |1900 |1003 | 234k|7076 |  12k| 3.200000e+01 | 2.158000e+03 |6643.75%
592.70/592.80	o 2128
592.70/592.80	c c 593s| 75760 | 41315 |  3783k|  49.9 |  81M|  55 |   - |1900 |2991 |1900 |1048 | 251k|8389 |  12k| 3.200000e+01 | 2.128000e+03 |6550.00%
622.09/622.16	c   622s| 80000 | 43171 |  3969k|  49.6 |  84M|  55 |   2 |1900 |2992 |1900 |1017 | 262k|9381 |  13k| 3.200000e+01 | 2.128000e+03 |6550.00%
695.80/695.82	c   696s| 90000 | 47238 |  4434k|  49.3 |  92M|  55 |  30 |1900 |3040 |1900 |1030 | 292k|  11k|  13k| 3.200000e+01 | 2.128000e+03 |6550.00%
751.70/751.75	o 2116
751.70/751.75	c * 752s| 97629 | 50394 |  4807k|  49.2 |  97M|  55 |   - |1900 |3243 |1900 |1050 | 312k|  13k|  14k| 3.200000e+01 | 2.116000e+03 |6512.50%
769.00/769.00	c   769s|100000 | 51264 |  4911k|  49.1 |  99M|  55 |   2 |1900 |3090 |1900 |1006 | 319k|  14k|  14k| 3.200000e+01 | 2.116000e+03 |6512.50%
841.90/841.93	c   842s|110000 | 55195 |  5367k|  48.8 | 106M|  55 |   5 |1900 |3124 |1900 |1006 | 349k|  16k|  15k| 3.200000e+01 | 2.116000e+03 |6512.50%
868.81/868.84	o 1854
868.81/868.84	c * 869s|113645 | 52766 |  5527k|  48.6 | 102M|  56 |   - |1900 |3248 |1900 |1037 | 361k|  17k|  15k| 3.200000e+01 | 1.854000e+03 |5693.75%
916.50/916.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.50/916.57	c   917s|120000 | 54755 |  5825k|  48.5 | 106M|  56 |   3 |1900 |3139 |1900 |1009 | 379k|  19k|  16k| 3.200000e+01 | 1.854000e+03 |5693.75%
991.60/991.64	c   992s|130000 | 57734 |  6299k|  48.4 | 112M|  56 |   4 |1900 |3128 |1900 |1001 | 408k|  22k|  16k| 3.200000e+01 | 1.854000e+03 |5693.75%
1065.70/1065.78	c  1066s|140000 | 61333 |  6775k|  48.4 | 119M|  56 |   - |1900 |3106 |   0 |   0 | 435k|  25k|  17k| 3.200000e+01 | 1.854000e+03 |5693.75%
1139.11/1139.13	c  1139s|150000 | 65438 |  7261k|  48.4 | 126M|  56 |  13 |1900 |3015 |1900 |1015 | 461k|  28k|  17k| 3.200000e+01 | 1.854000e+03 |5693.75%
1207.51/1207.50	c  1208s|160000 | 69586 |  7698k|  48.1 | 133M|  56 |   8 |1900 |3168 |1900 |1028 | 484k|  30k|  18k| 3.200000e+01 | 1.854000e+03 |5693.75%
1277.02/1277.04	c  1277s|170000 | 73390 |  8133k|  47.8 | 140M|  56 |   - |1900 |3255 |1900 |1009 | 509k|  33k|  19k| 3.200000e+01 | 1.854000e+03 |5693.75%
1342.72/1342.71	c  1343s|180000 | 77680 |  8539k|  47.4 | 149M|  56 |   3 |1900 |3339 |1900 |1001 | 532k|  36k|  19k| 3.200000e+01 | 1.854000e+03 |5693.75%
1410.91/1410.97	c  1411s|190000 | 81356 |  8975k|  47.2 | 156M|  56 |   4 |1900 |3238 |1900 |1001 | 556k|  39k|  20k| 3.200000e+01 | 1.854000e+03 |5693.75%
1478.02/1478.00	c  1478s|200000 | 85249 |  9383k|  46.9 | 162M|  56 |  14 |1900 |3243 |1900 |1030 | 581k|  43k|  20k| 3.200000e+01 | 1.854000e+03 |5693.75%
1547.22/1547.24	c  1547s|210000 | 88912 |  9807k|  46.7 | 170M|  56 |   - |1900 |3338 |1900 |1023 | 607k|  46k|  21k| 3.200000e+01 | 1.854000e+03 |5693.75%
1572.62/1572.66	o 1620
1572.62/1572.66	c *1573s|213726 | 86500 |  9964k|  46.6 | 164M|  56 |   - |1900 |3365 |1900 |1038 | 616k|  47k|  21k| 3.200000e+01 | 1.620000e+03 |4962.50%
1613.32/1613.39	c  1613s|220000 | 88410 | 10211k|  46.4 | 168M|  56 |   2 |1900 |3363 |1900 |1007 | 629k|  49k|  21k| 3.200000e+01 | 1.620000e+03 |4962.50%
1683.62/1683.62	c  1684s|230000 | 91164 | 10634k|  46.2 | 175M|  56 |   - |1900 |3278 |1900 |1016 | 654k|  53k|  22k| 3.200000e+01 | 1.620000e+03 |4962.50%
1701.42/1701.41	o 1601
1701.42/1701.41	c *1701s|232498 | 91506 | 10744k|  46.2 | 176M|  56 |   - |1900 |3201 |1900 |1028 | 661k|  54k|  22k| 3.200000e+01 | 1.601000e+03 |4903.12%
1753.32/1753.31	c  1753s|240000 | 93493 | 11061k|  46.1 | 181M|  56 |   3 |1900 |3213 |1900 |1016 | 678k|  57k|  22k| 3.200000e+01 | 1.601000e+03 |4903.12%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 246730
1800.03/1800.00	c Primal Bound       : +1.60100000000000e+03 (111 solutions)
1800.03/1800.00	c Dual Bound         : +3.20000000000000e+01
1800.03/1800.00	c Gap                : 4903.12 %
1800.03/1800.00	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.05 (included in solving)
1800.03/1800.00	c   reading          :       0.01 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447971-1307902714.wbo
1800.03/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447971-1307902714.wbo
1800.03/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1800 initial, 3634 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     876261          0      13029          0        139        514          0          0     363450
1800.03/1800.00	c   varbound         :          0+         6     670945     694052          1          0      56252          6    3400447     694126          0          0
1800.03/1800.00	c   linear           :        900          6     671140         11          0      13026     268921      27129    1095448          0          0          0
1800.03/1800.00	c   indicator        :        900          0     644011     694052          1      13021      95388          0     151245          0          0          0
1800.03/1800.00	c   logicor          :          0+         0     309231          0          0          0      47941       5727     120405          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         11          1        102          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      52.96       0.00       0.00      52.95       0.00       0.01       0.00
1800.03/1800.00	c   varbound         :      26.47       0.00      15.13      11.33       0.00       0.00       0.02
1800.03/1800.00	c   linear           :      15.83       0.00      14.89       0.00       0.00       0.71       0.22
1800.03/1800.00	c   indicator        :      65.67       0.01      13.43      44.27       0.00       7.92       0.03
1800.03/1800.00	c   logicor          :       3.35       0.00       3.28       0.00       0.00       0.00       0.06
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :     299098     146662         44   21157597
1800.03/1800.00	c   rootredcost      :         12          0          0          0
1800.03/1800.00	c   pseudoobj        :     688927      68649      17981    3398487
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :      43.15      43.09       0.05
1800.03/1800.00	c   rootredcost      :       0.17       0.17       0.00
1800.03/1800.00	c   pseudoobj        :      14.98      14.28       0.69
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       1.51      50887      48334      61235       16.2        757        7.7          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -      59897       15.6          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2709)
1800.03/1800.00	c   redcost          :      44.76     571506          0   21153280          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.32          6          0          0        322          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.26          6          0          0       2590          0
1800.03/1800.00	c   cmir             :       0.05          6          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.04          6          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      52.62     182209        139        514          0          0     363450
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.03          -         11
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   feaspump         :       0.01          0          0
1800.03/1800.00	c   oneopt           :       0.17         13          0
1800.03/1800.00	c   crossover        :       1.30         44          0
1800.03/1800.00	c   veclendiving     :       6.60       1570          0
1800.03/1800.00	c   coefdiving       :       7.13       1571          1
1800.03/1800.00	c   linesearchdiving :       7.64       1571          0
1800.03/1800.00	c   pscostdiving     :       6.59       1571          0
1800.03/1800.00	c   fracdiving       :       7.10       1571          0
1800.03/1800.00	c   guideddiving     :       6.88       1571          0
1800.03/1800.00	c   objpscostdiving  :      10.49        786          0
1800.03/1800.00	c   rootsoldiving    :       8.61        786          0
1800.03/1800.00	c   trivial          :       0.00          2          1
1800.03/1800.00	c   shiftandpropagate:       0.00          0          0
1800.03/1800.00	c   simplerounding   :       0.64     207371          0
1800.03/1800.00	c   zirounding       :       0.10       1000          0
1800.03/1800.00	c   rounding         :       0.58       6388          0
1800.03/1800.00	c   shifting         :       1.82       2021          0
1800.03/1800.01	c   intshifting      :       0.01          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.02          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.04          0          0
1800.03/1800.01	c   trysol           :       0.32      12915         98
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       5.90          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :    1194.78     965251   10975338      11.37    9186.09
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:      42.07      26254     371071      14.13    8819.29
1800.03/1800.01	c   strong branching :      50.03      22907     431713      18.85    8628.59
1800.03/1800.01	c     (at root node) :          -         49      10847     221.37          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     246730
1800.03/1800.01	c   nodes (total)    :     246730
1800.03/1800.01	c   nodes left       :      94999
1800.03/1800.01	c   max depth        :         56
1800.03/1800.01	c   max depth (total):         56
1800.03/1800.01	c   backtracks       :      37847 (15.3%)
1800.03/1800.01	c   delayed cutoffs  :        368
1800.03/1800.01	c   repropagations   :      20605 (162498 domain reductions, 322 cutoffs)
1800.03/1800.01	c   avg switch length:       4.51
1800.03/1800.01	c   switching time   :      48.48
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        111 (13 improvements)
1800.03/1800.01	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +1.60100000000000e+03   (in run 1, after 232498 nodes, 1701.41 seconds, depth 36, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : +3.20000000000000e+01
1800.03/1800.01	c   Gap              :    4903.12 %
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        765
1800.23/1800.24	c Time complete: 1800.27.

Verifier Data

OK	1601

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447971-1307902714/watcher-3447971-1307902714 -o /tmp/evaluation-result-3447971-1307902714/solver-3447971-1307902714 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447971-1307902714.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 4072
/proc/meminfo: memFree=32117060/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=10116 CPUtime=0 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 901874197 10358784 1492 33554432000 4194304 9128323 140735521517760 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4072/statm: 2529 1495 399 1205 0 1320 0

[startup+0.0705419 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 4072
/proc/meminfo: memFree=32117060/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=27076 CPUtime=0.06 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 5954 0 0 0 6 0 0 0 18 0 1 0 901874197 27725824 5649 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4072/statm: 6769 5649 631 1205 0 5560 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27076

[startup+0.100547 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 4072
/proc/meminfo: memFree=32117060/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=27980 CPUtime=0.09 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 6230 0 0 0 9 0 0 0 18 0 1 0 901874197 28651520 5896 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4072/statm: 6995 5896 655 1205 0 5786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27980

[startup+0.300502 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 4072
/proc/meminfo: memFree=32117060/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=31956 CPUtime=0.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 11697 0 0 0 29 0 0 0 18 0 1 0 901874197 32722944 7033 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4072/statm: 7989 7033 722 1205 0 6780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31956

[startup+0.700429 s]
/proc/loadavg: 1.92 1.98 1.95 2/177 4072
/proc/meminfo: memFree=32117060/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=43296 CPUtime=0.69 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 14270 0 0 0 68 1 0 0 18 0 1 0 901874197 44335104 9587 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4072/statm: 10824 9587 712 1205 0 9615 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43296

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.95 3/178 4073
/proc/meminfo: memFree=32076528/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=47016 CPUtime=1.49 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 18752 0 0 0 147 2 0 0 19 0 1 0 901874197 48144384 10571 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4072/statm: 11754 10571 719 1205 0 10545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47016

[startup+3.10097 s]
/proc/loadavg: 1.92 1.98 1.95 3/178 4073
/proc/meminfo: memFree=32076156/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=47476 CPUtime=3.09 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 18888 0 0 0 305 4 0 0 25 0 1 0 901874197 48615424 10706 33554432000 4194304 9128323 140735521517760 18446744073709551615 7315244 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/4072/statm: 11869 10706 719 1205 0 10660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47476

[startup+6.30044 s]
/proc/loadavg: 1.93 1.98 1.95 3/178 4073
/proc/meminfo: memFree=32076164/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=47648 CPUtime=6.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 18937 0 0 0 621 8 0 0 25 0 1 0 901874197 48791552 10755 33554432000 4194304 9128323 140735521517760 18446744073709551615 7267311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 11912 10755 720 1205 0 10703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47648

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.95 3/178 4073
/proc/meminfo: memFree=32071956/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=51232 CPUtime=12.68 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 22359 0 0 0 1254 14 0 0 25 0 1 0 901874197 52461568 11627 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 12808 11627 721 1205 0 11599 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51232

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.95 3/178 4074
/proc/meminfo: memFree=32065512/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=54696 CPUtime=25.48 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 26638 0 0 0 2520 28 0 0 25 0 1 0 901874197 56008704 12438 33554432000 4194304 9128323 140735521517760 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 13674 12438 721 1205 0 12465 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54696

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.95 3/178 4074
/proc/meminfo: memFree=32050212/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=58468 CPUtime=51.09 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 41518 0 0 0 5055 54 0 0 25 0 1 0 901874197 59871232 13438 33554432000 4194304 9128323 140735521517760 18446744073709551615 7176963 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 14617 13438 727 1205 0 13408 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58468

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.95 3/178 4076
/proc/meminfo: memFree=32029960/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=66768 CPUtime=102.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 50595 0 0 0 10118 111 0 0 25 0 1 0 901874197 68370432 15539 33554432000 4194304 9128323 140735521517760 18446744073709551615 4575921 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 16692 15539 727 1205 0 15483 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66768

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 4077
/proc/meminfo: memFree=32006472/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=73796 CPUtime=162.28 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 55930 0 0 0 16059 169 0 0 25 0 1 0 901874197 75567104 17338 33554432000 4194304 9128323 140735521517760 18446744073709551615 7216596 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 18449 17338 731 1205 0 17240 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 73796

[startup+222.301 s]
/proc/loadavg: 2.04 2.00 1.95 3/178 4079
/proc/meminfo: memFree=31979256/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=83908 CPUtime=222.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 65428 0 0 0 21999 230 0 0 25 0 1 0 901874197 85921792 19881 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 20977 19881 727 1205 0 19768 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83908

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 4080
/proc/meminfo: memFree=31955644/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=90948 CPUtime=282.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 85762 0 0 0 27937 292 0 0 25 0 1 0 901874197 93130752 21666 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 22737 21666 727 1205 0 21528 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90948

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4082
/proc/meminfo: memFree=31935488/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=96172 CPUtime=342.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 115381 0 0 0 33879 350 0 0 25 0 1 0 901874197 98480128 22984 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 24043 22984 727 1205 0 22834 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96172

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4084
/proc/meminfo: memFree=31914604/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=100228 CPUtime=402.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 123415 0 0 0 39826 403 0 0 25 0 1 0 901874197 102633472 24020 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 25057 24020 727 1205 0 23848 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 100228

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4085
/proc/meminfo: memFree=31888376/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=106124 CPUtime=462.3 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 128393 0 0 0 45771 459 0 0 25 0 1 0 901874197 108670976 25477 33554432000 4194304 9128323 140735521517760 18446744073709551615 6713664 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 26531 25477 727 1205 0 25322 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 106124

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4087
/proc/meminfo: memFree=31871328/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=113392 CPUtime=522.29 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 133689 0 0 0 51721 508 0 0 25 0 1 0 901874197 116113408 27297 33554432000 4194304 9128323 140735521517760 18446744073709551615 7366223 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 28348 27297 727 1205 0 27139 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 113392

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4088
/proc/meminfo: memFree=31845604/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=121276 CPUtime=582.3 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 135710 0 0 0 57667 563 0 0 25 0 1 0 901874197 124186624 29298 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 30319 29298 727 1205 0 29110 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 121276

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 4096
/proc/meminfo: memFree=31722192/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=156208 CPUtime=882.3 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 184328 0 0 0 87401 829 0 0 25 0 1 0 901874197 159956992 38107 33554432000 4194304 9128323 140735521517760 18446744073709551615 7163269 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 39052 38107 727 1205 0 37843 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 156208

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4098
/proc/meminfo: memFree=31705028/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=158216 CPUtime=942.3 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 189323 0 0 0 93347 883 0 0 25 0 1 0 901874197 162013184 38600 33554432000 4194304 9128323 140735521517760 18446744073709551615 7192341 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 39554 38600 727 1205 0 38345 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 158216

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4100
/proc/meminfo: memFree=31679416/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=163500 CPUtime=1002.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 191857 0 0 0 99297 934 0 0 25 0 1 0 901874197 167424000 39927 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 40875 39927 727 1205 0 39666 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 163500

[startup+1062.3 s]
/proc/loadavg: 1.37 1.82 1.89 2/172 4126
/proc/meminfo: memFree=32300460/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=170484 CPUtime=1062.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 194866 0 0 0 105247 984 0 0 25 0 1 0 901874197 174575616 41672 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 42621 41672 727 1205 0 41412 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 170484

[startup+1122.3 s]
/proc/loadavg: 1.13 1.66 1.84 2/172 4128
/proc/meminfo: memFree=32293588/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=176568 CPUtime=1122.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 196410 0 0 0 111194 1037 0 0 25 0 1 0 901874197 180805632 43212 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 44142 43212 727 1205 0 42933 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 176568

[startup+1182.3 s]
/proc/loadavg: 1.05 1.54 1.78 2/172 4129
/proc/meminfo: memFree=32287064/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=185188 CPUtime=1182.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 198041 0 0 0 117144 1087 0 0 25 0 1 0 901874197 189632512 44843 33554432000 4194304 9128323 140735521517760 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 46297 44843 727 1205 0 45088 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 185188

[startup+1242.3 s]
/proc/loadavg: 1.02 1.44 1.73 2/172 4131
/proc/meminfo: memFree=32278076/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=193468 CPUtime=1242.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 203296 0 0 0 123090 1141 0 0 25 0 1 0 901874197 198111232 46926 33554432000 4194304 9128323 140735521517760 18446744073709551615 6651245 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 48367 46926 727 1205 0 47158 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 193468

[startup+1302.3 s]
/proc/loadavg: 1.00 1.36 1.68 2/172 4133
/proc/meminfo: memFree=32272436/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=199476 CPUtime=1302.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 204841 0 0 0 129037 1195 0 0 25 0 1 0 901874197 204263424 48471 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 49869 48471 727 1205 0 48660 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 199476

[startup+1362.3 s]
/proc/loadavg: 1.00 1.29 1.63 2/172 4134
/proc/meminfo: memFree=32263708/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=208200 CPUtime=1362.31 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 207062 0 0 0 134982 1249 0 0 25 0 1 0 901874197 213196800 50666 33554432000 4194304 9128323 140735521517760 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 52050 50666 727 1205 0 50841 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 208200

[startup+1422.31 s]
/proc/loadavg: 1.00 1.23 1.59 2/172 4136
/proc/meminfo: memFree=32255344/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=216792 CPUtime=1422.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 209159 0 0 0 140930 1302 0 0 25 0 1 0 901874197 221995008 52750 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 54198 52750 727 1205 0 52989 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 216792

[startup+1482.3 s]
/proc/loadavg: 1.00 1.19 1.55 2/172 4137
/proc/meminfo: memFree=32249088/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=223412 CPUtime=1482.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 210918 0 0 0 146878 1354 0 0 25 0 1 0 901874197 228773888 54469 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 55853 54469 732 1205 0 54644 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 223412

[startup+1542.3 s]
/proc/loadavg: 1.00 1.15 1.52 2/172 4139
/proc/meminfo: memFree=32244316/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=228016 CPUtime=1542.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 212092 0 0 0 152828 1404 0 0 25 0 1 0 901874197 233488384 55640 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 57004 55640 732 1205 0 55795 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 228016

[startup+1602.3 s]
/proc/loadavg: 1.00 1.12 1.48 2/172 4141
/proc/meminfo: memFree=32238676/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=233784 CPUtime=1602.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 224191 0 0 0 158776 1456 0 0 25 0 1 0 901874197 239394816 57061 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 58446 57061 733 1205 0 57237 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 233784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/172 4142
/proc/meminfo: memFree=32233036/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=238704 CPUtime=1662.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 227852 0 0 0 164724 1508 0 0 25 0 1 0 901874197 244432896 58272 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 59676 58272 733 1205 0 58467 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 238704

[startup+1722.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/172 4144
/proc/meminfo: memFree=32228376/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=243592 CPUtime=1722.33 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 232715 0 0 0 170674 1559 0 0 25 0 1 0 901874197 249438208 59517 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 60898 59517 733 1205 0 59689 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 243592

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/172 4145
/proc/meminfo: memFree=32222000/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=250132 CPUtime=1782.32 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 238740 0 0 0 176625 1607 0 0 25 0 1 0 901874197 256135168 61161 33554432000 4194304 9128323 140735521517760 18446744073709551615 6505884 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 62533 61161 733 1205 0 61324 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 250132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.06 1.38 2/172 4146
/proc/meminfo: memFree=32220984/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=250596 CPUtime=1800.03 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 242037 0 0 0 178381 1622 0 0 25 0 1 0 901874197 256610304 61300 33554432000 4194304 9128323 140735521517760 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4072/statm: 62649 61300 733 1205 0 61440 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 250596

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

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

[startup+1800.2 s]
/proc/loadavg: 1.00 1.06 1.38 2/172 4146
/proc/meminfo: memFree=32220984/32951124 swapFree=67050044/67111528
[pid=4072] ppid=4070 vsize=250596 CPUtime=1800.23 cores=0,2,4,6
/proc/4072/stat : 4072 (scip-2.0.1.4.li) R 4070 4072 2655 0 -1 4202496 242040 0 0 0 178401 1622 0 0 25 0 1 0 901874197 256610304 61303 33554432000 4194304 9128323 140735521517760 18446744073709551615 6885312 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4072/statm: 62649 61303 736 1205 0 61440 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 250596

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.28
CPU user time (s): 1784.05
CPU system time (s): 16.2325
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 250596

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

runsolver used 2.5996 second user time and 5.60015 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 20:18:34
IDJOB=3447971
IDBENCH=79427
IDSOLVER=1944
FILE ID=node101/3447971-1307902714
RUNJOBID= node101-1307897307-3643
PBS_JOBID= 13559601
Free space on /tmp= 74048 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-jnh310_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 /tmp/evaluation-result-3447971-1307902714/watcher-3447971-1307902714 -o /tmp/evaluation-result-3447971-1307902714/solver-3447971-1307902714 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447971-1307902714.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 9767c89dfda19e08df7810305b3128ba
RANDOM SEED=283149773

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32117496 kB
Buffers:        110116 kB
Cached:         175476 kB
SwapCached:      24752 kB
Active:         561776 kB
Inactive:        86612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32117496 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:           12044 kB
Writeback:           0 kB
AnonPages:      360380 kB
Mapped:          12192 kB
Slab:           120624 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   550760 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= 74048 MiB
End job on node101 at 2011-06-12 20:48:36