Trace number 3699674

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 inc? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-4.opb
MD5SUM4e682317a6045f4869b1783c80734344
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark813
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 813
Optimality of the best value was proved YES
Number of variables2289
Total number of constraints764
Number of constraints which are clauses360
Number of constraints which are cardinality constraints (but not clauses)404
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 1798
Biggest coefficient in the objective function 349
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 104116
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 349
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 104116
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

Solver Data

0.00/0.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
1.28/1.30	c [INC SYSTEM] finished preprocessing in 1 s
1.28/1.30	c [INC SYSTEM] execute solver
35.35/35.42	c [INC SEARCH] formula is SAT
35.35/35.43	c [INC SYSTEM] solved the initial formula
35.35/35.43	c model valid
35.35/35.43	c current solution ok
35.66/35.72	o 18232
35.66/35.72	c execute binary inc search
35.66/35.72	c [INC SEARCH] current bound: 9499
35.66/35.72	c [INC SEARCH] iteration: 0
35.66/35.72	c [INC SEARCH] lower bound: 0 upperbound 18999 current bound: 9499 best value:18999
35.66/35.72	c [INC SYSTEM] there exists a inc, kill it!
35.66/35.72	c write failed with 2
35.66/35.72	c [INC SYSTEM] create new solver instance
35.66/35.72	c [INC] encode full formula
35.66/35.72	c fallback to adder encoding
35.77/35.86	c set iterative enc to: adder
35.77/35.86	c set iterative enc to: none
35.77/35.89	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-I.sh: line 18: 19197 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

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-3699674-1338061963/watcher-3699674-1338061963 -o /tmp/evaluation-result-3699674-1338061963/solver-3699674-1338061963 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699674-1338061963.opb 1670350396 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.00 2.00 2.00 3/176 19196
/proc/meminfo: memFree=28687700/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0

[startup+0.0566251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19196
/proc/meminfo: memFree=28687700/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100329 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19196
/proc/meminfo: memFree=28687700/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300363 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19196
/proc/meminfo: memFree=28687700/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700359 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19196
/proc/meminfo: memFree=28687700/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19200
/proc/meminfo: memFree=28587628/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=11248 CPUtime=1.28 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 3355 18087 0 0 10 1 104 13 20 0 1 0 272321741 11517952 2404 33554432000 4194304 5992684 140733995648656 140733995634920 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 2812 2404 171 440 0 2368 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 20396

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19202
/proc/meminfo: memFree=28635256/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=11248 CPUtime=1.28 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 3355 18087 0 0 10 1 104 13 20 0 1 0 272321741 11517952 2404 33554432000 4194304 5992684 140733995648656 140733995634920 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 2812 2404 171 440 0 2368 0
[pid=19202] ppid=19197 vsize=31756 CPUtime=1.79 cores=1,3,5,7
/proc/19202/stat : 19202 (glucosInc) R 19197 19196 18146 0 -1 4202496 7704 0 0 0 178 1 0 0 20 0 1 0 272321871 32518144 6959 33554432000 4194304 5654031 140734921761840 140734921759864 4797458 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19202/statm: 7939 6959 142 357 0 7579 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52152

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19202
/proc/meminfo: memFree=28620684/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=11248 CPUtime=1.28 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 3355 18087 0 0 10 1 104 13 20 0 1 0 272321741 11517952 2404 33554432000 4194304 5992684 140733995648656 140733995634920 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 2812 2404 171 440 0 2368 0
[pid=19202] ppid=19197 vsize=43312 CPUtime=4.98 cores=1,3,5,7
/proc/19202/stat : 19202 (glucosInc) R 19197 19196 18146 0 -1 4202496 8640 0 0 0 496 2 0 0 20 0 1 0 272321871 44351488 9843 33554432000 4194304 5654031 140734921761840 140734921749656 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19202/statm: 10828 9843 142 357 0 10468 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63708

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19202
/proc/meminfo: memFree=28611288/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=11248 CPUtime=1.28 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 3355 18087 0 0 10 1 104 13 20 0 1 0 272321741 11517952 2404 33554432000 4194304 5992684 140733995648656 140733995634920 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 2812 2404 171 440 0 2368 0
[pid=19202] ppid=19197 vsize=50452 CPUtime=11.38 cores=1,3,5,7
/proc/19202/stat : 19202 (glucosInc) R 19197 19196 18146 0 -1 4202496 10133 0 0 0 1135 3 0 0 20 0 1 0 272321871 51662848 11700 33554432000 4194304 5654031 140734921761840 140734921749656 4232462 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19202/statm: 12613 11700 142 357 0 12253 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 70848

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19202
/proc/meminfo: memFree=28577780/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=11248 CPUtime=1.28 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 3355 18087 0 0 10 1 104 13 20 0 1 0 272321741 11517952 2404 33554432000 4194304 5992684 140733995648656 140733995634920 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 2812 2404 171 440 0 2368 0
[pid=19202] ppid=19197 vsize=67804 CPUtime=24.18 cores=1,3,5,7
/proc/19202/stat : 19202 (glucosInc) R 19197 19196 18146 0 -1 4202496 11551 0 0 0 2414 4 0 0 20 0 1 0 272321871 69431296 16062 33554432000 4194304 5654031 140734921761840 140734921749656 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 16951 16062 142 357 0 16591 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 88200

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 19205
/proc/meminfo: memFree=28544464/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=88972 CPUtime=15.17 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 13829 0 0 0 1513 4 0 0 20 0 1 0 272325330 91107328 19502 33554432000 4194304 5654031 140733493342592 140733493330408 4214494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19205/statm: 22243 19502 142 357 0 21883 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 115468

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 19205
/proc/meminfo: memFree=28490640/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=128756 CPUtime=66.36 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 15495 0 0 0 6630 6 0 0 20 0 1 0 272325330 131846144 29584 33554432000 4194304 5654031 140733493342592 140733493330408 4214361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 32189 29584 142 357 0 31829 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 155252

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 19205
/proc/meminfo: memFree=28448608/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=128756 CPUtime=126.34 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 16571 0 0 0 12627 7 0 0 20 0 1 0 272325330 131846144 30672 33554432000 4194304 5654031 140733493342592 140733493330408 4216427 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 32189 30672 142 357 0 31829 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 155252

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19205
/proc/meminfo: memFree=28402560/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=190620 CPUtime=186.33 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 18873 0 0 0 18622 11 0 0 20 0 1 0 272325330 195194880 41810 33554432000 4194304 5654031 140733493342592 140733493330408 4233213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 47655 41810 142 357 0 47295 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 217116

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 19206
/proc/meminfo: memFree=28382096/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/179 19238
/proc/meminfo: memFree=28320224/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=221440 CPUtime=1266.16 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 45012 0 0 0 126546 70 0 0 20 0 1 0 272325330 226754560 49017 33554432000 4194304 5654031 140733493342592 140733493330408 4976752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 55360 49017 142 357 0 55000 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 247936

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 19238
/proc/meminfo: memFree=28300204/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=271528 CPUtime=1326.15 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 45340 0 0 0 132543 72 0 0 20 0 1 0 272325330 278044672 59046 33554432000 4194304 5654031 140733493342592 140733493330408 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 67882 59046 142 357 0 67522 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 298024

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19238
/proc/meminfo: memFree=28328868/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=271528 CPUtime=1386.15 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 46074 0 0 0 138540 75 0 0 20 0 1 0 272325330 278044672 55974 33554432000 4194304 5654031 140733493342592 140733493330408 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 67882 55974 142 357 0 67522 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 298024

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19238
/proc/meminfo: memFree=28297392/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=271528 CPUtime=1446.13 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 46814 0 0 0 144536 77 0 0 20 0 1 0 272325330 278044672 55462 33554432000 4194304 5654031 140733493342592 140733493330408 4215784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 67882 55462 142 357 0 67522 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 298024

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19239
/proc/meminfo: memFree=28327212/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=221440 CPUtime=1506.12 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 47254 0 0 0 150532 80 0 0 20 0 1 0 272325330 226754560 53113 33554432000 4194304 5654031 140733493342592 140733493330408 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 55360 53113 142 357 0 55000 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 247936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19239
/proc/meminfo: memFree=28312804/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=222728 CPUtime=1566.11 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 48303 0 0 0 156528 83 0 0 20 0 1 0 272325330 228073472 48310 33554432000 4194304 5654031 140733493342592 140733493330408 4233151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 55682 48310 142 357 0 55322 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 249224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19242
/proc/meminfo: memFree=28303220/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=274580 CPUtime=1626.11 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 49034 0 0 0 162526 85 0 0 20 0 1 0 272325330 281169920 59267 33554432000 4194304 5654031 140733493342592 140733493330408 4233012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 68645 59267 142 357 0 68285 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 301076

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19242
/proc/meminfo: memFree=28278892/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=275672 CPUtime=1686.09 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 49994 0 0 0 168521 88 0 0 20 0 1 0 272325330 282288128 56922 33554432000 4194304 5654031 140733493342592 140733493330408 4215188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 68918 56922 142 357 0 68558 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 302168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19242
/proc/meminfo: memFree=28322676/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=226884 CPUtime=1746.08 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 50772 0 0 0 174517 91 0 0 20 0 1 0 272325330 232329216 54405 33554432000 4194304 5654031 140733493342592 140733493330408 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 56721 54405 142 357 0 56361 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 253380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19293
/proc/meminfo: memFree=28483216/32873852 swapFree=6848/6848
[pid=19196] ppid=19194 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19196/stat : 19196 (npSolver-pbo-I.) S 19194 19196 18146 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272321741 9367552 274 33554432000 4194304 5064252 140735621819712 140735621818624 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19196/statm: 2287 274 233 213 0 72 0
[pid=19197] ppid=19196 vsize=17348 CPUtime=35.86 cores=1,3,5,7
/proc/19197/stat : 19197 (npSolver-pbo) S 19196 19196 18146 0 -1 4202496 7305 31522 0 0 29 27 3510 20 20 0 1 0 272321741 17764352 3953 33554432000 4194304 5992684 140733995648656 140733995633560 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19197/statm: 4337 3953 189 440 0 3893 0
[pid=19205] ppid=19197 vsize=277440 CPUtime=1764.18 cores=1,3,5,7
/proc/19205/stat : 19205 (glucosInc) R 19197 19196 18146 0 -1 4202496 51193 0 0 0 176326 92 0 0 20 0 1 0 272325330 284098560 57878 33554432000 4194304 5654031 140733493342592 140733493330408 4233166 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19205/statm: 69360 57878 142 357 0 69000 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 303936

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19196 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=407617
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=477927
# CPU time returned by wait4() is 35.8855
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.65
CPU system time (s): 1.39
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 382792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4076
system time used= 0.477927
maximum resident set size= 80828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 53432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197
involuntary context switches= 90

runsolver used 6.38103 second user time and 12.0462 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 21:52:43
IDJOB=3699674
IDBENCH=2234
IDSOLVER=2276
FILE ID=node129/3699674-1338061963
RUNJOBID= node129-1338052936-18163
PBS_JOBID= 14624400
Free space on /tmp= 71084 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-4.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699674-1338061963/watcher-3699674-1338061963 -o /tmp/evaluation-result-3699674-1338061963/solver-3699674-1338061963 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699674-1338061963.opb 1670350396 HOME HOME

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

MD5SUM BENCH= 4e682317a6045f4869b1783c80734344
RANDOM SEED=1670350396

node129.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.957
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	: 5333.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.957
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.957
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.91
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.957
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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.92
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28687956 kB
Buffers:          273664 kB
Cached:          3035980 kB
SwapCached:            0 kB
Active:          1255364 kB
Inactive:        2144720 kB
Active(anon):      92844 kB
Inactive(anon):        0 kB
Active(file):    1162520 kB
Inactive(file):  2144720 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35828 kB
Writeback:             0 kB
AnonPages:         74024 kB
Mapped:            15724 kB
Shmem:               204 kB
Slab:             649160 kB
SReclaimable:      91376 kB
SUnreclaim:       557784 kB
KernelStack:        1488 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     211348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71072 MiB
End job on node129 at 2012-05-26 22:22:43