Trace number 3699497

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.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-manna81.opb
MD5SUM6fc83a536fe9a582c06bbccccc09c709
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13164
Best CPU time to get the best result obtained on this benchmark75.4055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -12220
Optimality of the best value was proved NO
Number of variables10713
Total number of constraints9151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9151
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 10713
Biggest coefficient in the objective function 8
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 30411
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 30411
Number of bits of the biggest sum of numbers15
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.83	c run inc solver
0.00/0.83	c [INC SYSTEM] run initial solver
0.00/0.83	c [INC SYSTEM] preprocess with white file
2.19/2.29	c [INC SYSTEM] finished preprocessing in 1 s
2.19/2.29	c [INC SYSTEM] execute solver
2.28/2.48	c [INC SEARCH] formula is SAT
2.28/2.48	c [INC SYSTEM] solved the initial formula
2.29/2.51	c model valid
2.29/2.51	c current solution ok
3.17/3.23	o 0
3.17/3.23	c execute binary inc search
3.17/3.23	c [INC SEARCH] current bound: 15205
3.17/3.23	c [INC SEARCH] iteration: 0
3.17/3.23	c [INC SEARCH] lower bound: 0 upperbound 30411 current bound: 15205 best value:30411
3.17/3.23	c [INC SYSTEM] there exists a inc, kill it!
3.17/3.23	c write failed with 2
3.17/3.23	c [INC SYSTEM] create new solver instance
3.17/3.23	c [INC] encode full formula
3.17/3.23	c fallback to adder encoding
3.97/4.02	c set iterative enc to: adder
3.97/4.02	c set iterative enc to: none
4.07/4.16	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	c an unexpexted return value has been received, exit
1800.06/1800.41	s UNKNOWN
1800.06/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.41	c write failed with -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-3699497-1338051073/watcher-3699497-1338051073 -o /tmp/evaluation-result-3699497-1338051073/solver-3699497-1338051073 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699497-1338051073.opb 981482574 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.11 3/178 14109
/proc/meminfo: memFree=28240200/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0

[startup+0.010985 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 14109
/proc/meminfo: memFree=28240200/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 14109
/proc/meminfo: memFree=28240200/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 14109
/proc/meminfo: memFree=28240200/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 14109
/proc/meminfo: memFree=28240200/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 14113
/proc/meminfo: memFree=28183480/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=35344 CPUtime=0.84 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 3557 0 0 0 79 5 0 0 20 0 1 0 271235791 36192256 4520 33554432000 4194304 5992684 140735077803488 140735077797936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 8836 4520 161 440 0 8392 0
[pid=14112] ppid=14110 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14112/stat : 14112 (cp2_pre.sh) S 14110 14109 4553 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271235875 9367552 276 33554432000 4194304 5064252 140736351312656 140736351311360 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14112/statm: 2287 276 234 213 0 72 0
[pid=14113] ppid=14112 vsize=54564 CPUtime=0.64 cores=1,3,5,7
/proc/14113/stat : 14113 (coprocessor) R 14112 14109 4553 0 -1 4202496 12506 0 0 0 62 2 0 0 20 0 1 0 271235876 55873536 13005 33554432000 4194304 6586260 140735758544448 140736351311384 4753996 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/14113/statm: 13641 13005 181 584 0 13053 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108204

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 14113
/proc/meminfo: memFree=28133240/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=35504 CPUtime=2.89 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) R 14109 14109 4553 0 -1 4202496 3685 14431 0 0 93 52 138 6 20 0 1 0 271235791 36356096 4547 33554432000 4194304 5992684 140735077803488 140735077797672 5179696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 8876 4547 170 440 0 8432 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 44652

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 14118
/proc/meminfo: memFree=27965304/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=173512 CPUtime=2.13 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 31190 0 0 0 205 8 0 0 20 0 1 0 271236207 177676288 38408 33554432000 4194304 5654031 140734343550848 140734343548456 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 43378 38408 141 357 0 43018 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 221768

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 14118
/proc/meminfo: memFree=28013484/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=173512 CPUtime=8.52 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 31201 0 0 0 844 8 0 0 20 0 1 0 271236207 177676288 38419 33554432000 4194304 5654031 140734343550848 140734343538664 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 43378 38419 141 357 0 43018 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 221768

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 14118
/proc/meminfo: memFree=28013992/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=173512 CPUtime=21.32 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 31201 0 0 0 2124 8 0 0 20 0 1 0 271236207 177676288 38419 33554432000 4194304 5654031 140734343550848 140734343538664 4214522 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 43378 38419 141 357 0 43018 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 221768

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 14118
/proc/meminfo: memFree=28010832/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=173512 CPUtime=46.92 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 31201 0 0 0 4684 8 0 0 20 0 1 0 271236207 177676288 38419 33554432000 4194304 5654031 140734343550848 140734343538664 4214795 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 43378 38419 141 357 0 43018 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 221768

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 14118
/proc/meminfo: memFree=27949688/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=173512 CPUtime=98.11 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 31211 0 0 0 9803 8 0 0 20 0 1 0 271236207 177676288 38421 33554432000 4194304 5654031 140734343550848 140734343538664 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 43378 38421 141 357 0 43018 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 221768

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 14119
/proc/meminfo: memFree=27964544/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=177988 CPUtime=158.09 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 32340 0 0 0 15800 9 0 0 20 0 1 0 271236207 182259712 41007 33554432000 4194304 5654031 140734343550848 140734343538664 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 44497 41007 142 357 0 44137 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 226244

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 14119
/proc/meminfo: memFree=27948644/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=184664 CPUtime=218.09 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 35067 0 0 0 21798 11 0 0 20 0 1 0 271236207 189095936 42178 33554432000 4194304 5654031 140734343550848 140734343548872 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 46166 42178 142 357 0 45806 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 232920

[startup+282.3 s]

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

/proc/meminfo: memFree=27155588/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=325880 CPUtime=1297.89 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 60630 0 0 0 129733 56 0 0 20 0 1 0 271236207 333701120 71677 33554432000 4194304 5654031 140734343550848 140734343538664 4215188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 81470 71677 142 357 0 81110 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 374136

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 14197
/proc/meminfo: memFree=27158816/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=327484 CPUtime=1357.88 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 61178 0 0 0 135730 58 0 0 20 0 1 0 271236207 335343616 70178 33554432000 4194304 5654031 140734343550848 140734343538664 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 81871 70178 142 357 0 81511 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 375740

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 14198
/proc/meminfo: memFree=27141192/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=330504 CPUtime=1417.88 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 61570 0 0 0 141729 59 0 0 20 0 1 0 271236207 338436096 74658 33554432000 4194304 5654031 140734343550848 140734343538664 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 82626 74658 142 357 0 82266 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 378760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14198
/proc/meminfo: memFree=27151176/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=330504 CPUtime=1477.86 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 62303 0 0 0 147725 61 0 0 20 0 1 0 271236207 338436096 72140 33554432000 4194304 5654031 140734343550848 140734343538664 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 82626 72140 142 357 0 82266 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 378760

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14198
/proc/meminfo: memFree=27131440/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=331472 CPUtime=1537.86 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 62674 0 0 0 153724 62 0 0 20 0 1 0 271236207 339427328 77110 33554432000 4194304 5654031 140734343550848 140734343538664 4214981 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 82868 77110 142 357 0 82508 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 379728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14198
/proc/meminfo: memFree=27144660/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=335312 CPUtime=1597.84 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 63364 0 0 0 159720 64 0 0 20 0 1 0 271236207 343359488 73773 33554432000 4194304 5654031 140734343550848 140734343538664 4214475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 83828 73773 142 357 0 83468 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 383568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14198
/proc/meminfo: memFree=27129084/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=335312 CPUtime=1657.83 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 63662 0 0 0 165718 65 0 0 20 0 1 0 271236207 343359488 77137 33554432000 4194304 5654031 140734343550848 140734343538664 4214490 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 83828 77137 142 357 0 83468 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 383568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14199
/proc/meminfo: memFree=27146960/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=335312 CPUtime=1717.82 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 64204 0 0 0 171716 66 0 0 20 0 1 0 271236207 343359488 72389 33554432000 4194304 5654031 140734343550848 140734343538664 4214632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 83828 72389 142 357 0 83468 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 383568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14202
/proc/meminfo: memFree=27124920/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=336524 CPUtime=1777.81 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 64566 0 0 0 177714 67 0 0 20 0 1 0 271236207 344600576 77861 33554432000 4194304 5654031 140734343550848 140734343538664 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 84131 77861 142 357 0 83771 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 384780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14202
/proc/meminfo: memFree=27118288/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=336936 CPUtime=1795.92 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 64703 0 0 0 179525 67 0 0 20 0 1 0 271236207 345022464 79531 33554432000 4194304 5654031 140734343550848 140734343538664 4214974 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 84234 79531 142 357 0 83874 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 385192

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14202
/proc/meminfo: memFree=27118288/32873844 swapFree=6856/6856
[pid=14109] ppid=14107 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14109/stat : 14109 (npSolver-pbo-I.) S 14107 14109 4553 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271235790 9367552 274 33554432000 4194304 5064252 140735583227056 140735583225968 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14109/statm: 2287 274 233 213 0 72 0
[pid=14110] ppid=14109 vsize=39108 CPUtime=4.14 cores=1,3,5,7
/proc/14110/stat : 14110 (npSolver-pbo) S 14109 14109 4553 0 -1 4202496 9199 20786 0 0 173 72 155 14 20 0 1 0 271235791 40046592 5450 33554432000 4194304 5992684 140735077803488 140735077788392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14110/statm: 9777 5450 181 440 0 9333 0
[pid=14118] ppid=14110 vsize=336936 CPUtime=1795.92 cores=1,3,5,7
/proc/14118/stat : 14118 (glucosInc) R 14110 14109 4553 0 -1 4202496 64703 0 0 0 179525 67 0 0 20 0 1 0 271236207 345022464 79531 33554432000 4194304 5654031 140734343550848 140734343538664 4214974 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 84234 79531 142 357 0 83874 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 385192

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.54
CPU system time (s): 1.54676
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 513796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.54676
maximum resident set size= 407796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87
involuntary context switches= 1871

runsolver used 3.2635 second user time and 8.50271 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 18:51:13
IDJOB=3699497
IDBENCH=1869
IDSOLVER=2276
FILE ID=node106/3699497-1338051073
RUNJOBID= node106-1338048601-8591
PBS_JOBID= 14624365
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-manna81.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699497-1338051073/watcher-3699497-1338051073 -o /tmp/evaluation-result-3699497-1338051073/solver-3699497-1338051073 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699497-1338051073.opb 981482574 HOME HOME

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

MD5SUM BENCH= 6fc83a536fe9a582c06bbccccc09c709
RANDOM SEED=981482574

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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		: 2667.065
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.92
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		: 2667.065
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.91
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28240092 kB
Buffers:          293700 kB
Cached:          3345488 kB
SwapCached:            0 kB
Active:          1100464 kB
Inactive:        2707784 kB
Active(anon):     171852 kB
Inactive(anon):        0 kB
Active(file):     928612 kB
Inactive(file):  2707784 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8760 kB
Writeback:             0 kB
AnonPages:        192144 kB
Mapped:            15820 kB
Shmem:               200 kB
Slab:             669548 kB
SReclaimable:     111596 kB
SUnreclaim:       557952 kB
KernelStack:        1504 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     324604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71224 MiB
End job on node106 at 2012-05-26 19:21:14