Trace number 3699893

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver incOPT8908 79.3619 79.4098

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-11_22.opb
MD5SUM75c7e5778aa6d0e8c18984c9064c30c6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8908
Best CPU time to get the best result obtained on this benchmark0.025995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8908
Optimality of the best value was proved YES
Number of variables253
Total number of constraints264
Number of constraints which are clauses242
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 253
Biggest coefficient in the objective function 2437
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 125403
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2437
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 125403
Number of bits of the biggest sum of numbers17
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 run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 12511
0.00/0.01	c execute binary inc search
0.00/0.01	c [INC SEARCH] current bound: 6255
0.00/0.01	c [INC SEARCH] iteration: 0
0.00/0.01	c [INC SEARCH] lower bound: 0 upperbound 12511 current bound: 6255 best value:12511
0.00/0.01	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.01	c write failed with 2
0.00/0.01	c [INC SYSTEM] create new solver instance
0.00/0.01	c [INC] encode full formula
0.00/0.01	c fallback to adder encoding
0.00/0.03	c set iterative enc to: adder
0.00/0.03	c set iterative enc to: none
0.00/0.03	c [INC SEARCH] isOptimum variable: 0
1.16/1.27	c [INC SEARCH] formula is UNSAT
1.16/1.27	c [INC SYSTEM] there exists a inc, kill it!
1.16/1.27	c write failed with 2
1.16/1.27	c sat variable: 0 optimum/unsat variable: 1
1.16/1.27	c [INC SEARCH] set lower bound to 6256 upperbound 12511
1.16/1.27	c [INC SEARCH] current bound: 9383
1.16/1.27	c [INC SEARCH] iteration: 1
1.16/1.27	c [INC SEARCH] lower bound: 6256 upperbound 12511 current bound: 9383 best value:12511
1.16/1.27	c [INC SYSTEM] create new solver instance
1.16/1.27	c [INC] encode full formula
1.16/1.27	c fallback to adder encoding
1.16/1.29	c set iterative enc to: adder
1.16/1.29	c set iterative enc to: none
1.16/1.29	c [INC SEARCH] isOptimum variable: 0
7.45/7.56	c [INC SEARCH] formula is SAT
7.56/7.62	c [INC SEARCH] copied best model
7.56/7.62	c sat variable: 1 optimum/unsat variable: 0
7.56/7.62	c model valid
7.56/7.62	c current solution ok
7.56/7.62	o 9381
7.56/7.62	c [INC SEARCH] current bound: 7818
7.56/7.62	c [INC SEARCH] iteration: 2
7.56/7.62	c [INC SEARCH] lower bound: 6256 upperbound 9381 current bound: 7818 best value:9381
7.56/7.62	c [INC SYSTEM] there exists a inc, kill it!
7.56/7.62	c write failed with 2
7.56/7.62	c [INC SYSTEM] create new solver instance
7.56/7.62	c [INC] encode full formula
7.56/7.62	c fallback to adder encoding
7.56/7.62	c set iterative enc to: adder
7.56/7.62	c set iterative enc to: none
7.56/7.62	c [INC SEARCH] isOptimum variable: 0
11.96/12.02	c [INC SEARCH] formula is UNSAT
11.96/12.02	c [INC SYSTEM] there exists a inc, kill it!
11.96/12.02	c write failed with 2
11.96/12.02	c sat variable: 0 optimum/unsat variable: 1
11.96/12.02	c [INC SEARCH] set lower bound to 7819 upperbound 9381
11.96/12.02	c [INC SEARCH] current bound: 8600
11.96/12.02	c [INC SEARCH] iteration: 3
11.96/12.02	c [INC SEARCH] lower bound: 7819 upperbound 9381 current bound: 8600 best value:9381
11.96/12.02	c [INC SYSTEM] create new solver instance
11.96/12.02	c [INC] encode full formula
11.96/12.02	c fallback to adder encoding
11.96/12.04	c set iterative enc to: adder
11.96/12.04	c set iterative enc to: none
11.96/12.04	c [INC SEARCH] isOptimum variable: 0
18.35/18.44	c [INC SEARCH] formula is UNSAT
18.35/18.44	c [INC SYSTEM] there exists a inc, kill it!
18.35/18.44	c write failed with 2
18.35/18.44	c sat variable: 0 optimum/unsat variable: 1
18.35/18.44	c [INC SEARCH] set lower bound to 8601 upperbound 9381
18.35/18.44	c [INC SEARCH] current bound: 8991
18.35/18.44	c [INC SEARCH] iteration: 4
18.35/18.44	c [INC SEARCH] lower bound: 8601 upperbound 9381 current bound: 8991 best value:9381
18.35/18.44	c [INC SYSTEM] create new solver instance
18.35/18.44	c [INC] encode full formula
18.35/18.44	c fallback to adder encoding
18.35/18.46	c set iterative enc to: adder
18.35/18.46	c set iterative enc to: none
18.35/18.47	c [INC SEARCH] isOptimum variable: 0
26.37/26.45	c [INC SEARCH] formula is SAT
26.37/26.45	c [INC SEARCH] copied best model
26.37/26.45	c sat variable: 1 optimum/unsat variable: 0
26.37/26.45	c model valid
26.37/26.45	c current solution ok
26.37/26.45	o 8970
26.37/26.45	c [INC SEARCH] current bound: 8785
26.37/26.45	c [INC SEARCH] iteration: 5
26.37/26.45	c [INC SEARCH] lower bound: 8601 upperbound 8970 current bound: 8785 best value:8970
26.37/26.45	c [INC SYSTEM] there exists a inc, kill it!
26.37/26.45	c write failed with 2
26.37/26.45	c [INC SYSTEM] create new solver instance
26.37/26.45	c [INC] encode full formula
26.37/26.45	c fallback to adder encoding
26.37/26.47	c set iterative enc to: adder
26.37/26.47	c set iterative enc to: none
26.37/26.47	c [INC SEARCH] isOptimum variable: 0
34.34/34.46	c [INC SEARCH] formula is UNSAT
34.34/34.46	c [INC SYSTEM] there exists a inc, kill it!
34.34/34.46	c write failed with 2
34.34/34.46	c sat variable: 0 optimum/unsat variable: 1
34.34/34.46	c [INC SEARCH] set lower bound to 8786 upperbound 8970
34.34/34.46	c [INC SEARCH] current bound: 8878
34.34/34.46	c [INC SEARCH] iteration: 6
34.34/34.46	c [INC SEARCH] lower bound: 8786 upperbound 8970 current bound: 8878 best value:8970
34.34/34.46	c [INC SYSTEM] create new solver instance
34.34/34.46	c [INC] encode full formula
34.34/34.46	c fallback to adder encoding
34.34/34.48	c set iterative enc to: adder
34.34/34.48	c set iterative enc to: none
34.34/34.48	c [INC SEARCH] isOptimum variable: 0
41.22/41.30	c [INC SEARCH] formula is UNSAT
41.22/41.30	c [INC SYSTEM] there exists a inc, kill it!
41.22/41.30	c write failed with 2
41.22/41.30	c sat variable: 0 optimum/unsat variable: 1
41.22/41.30	c [INC SEARCH] set lower bound to 8879 upperbound 8970
41.22/41.30	c [INC SEARCH] current bound: 8924
41.22/41.30	c [INC SEARCH] iteration: 7
41.22/41.30	c [INC SEARCH] lower bound: 8879 upperbound 8970 current bound: 8924 best value:8970
41.22/41.30	c [INC SYSTEM] create new solver instance
41.22/41.30	c [INC] encode full formula
41.22/41.30	c fallback to adder encoding
41.22/41.32	c set iterative enc to: adder
41.22/41.32	c set iterative enc to: none
41.22/41.33	c [INC SEARCH] isOptimum variable: 0
50.44/50.51	c [INC SEARCH] formula is SAT
50.44/50.51	c [INC SEARCH] copied best model
50.44/50.51	c sat variable: 1 optimum/unsat variable: 0
50.44/50.51	c model valid
50.44/50.51	c current solution ok
50.44/50.51	o 8908
50.44/50.51	c [INC SEARCH] current bound: 8893
50.44/50.51	c [INC SEARCH] iteration: 8
50.44/50.51	c [INC SEARCH] lower bound: 8879 upperbound 8908 current bound: 8893 best value:8908
50.44/50.51	c [INC SYSTEM] there exists a inc, kill it!
50.44/50.51	c write failed with 2
50.44/50.51	c [INC SYSTEM] create new solver instance
50.44/50.51	c [INC] encode full formula
50.44/50.51	c fallback to adder encoding
50.44/50.53	c set iterative enc to: adder
50.44/50.53	c set iterative enc to: none
50.44/50.53	c [INC SEARCH] isOptimum variable: 0
57.03/57.20	c [INC SEARCH] formula is UNSAT
57.03/57.20	c [INC SYSTEM] there exists a inc, kill it!
57.03/57.20	c write failed with 2
57.03/57.20	c sat variable: 0 optimum/unsat variable: 1
57.03/57.20	c [INC SEARCH] set lower bound to 8894 upperbound 8908
57.03/57.20	c [INC SEARCH] current bound: 8901
57.03/57.20	c [INC SEARCH] iteration: 9
57.03/57.20	c [INC SEARCH] lower bound: 8894 upperbound 8908 current bound: 8901 best value:8908
57.03/57.20	c [INC SYSTEM] create new solver instance
57.03/57.20	c [INC] encode full formula
57.03/57.20	c fallback to adder encoding
57.15/57.22	c set iterative enc to: adder
57.15/57.22	c set iterative enc to: none
57.15/57.22	c [INC SEARCH] isOptimum variable: 0
64.61/64.75	c [INC SEARCH] formula is UNSAT
64.61/64.75	c [INC SYSTEM] there exists a inc, kill it!
64.61/64.75	c write failed with 2
64.61/64.75	c sat variable: 0 optimum/unsat variable: 1
64.61/64.75	c [INC SEARCH] set lower bound to 8902 upperbound 8908
64.61/64.75	c [INC SEARCH] current bound: 8905
64.61/64.75	c [INC SEARCH] iteration: 10
64.61/64.75	c [INC SEARCH] lower bound: 8902 upperbound 8908 current bound: 8905 best value:8908
64.61/64.75	c [INC SYSTEM] create new solver instance
64.61/64.75	c [INC] encode full formula
64.61/64.75	c fallback to adder encoding
64.61/64.77	c set iterative enc to: adder
64.61/64.77	c set iterative enc to: none
64.61/64.77	c [INC SEARCH] isOptimum variable: 0
70.92/71.02	c [INC SEARCH] formula is UNSAT
70.92/71.02	c [INC SYSTEM] there exists a inc, kill it!
70.92/71.02	c write failed with 2
70.92/71.02	c sat variable: 0 optimum/unsat variable: 1
70.92/71.02	c [INC SEARCH] set lower bound to 8906 upperbound 8908
70.92/71.02	c [INC SEARCH] current bound: 8907
70.92/71.02	c [INC SEARCH] iteration: 11
70.92/71.02	c [INC SEARCH] lower bound: 8906 upperbound 8908 current bound: 8907 best value:8908
70.92/71.02	c [INC SYSTEM] create new solver instance
70.92/71.02	c [INC] encode full formula
70.92/71.02	c fallback to adder encoding
70.92/71.03	c set iterative enc to: adder
70.92/71.03	c set iterative enc to: none
70.92/71.04	c [INC SEARCH] isOptimum variable: 0
79.32/79.40	c [INC SEARCH] formula is UNSAT
79.32/79.40	c [INC SYSTEM] there exists a inc, kill it!
79.32/79.40	c write failed with 2
79.32/79.40	c sat variable: 0 optimum/unsat variable: 1
79.32/79.40	c [INC SEARCH] set lower bound to 8908 upperbound 8908
79.32/79.40	c display solution
79.32/79.40	s OPTIMUM FOUND
79.32/79.40	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 x252 -x253 

Verifier Data

OK	8908

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-3699893-1338073101/watcher-3699893-1338073101 -o /tmp/evaluation-result-3699893-1338073101/solver-3699893-1338073101 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699893-1338073101.opb 1767533497 HOME HOME 

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.23 2.05 2.02 3/179 10923
/proc/meminfo: memFree=31227224/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0

[startup+0.0838691 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 10923
/proc/meminfo: memFree=31227224/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100194 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 10923
/proc/meminfo: memFree=31227224/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300114 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 10923
/proc/meminfo: memFree=31227224/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700109 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 10923
/proc/meminfo: memFree=31227224/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 2.23 2.05 2.02 3/182 10934
/proc/meminfo: memFree=31221504/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=1.27 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 1917 6040 0 0 3 0 123 1 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 11380

[startup+3.10026 s]
/proc/loadavg: 2.37 2.08 2.03 3/182 10983
/proc/meminfo: memFree=31285836/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=1.27 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 1917 6040 0 0 3 0 123 1 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=10936] ppid=10924 vsize=11632 CPUtime=1.79 cores=1,3,5,7
/proc/10936/stat : 10936 (glucosInc) R 10924 10923 10532 0 -1 4202496 2884 0 0 0 179 0 0 0 20 0 1 0 273436121 11911168 2593 33554432000 4194304 5654031 140735712187184 140735712175000 4214531 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10936/statm: 2908 2593 141 357 0 2548 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 23012

[startup+6.30026 s]
/proc/loadavg: 2.37 2.08 2.03 3/182 10987
/proc/meminfo: memFree=31279268/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=1.27 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 1917 6040 0 0 3 0 123 1 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=10936] ppid=10924 vsize=13308 CPUtime=4.99 cores=1,3,5,7
/proc/10936/stat : 10936 (glucosInc) R 10924 10923 10532 0 -1 4202496 3414 0 0 0 499 0 0 0 20 0 1 0 273436121 13627392 3012 33554432000 4194304 5654031 140735712187184 140735712185208 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10936/statm: 3327 3012 142 357 0 2967 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 24688

[startup+12.7002 s]
/proc/loadavg: 2.32 2.08 2.02 3/182 10993
/proc/meminfo: memFree=31277792/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=12.01 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 3507 13846 0 0 6 1 1191 3 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 11380

[startup+25.5002 s]
/proc/loadavg: 2.27 2.08 2.02 3/182 11007
/proc/meminfo: memFree=31272536/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=18.44 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 4312 18173 0 0 8 1 1831 4 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11003] ppid=10924 vsize=18752 CPUtime=7.01 cores=1,3,5,7
/proc/11003/stat : 11003 (glucosInc) R 10924 10923 10532 0 -1 4202496 4127 0 0 0 701 0 0 0 20 0 1 0 273437838 19202048 4169 33554432000 4194304 5654031 140734809160784 140734809158712 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11003/statm: 4688 4169 142 357 0 4328 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 30132

[startup+51.1002 s]
/proc/loadavg: 2.25 2.09 2.03 3/181 11116
/proc/meminfo: memFree=31239772/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2272 CPUtime=50.47 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 7568 37448 0 0 14 2 5023 8 20 0 1 0 273435991 2326528 275 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 568 275 182 440 0 124 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 11420

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

[startup+63.9003 s]
/proc/loadavg: 2.20 2.08 2.03 3/182 11123
/proc/meminfo: memFree=31240872/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=57.16 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 8373 42258 0 0 16 2 5689 9 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11121] ppid=10924 vsize=15496 CPUtime=6.65 cores=1,3,5,7
/proc/11121/stat : 11121 (glucosInc) R 10924 10923 10532 0 -1 4202496 4691 0 0 0 665 0 0 0 20 0 1 0 273441714 15867904 3568 33554432000 4194304 5654031 140735525908848 140735525896664 4232859 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11121/statm: 3874 3568 142 357 0 3514 0
Current children cumulated CPU time (s) 63.81
Current children cumulated vsize (KiB) 26876

[startup+70.3003 s]
/proc/loadavg: 2.18 2.08 2.02 3/182 11125
/proc/meminfo: memFree=31238768/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=64.71 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9178 47516 0 0 18 2 6441 10 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11125] ppid=10924 vsize=18220 CPUtime=5.52 cores=1,3,5,7
/proc/11125/stat : 11125 (glucosInc) R 10924 10923 10532 0 -1 4202496 4032 0 0 0 552 0 0 0 20 0 1 0 273442469 18657280 3711 33554432000 4194304 5654031 140737205128592 140737205116408 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11125/statm: 4555 3711 142 357 0 4195 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 29600

[startup+73.5003 s]
/proc/loadavg: 2.17 2.08 2.02 3/182 11127
/proc/meminfo: memFree=31239940/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=10932 CPUtime=2.44 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 2747 0 0 0 244 0 0 0 20 0 1 0 273443095 11194368 2440 33554432000 4194304 5654031 140734612950672 140734612938488 4232988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 2733 2440 142 357 0 2373 0
Current children cumulated CPU time (s) 73.42
Current children cumulated vsize (KiB) 22312

[startup+76.7003 s]
/proc/loadavg: 2.17 2.08 2.02 3/182 11127
/proc/meminfo: memFree=31234172/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=18180 CPUtime=5.64 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 3696 0 0 0 564 0 0 0 20 0 1 0 273443095 18616320 3854 33554432000 4194304 5654031 140734612950672 140734612938488 4215014 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 4545 3854 142 357 0 4185 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 29560

[startup+78.3003 s]
/proc/loadavg: 2.23 2.09 2.03 3/182 11127
/proc/meminfo: memFree=31234172/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=18180 CPUtime=7.24 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 3696 0 0 0 724 0 0 0 20 0 1 0 273443095 18616320 3854 33554432000 4194304 5654031 140734612950672 140734612938488 4215353 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 4545 3854 142 357 0 4185 0
Current children cumulated CPU time (s) 78.22
Current children cumulated vsize (KiB) 29560

[startup+79.1003 s]
/proc/loadavg: 2.23 2.09 2.03 3/177 11135
/proc/meminfo: memFree=31284748/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=18180 CPUtime=8.05 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 3702 0 0 0 805 0 0 0 20 0 1 0 273443095 18616320 3860 33554432000 4194304 5654031 140734612950672 140734612938488 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 4545 3860 142 357 0 4185 0
Current children cumulated CPU time (s) 79.03
Current children cumulated vsize (KiB) 29560

[startup+79.3003 s]
/proc/loadavg: 2.23 2.09 2.03 3/177 11135
/proc/meminfo: memFree=31284748/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=18180 CPUtime=8.24 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 3786 0 0 0 824 0 0 0 20 0 1 0 273443095 18616320 3942 33554432000 4194304 5654031 140734612950672 140734612938488 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 4545 3942 142 357 0 4185 0
Current children cumulated CPU time (s) 79.22
Current children cumulated vsize (KiB) 29560

[startup+79.4002 s]
/proc/loadavg: 2.23 2.09 2.03 3/177 11135
/proc/meminfo: memFree=31284748/32873648 swapFree=7112/7112
[pid=10923] ppid=10921 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10923/stat : 10923 (npSolver-pbo-I.) S 10921 10923 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273435991 9367552 275 33554432000 4194304 5064252 140734083107104 140734083106016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10923/statm: 2287 275 233 213 0 72 0
[pid=10924] ppid=10923 vsize=2232 CPUtime=70.98 cores=1,3,5,7
/proc/10924/stat : 10924 (npSolver-pbo) S 10923 10923 10532 0 -1 4202496 9983 52064 0 0 19 3 7065 11 20 0 1 0 273435991 2285568 265 33554432000 4194304 5992684 140737063977968 140737063962872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10924/statm: 558 265 182 440 0 114 0
[pid=11127] ppid=10924 vsize=18180 CPUtime=8.34 cores=1,3,5,7
/proc/11127/stat : 11127 (glucosInc) R 10924 10923 10532 0 -1 4202496 3803 0 0 0 834 0 0 0 20 0 1 0 273443095 18616320 3958 33554432000 4194304 5654031 140734612950672 140734612938488 4232994 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11127/statm: 4545 3958 142 357 0 4185 0
Current children cumulated CPU time (s) 79.32
Current children cumulated vsize (KiB) 29560

Child status: 0
Real time (s): 79.4098
CPU time (s): 79.3619
CPU user time (s): 79.202
CPU system time (s): 0.159975
CPU usage (%): 99.9398
Max. virtual memory (cumulated for all children) (KiB): 37204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.202
system time used= 0.159975
maximum resident set size= 23108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66688
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111
involuntary context switches= 267

runsolver used 0.134979 second user time and 0.387941 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 00:58:21
IDJOB=3699893
IDBENCH=24969
IDSOLVER=2276
FILE ID=node126/3699893-1338073101
RUNJOBID= node126-1338071287-10549
PBS_JOBID= 14624419
Free space on /tmp= 71304 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699893-1338073101/watcher-3699893-1338073101 -o /tmp/evaluation-result-3699893-1338073101/solver-3699893-1338073101 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699893-1338073101.opb 1767533497 HOME HOME

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

MD5SUM BENCH= 75c7e5778aa6d0e8c18984c9064c30c6
RANDOM SEED=1767533497

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31228760 kB
Buffers:          237344 kB
Cached:           529452 kB
SwapCached:        17760 kB
Active:           821844 kB
Inactive:          32964 kB
Active(anon):      69552 kB
Inactive(anon):    20464 kB
Active(file):     752292 kB
Inactive(file):    12500 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             24808 kB
Writeback:             0 kB
AnonPages:         77952 kB
Mapped:            10788 kB
Shmem:                 0 kB
Slab:             651176 kB
SReclaimable:      94528 kB
SUnreclaim:       556648 kB
KernelStack:        1496 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     207068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node126 at 2012-05-27 00:59:40