Trace number 3715438

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.07 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11reduc_wcsp.wbo
MD5SUM3ff13fa479c6c78fc8aaed860067b111
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.52	c run usual solver
7.87/7.90	o 59771
7.87/7.90	c starting approximation
7.87/7.90	c factor = 2
7.87/7.90	c factor still to low - shrinking to 50719.8
7.87/7.90	c approx number of clauses: 1e+06
7.87/7.91	c current bound: 29885
7.87/7.91	c factor to high for quickBound
7.87/7.91	c finished approximation
7.87/7.91	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3715438-1338258518/watcher-3715438-1338258518 -o /tmp/evaluation-result-3715438-1338258518/solver-3715438-1338258518 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715438-1338258518.wbo 1871804333 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 23290
/proc/meminfo: memFree=26682364/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0

[startup+0.0630591 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23290
/proc/meminfo: memFree=26682364/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100146 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23290
/proc/meminfo: memFree=26682364/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300119 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23290
/proc/meminfo: memFree=26682364/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23290
/proc/meminfo: memFree=26682364/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23292
/proc/meminfo: memFree=26659880/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=43376 CPUtime=1.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) R 23290 23290 17216 0 -1 4202496 7342 0 0 0 147 2 0 0 20 0 1 0 291977610 44417024 7303 33554432000 4194304 5990268 140734948240576 140734948235816 4700016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23291/statm: 10844 7303 142 439 0 10401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52524

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23294
/proc/meminfo: memFree=26593264/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=54756 CPUtime=1.96 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 9174 0 0 0 156 40 0 0 20 0 1 0 291977610 56070144 10156 33554432000 4194304 5990268 140734948240576 140734948233728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23291/statm: 13689 10156 150 439 0 13246 0
[pid=23293] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23293/stat : 23293 (cp2_pre.sh) S 23291 23290 17216 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 291977808 9367552 276 33554432000 4194304 5064252 140735820354016 140735820352720 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23293/statm: 2287 276 234 213 0 72 0
[pid=23294] ppid=23293 vsize=152860 CPUtime=1.1 cores=1,3,5,7
/proc/23294/stat : 23294 (coprocessor) R 23293 23290 17216 0 -1 4202496 24971 0 0 0 106 4 0 0 20 0 1 0 291977808 156528640 37037 33554432000 4194304 6586260 140735976150480 140735976146504 5599447 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/23294/statm: 38215 37037 190 584 0 37627 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 225912

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23294
/proc/meminfo: memFree=26474664/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=54756 CPUtime=1.96 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 9174 0 0 0 156 40 0 0 20 0 1 0 291977610 56070144 10156 33554432000 4194304 5990268 140734948240576 140734948233728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23291/statm: 13689 10156 150 439 0 13246 0
[pid=23293] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23293/stat : 23293 (cp2_pre.sh) S 23291 23290 17216 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 291977808 9367552 276 33554432000 4194304 5064252 140735820354016 140735820352720 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23293/statm: 2287 276 234 213 0 72 0
[pid=23294] ppid=23293 vsize=158008 CPUtime=4.3 cores=1,3,5,7
/proc/23294/stat : 23294 (coprocessor) R 23293 23290 17216 0 -1 4202496 26263 0 0 0 426 4 0 0 20 0 1 0 291977808 161800192 38329 33554432000 4194304 6586260 140735976150480 140735976146072 5599298 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/23294/statm: 39502 38329 191 584 0 38914 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 231060

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23310
/proc/meminfo: memFree=25949008/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=788524 CPUtime=12.68 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) R 23290 23290 17216 0 -1 4202496 56680 44787 0 0 628 97 529 14 20 0 1 0 291977610 807448576 138452 33554432000 4194304 5990268 140734948240576 140734948232920 4569423 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23291/statm: 197131 138452 179 439 0 196688 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 797672

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23310
/proc/meminfo: memFree=24015960/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2361388 CPUtime=25.47 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) R 23290 23290 17216 0 -1 4202496 58930 44787 0 0 1870 134 529 14 20 0 1 0 291977610 2418061312 373972 33554432000 4194304 5990268 140734948240576 140734948232920 4566223 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23291/statm: 590347 373972 179 439 0 589904 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2370536

[startup+51.1003 s]
/proc/loadavg: 2.31 2.07 2.02 3/181 23312
/proc/meminfo: memFree=16801032/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=3685088 CPUtime=14.54 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 269000 0 0 0 1330 124 0 0 20 0 1 0 291981264 3773530112 743599 33554432000 4194304 5208918 140734118347904 140734117297304 4469616 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 921272 743600 70 248 0 921021 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 5874504

[startup+102.307 s]
/proc/loadavg: 2.91 2.27 2.09 3/184 23317
/proc/meminfo: memFree=4741516/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4308052 CPUtime=65.74 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 440987 0 0 0 6385 189 0 0 20 0 1 0 291981264 4411445248 953739 33554432000 4194304 5208918 140734118347904 140734118343608 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1077013 953739 104 248 0 1076762 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 6497468

[startup+162.3 s]
/proc/loadavg: 2.54 2.30 2.11 3/183 23318
/proc/meminfo: memFree=5244680/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4308052 CPUtime=125.72 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 440987 0 0 0 12383 189 0 0 20 0 1 0 291981264 4411445248 953739 33554432000 4194304 5208918 140734118347904 140734118343608 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1077013 953739 104 248 0 1076762 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 6497468

[startup+222.3 s]
/proc/loadavg: 2.20 2.24 2.10 3/183 23318
/proc/meminfo: memFree=5248276/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 451053 0 0 0 132358 196 0 0 20 0 1 0 291981264 5032456192 990352 33554432000 4194304 5208918 140734118347904 140734118345656 4205165 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1228627 990352 104 248 0 1228376 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 7103924

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 23328
/proc/meminfo: memFree=5058380/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4922384 CPUtime=1385.53 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 453128 0 0 0 138356 197 0 0 20 0 1 0 291981264 5040521216 1001114 33554432000 4194304 5208918 140734118347904 140734118345720 4215064 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1230596 1001114 104 248 0 1230345 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 7111800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23328
/proc/meminfo: memFree=5051144/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4923512 CPUtime=1445.52 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 453429 0 0 0 144355 197 0 0 20 0 1 0 291981264 5041676288 1002948 33554432000 4194304 5208918 140734118347904 140734118346056 4211792 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1230878 1002948 104 248 0 1230627 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 7112928

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 23328
/proc/meminfo: memFree=5036020/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4926156 CPUtime=1505.51 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 454119 0 0 0 150353 198 0 0 20 0 1 0 291981264 5044383744 1006704 33554432000 4194304 5208918 140734118347904 140734118345656 4229296 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1231539 1006704 104 248 0 1231288 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 7115572

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 23328
/proc/meminfo: memFree=5029012/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4926820 CPUtime=1565.5 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 454310 0 0 0 156352 198 0 0 20 0 1 0 291981264 5045063680 1008428 33554432000 4194304 5208918 140734118347904 140734118345656 4229347 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1231705 1008428 104 248 0 1231454 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 7116236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23328
/proc/meminfo: memFree=5018100/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4929352 CPUtime=1625.49 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 454985 0 0 0 162351 198 0 0 20 0 1 0 291981264 5047656448 1011658 33554432000 4194304 5208918 140734118347904 140734118345752 4212560 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1232338 1011658 104 248 0 1232087 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 7118768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23329
/proc/meminfo: memFree=5009052/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4930012 CPUtime=1685.49 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 455175 0 0 0 168350 199 0 0 20 0 1 0 291981264 5048332288 1013381 33554432000 4194304 5208918 140734118347904 140734118346056 4228924 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1232503 1013381 104 248 0 1232252 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 7119428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23329
/proc/meminfo: memFree=5009184/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4930012 CPUtime=1745.48 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 455175 0 0 0 174349 199 0 0 20 0 1 0 291981264 5048332288 1013381 33554432000 4194304 5208918 140734118347904 140734118346056 4211668 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1232503 1013381 104 248 0 1232252 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 7119428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 23354
/proc/meminfo: memFree=19145632/32873660 swapFree=7120/7120
[pid=23290] ppid=23288 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23290/stat : 23290 (npSolver-wbo-It) S 23288 23290 17216 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291977610 9367552 274 33554432000 4194304 5064252 140736872833488 140736872832400 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23290/statm: 2287 274 233 213 0 72 0
[pid=23291] ppid=23290 vsize=2171120 CPUtime=36.49 cores=1,3,5,7
/proc/23291/stat : 23291 (npSolver-wbo) S 23290 23290 17216 0 -1 4202496 60654 44787 0 0 2699 407 529 14 20 0 1 0 291977610 2223226880 480550 33554432000 4194304 5990268 140734948240576 140734948232000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 1 0 0
/proc/23291/statm: 542780 480550 180 439 0 542337 0
[pid=23311] ppid=23291 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (satsolver.sh) S 23291 23290 17216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291981264 9367552 267 33554432000 4194304 5064252 140735938671904 140735938670816 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23311/statm: 2287 267 226 213 0 72 0
[pid=23312] ppid=23311 vsize=4930012 CPUtime=1763.58 cores=1,3,5,7
/proc/23312/stat : 23312 (glucose) R 23311 23290 17216 0 -1 4202496 455175 0 0 0 176159 199 0 0 20 0 1 0 291981264 5048332288 1013381 33554432000 4194304 5208918 140734118347904 140734118346056 4229347 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23312/statm: 1232503 1013381 104 248 0 1232252 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 7119428

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 23290 and gives
#  childrusage.ru_utime.tv_sec=32
#  childrusage.ru_utime.tv_usec=288091
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=237355
# CPU time returned by wait4() is 36.5254
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.07
CPU user time (s): 1793.87
CPU system time (s): 6.2
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 7927296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2881
system time used= 4.23735
maximum resident set size= 3785880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106420
page faults= 0
swaps= 0
block input operations= 24
block output operations= 3786448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 557
involuntary context switches= 71

runsolver used 5.46417 second user time and 19.926 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-29 04:28:39
IDJOB=3715438
IDBENCH=79644
IDSOLVER=2297
FILE ID=node117/3715438-1338258518
RUNJOBID= node117-1338240400-19062
PBS_JOBID= 14624638
Free space on /tmp= 70004 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715438-1338258518/watcher-3715438-1338258518 -o /tmp/evaluation-result-3715438-1338258518/solver-3715438-1338258518 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715438-1338258518.wbo 1871804333 HOME HOME

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

MD5SUM BENCH= 3ff13fa479c6c78fc8aaed860067b111
RANDOM SEED=1871804333

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:        26682744 kB
Buffers:          685860 kB
Cached:          4241372 kB
SwapCached:            0 kB
Active:          2986632 kB
Inactive:        2289256 kB
Active(anon):     329180 kB
Inactive(anon):    11352 kB
Active(file):    2657452 kB
Inactive(file):  2277904 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             54500 kB
Writeback:             0 kB
AnonPages:        422048 kB
Mapped:            15620 kB
Shmem:               200 kB
Slab:             777360 kB
SReclaimable:     220068 kB
SUnreclaim:       557292 kB
KernelStack:        1520 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     455868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 68200 MiB
End job on node117 at 2012-05-29 04:58:39