Trace number 3701718

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 1.0? (TO) 1800.09 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.60	c run usual solver
8.98/9.25	c model valid
8.98/9.25	c current solution ok
10.78/11.06	o -60
10.78/11.06	c current bound: 470
10.78/11.06	c (debug) using card networks
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	s UNKNOWN

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-3701718-1338077522/watcher-3701718-1338077522 -o /tmp/evaluation-result-3701718-1338077522/solver-3701718-1338077522 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701718-1338077522.opb 1698093988 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/179 11667
/proc/meminfo: memFree=27447880/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0

[startup+0.0161479 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11667
/proc/meminfo: memFree=27447880/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11667
/proc/meminfo: memFree=27447880/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11667
/proc/meminfo: memFree=27447880/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11667
/proc/meminfo: memFree=27447880/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11671
/proc/meminfo: memFree=27235972/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=50164 CPUtime=0.6 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 7343 0 0 0 55 5 0 0 20 0 1 0 273878005 51367936 9407 33554432000 4194304 5992684 140734183804016 140734183798048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11668/statm: 12541 9407 171 440 0 12097 0
[pid=11670] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (cp2_pre.sh) S 11668 11667 6137 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273878066 9367552 276 33554432000 4194304 5064252 140736157885184 140736157883888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11670/statm: 2287 276 234 213 0 72 0
[pid=11671] ppid=11670 vsize=207616 CPUtime=0.87 cores=1,3,5,7
/proc/11671/stat : 11671 (coprocessor) R 11670 11667 6137 0 -1 4202496 30553 0 0 0 82 5 0 0 20 0 1 0 273878067 212598784 46440 33554432000 4194304 6586260 140733806153408 140733806150168 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11671/statm: 51904 46440 166 584 0 51316 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 276076

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11671
/proc/meminfo: memFree=27163036/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=50164 CPUtime=0.6 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 7343 0 0 0 55 5 0 0 20 0 1 0 273878005 51367936 9407 33554432000 4194304 5992684 140734183804016 140734183798048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11668/statm: 12541 9407 171 440 0 12097 0
[pid=11670] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (cp2_pre.sh) S 11668 11667 6137 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273878066 9367552 276 33554432000 4194304 5064252 140736157885184 140736157883888 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11670/statm: 2287 276 234 213 0 72 0
[pid=11671] ppid=11670 vsize=268212 CPUtime=2.48 cores=1,3,5,7
/proc/11671/stat : 11671 (coprocessor) R 11670 11667 6137 0 -1 4202496 40289 0 0 0 228 20 0 0 20 0 1 0 273878067 274649088 64894 33554432000 4194304 6586260 140733806153408 140733806148888 5481920 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11671/statm: 67053 64894 200 584 0 66465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 336672

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11674
/proc/meminfo: memFree=27286580/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=50164 CPUtime=4.08 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 7350 41193 0 0 55 5 323 25 20 0 1 0 273878005 51367936 9407 33554432000 4194304 5992684 140734183804016 140734183799136 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11668/statm: 12541 9407 171 440 0 12097 0
[pid=11673] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11673/stat : 11673 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273878435 9367552 266 33554432000 4194304 5064252 140734310777072 140734310775984 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11673/statm: 2287 266 226 213 0 72 0
[pid=11674] ppid=11673 vsize=124804 CPUtime=1.99 cores=1,3,5,7
/proc/11674/stat : 11674 (glucose) R 11673 11667 6137 0 -1 4202496 23536 0 0 0 195 4 0 0 20 0 1 0 273878435 127799296 25645 33554432000 4194304 5208918 140736420244512 140736420242472 4212859 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 31201 25645 103 248 0 30950 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 193264

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 11681
/proc/meminfo: memFree=27242512/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=130116 CPUtime=1.6 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 24966 0 0 0 155 5 0 0 20 0 1 0 273879115 133238784 28370 33554432000 4194304 5208918 140734105874128 140734105872072 4212930 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 32529 28370 95 248 0 32278 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 207904

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 11681
/proc/meminfo: memFree=27307100/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=131436 CPUtime=14.39 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 25298 0 0 0 1434 5 0 0 20 0 1 0 273879115 134590464 28702 33554432000 4194304 5208918 140734105874128 140734105871976 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 32859 28702 104 248 0 32608 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 209224

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11681
/proc/meminfo: memFree=27265184/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=132528 CPUtime=39.99 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 25571 0 0 0 3994 5 0 0 20 0 1 0 273879115 135708672 29486 33554432000 4194304 5208918 140734105874128 140734105871976 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 33132 29486 104 248 0 32881 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 210316

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11681
/proc/meminfo: memFree=27242464/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=134348 CPUtime=91.18 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 26231 0 0 0 9112 6 0 0 20 0 1 0 273879115 137572352 29317 33554432000 4194304 5208918 140734105874128 140734105871976 4228982 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 33587 29317 105 248 0 33336 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 212136

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11681
/proc/meminfo: memFree=27247528/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29275 0 0 0 135079 17 0 0 20 0 1 0 273879115 223870976 49595 33554432000 4194304 5208918 140734105874128 140734105870504 4229151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 49595 105 248 0 54405 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 296412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11751
/proc/meminfo: memFree=27178704/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=218624 CPUtime=1410.97 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29279 0 0 0 141079 18 0 0 20 0 1 0 273879115 223870976 51643 33554432000 4194304 5208918 140734105874128 140734105870504 4229072 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 51643 105 248 0 54405 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 296412

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 11752
/proc/meminfo: memFree=27205208/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=249444 CPUtime=1470.95 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29351 0 0 0 147077 18 0 0 20 0 1 0 273879115 255430656 53246 33554432000 4194304 5208918 140734105874128 140734105872280 4229125 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 62361 53246 105 248 0 62110 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 327232

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 11752
/proc/meminfo: memFree=27219516/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=218624 CPUtime=1530.94 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29396 0 0 0 153075 19 0 0 20 0 1 0 273879115 223870976 49595 33554432000 4194304 5208918 140734105874128 140734105869896 4229335 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 49595 105 248 0 54405 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 296412

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 11752
/proc/meminfo: memFree=27167976/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=218624 CPUtime=1590.93 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29400 0 0 0 159074 19 0 0 20 0 1 0 273879115 223870976 51643 33554432000 4194304 5208918 140734105874128 140734105869896 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 51643 105 248 0 54405 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 296412

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 11752
/proc/meminfo: memFree=27201016/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=249444 CPUtime=1650.93 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29472 0 0 0 165073 20 0 0 20 0 1 0 273879115 255430656 54270 33554432000 4194304 5208918 140734105874128 140734105870504 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 62361 54270 105 248 0 62110 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 327232

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 11755
/proc/meminfo: memFree=27212792/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=218624 CPUtime=1710.91 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29524 0 0 0 171070 21 0 0 20 0 1 0 273879115 223870976 50107 33554432000 4194304 5208918 140734105874128 140734105870440 4229125 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 50107 105 248 0 54405 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 296412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11756
/proc/meminfo: memFree=27177948/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=218624 CPUtime=1770.9 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29529 0 0 0 177069 21 0 0 20 0 1 0 273879115 223870976 52667 33554432000 4194304 5208918 140734105874128 140734105870504 4228947 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 54656 52667 105 248 0 54405 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 296412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 11756
/proc/meminfo: memFree=27134324/32873660 swapFree=7120/7120
[pid=11667] ppid=11665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (npSolver-pbo.sh) S 11665 11667 6137 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273878005 9367552 275 33554432000 4194304 5064252 140736813017392 140736813016304 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 2287 275 233 213 0 72 0
[pid=11668] ppid=11667 vsize=59492 CPUtime=10.88 cores=1,3,5,7
/proc/11668/stat : 11668 (npSolver-pbo) S 11667 11667 6137 0 -1 4202496 10513 72132 0 0 95 156 801 36 20 0 1 0 273878005 60919808 11749 33554432000 4194304 5992684 140734183804016 140734183796336 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11668/statm: 14873 11749 181 440 0 14429 0
[pid=11680] ppid=11668 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11680/stat : 11680 (satsolver.sh) S 11668 11667 6137 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273879115 9367552 267 33554432000 4194304 5064252 140733961391552 140733961390464 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11680/statm: 2287 267 226 213 0 72 0
[pid=11681] ppid=11680 vsize=249444 CPUtime=1789.21 cores=1,3,5,7
/proc/11681/stat : 11681 (glucose) R 11680 11667 6137 0 -1 4202496 29598 0 0 0 178900 21 0 0 20 0 1 0 273879115 255430656 53246 33554432000 4194304 5208918 140734105874128 140734105872280 4229273 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11681/statm: 62361 53246 105 248 0 62110 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 327232

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 11667 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=967636
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=935705
# CPU time returned by wait4() is 10.9033
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1797.96
CPU system time (s): 2.13
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 376552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.96764
system time used= 1.93571
maximum resident set size= 267616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 169776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 631
involuntary context switches= 35

runsolver used 5.36818 second user time and 20.7768 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 02:12:03
IDJOB=3701718
IDBENCH=48225
IDSOLVER=2277
FILE ID=node117/3701718-1338077522
RUNJOBID= node117-1338052949-6154
PBS_JOBID= 14624407
Free space on /tmp= 69964 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_3.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701718-1338077522/watcher-3701718-1338077522 -o /tmp/evaluation-result-3701718-1338077522/solver-3701718-1338077522 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701718-1338077522.opb 1698093988 HOME HOME

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=1698093988

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27448036 kB
Buffers:          293892 kB
Cached:          4070260 kB
SwapCached:            0 kB
Active:          2297912 kB
Inactive:        2243760 kB
Active(anon):     167492 kB
Inactive(anon):    12576 kB
Active(file):    2130420 kB
Inactive(file):  2231184 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10156 kB
Writeback:             0 kB
AnonPages:        296396 kB
Mapped:            15416 kB
Shmem:               200 kB
Slab:             733236 kB
SReclaimable:     177628 kB
SUnreclaim:       555608 kB
KernelStack:        1520 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     323420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 69908 MiB
End job on node117 at 2012-05-27 02:42:03