Trace number 3715511

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1407_wcsp.wbo
MD5SUM40cd4a5e56e00d16aaea7172056030a1
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark497632
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3412
Total number of constraints38047
Number of soft constraints36990
Number of constraints which are clauses36990
Number of constraints which are cardinality constraints (but not clauses)1057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 635869
Min constraint cost 1
Max constraint cost 635869
Sum of constraints costs 22849316645
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.23	c run usual solver
0.00/1.10	o 4682540316
0.00/1.10	c starting approximation
0.00/1.10	c factor = 2
0.00/1.10	c factor still to low - shrinking to 5.19622e+08
0.00/1.10	c approx number of clauses: 1e+06
0.00/1.10	c current bound: 2341270272
1.18/1.39	c leaving approximation
1.18/1.39	c finished approximation
1.18/1.39	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3715511-1338256832/watcher-3715511-1338256832 -o /tmp/evaluation-result-3715511-1338256832/solver-3715511-1338256832 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715511-1338256832.wbo 2052061320 HOME HOME 

running on 4 cores: 0,2,4,6

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/180 29275
/proc/meminfo: memFree=27578636/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0

[startup+0.103605 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29275
/proc/meminfo: memFree=27578636/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200228 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29275
/proc/meminfo: memFree=27578636/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300247 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29275
/proc/meminfo: memFree=27578636/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29275
/proc/meminfo: memFree=27578636/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29296
/proc/meminfo: memFree=27509692/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=26432 CPUtime=1.47 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) R 29275 29275 24197 0 -1 4202496 11155 28815 0 0 43 11 85 8 20 0 1 0 291809178 27066368 5899 33554432000 4194304 5990268 140733226545232 140733226537216 4955679 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 6608 5900 180 439 0 6165 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 35580

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29304
/proc/meminfo: memFree=27409632/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=192928 CPUtime=3.08 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) R 29275 29275 24197 0 -1 4202496 24088 28815 0 0 198 17 85 8 20 0 1 0 291809178 197558272 42307 33554432000 4194304 5990268 140733226545232 140733226537576 4521650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 48232 42307 181 439 0 47789 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202076

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29304
/proc/meminfo: memFree=27174596/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=586144 CPUtime=6.28 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) R 29275 29275 24197 0 -1 4202496 25415 28815 0 0 510 25 85 8 20 0 1 0 291809178 600211456 100163 33554432000 4194304 5990268 140733226545232 140733226537576 4523204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 146536 100163 181 439 0 146093 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 595292

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29306
/proc/meminfo: memFree=25860184/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=948556 CPUtime=3.74 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 99466 0 0 0 344 30 0 0 20 0 1 0 291810073 971321344 195113 33554432000 4194304 5208918 140733536959408 140733535908808 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 237139 195113 70 248 0 236888 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1502856

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 29306
/proc/meminfo: memFree=25461348/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1278708 CPUtime=16.54 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 152481 0 0 0 1601 53 0 0 20 0 1 0 291810073 1309396992 268670 33554432000 4194304 5208918 140733536959408 140733536957256 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 319677 268670 105 248 0 319426 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1833008

[startup+51.1066 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 29336
/proc/meminfo: memFree=25140404/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1290584 CPUtime=42.14 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 155374 0 0 0 4160 54 0 0 20 0 1 0 291810073 1321558016 282294 33554432000 4194304 5208918 140733536959408 140733536957368 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 322646 282294 105 248 0 322395 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1844884

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 29336
/proc/meminfo: memFree=25086888/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1304780 CPUtime=93.32 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 159888 0 0 0 9272 60 0 0 20 0 1 0 291810073 1336094720 288964 33554432000 4194304 5208918 140733536959408 140733536957256 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 326195 288964 105 248 0 325944 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1859080

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29336
/proc/meminfo: memFree=25033448/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1531184 CPUtime=153.31 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 163564 0 0 0 15257 74 0 0 20 0 1 0 291810073 1567932416 296871 33554432000 4194304 5208918 140733536959408 140733536957256 4212560 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 382796 296871 105 248 0 382545 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2085484

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29337
/proc/meminfo: memFree=25054500/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 194004 0 0 0 141067 240 0 0 20 0 1 0 291810073 1654411264 325537 33554432000 4194304 5208918 140733536959408 140733536955784 4229692 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 403909 325537 105 248 0 403658 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 2169936

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 29347
/proc/meminfo: memFree=24661380/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1617724 CPUtime=1473.06 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 195358 0 0 0 147056 250 0 0 20 0 1 0 291810073 1656549376 318333 33554432000 4194304 5208918 140733536959408 140733536955176 4212560 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 404431 318333 105 248 0 404180 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 2172024

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 29347
/proc/meminfo: memFree=24581420/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1620736 CPUtime=1533.05 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 196109 0 0 0 153054 251 0 0 20 0 1 0 291810073 1659633664 332881 33554432000 4194304 5208918 140733536959408 140733536957256 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 405184 332881 105 248 0 404933 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 2175036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 29348
/proc/meminfo: memFree=24640448/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1622464 CPUtime=1593.04 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 197365 0 0 0 159043 261 0 0 20 0 1 0 291810073 1661403136 325582 33554432000 4194304 5208918 140733536959408 140733536955784 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 405616 325582 105 248 0 405365 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 2176764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29348
/proc/meminfo: memFree=24643012/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1409652 CPUtime=1653.03 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 198326 0 0 0 165034 269 0 0 20 0 1 0 291810073 1443483648 316975 33554432000 4194304 5208918 140733536959408 140733536955192 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 352413 316975 105 248 0 352162 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1963952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29348
/proc/meminfo: memFree=24607740/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1626832 CPUtime=1713.03 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 199307 0 0 0 171030 273 0 0 20 0 1 0 291810073 1665875968 331736 33554432000 4194304 5208918 140733536959408 140733536957256 4229520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 406708 331736 105 248 0 406457 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 2181132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29352
/proc/meminfo: memFree=24637844/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1628804 CPUtime=1773.01 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 200661 0 0 0 177018 283 0 0 20 0 1 0 291810073 1667895296 321971 33554432000 4194304 5208918 140733536959408 140733536957256 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 407201 321971 105 248 0 406950 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 2183104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 29366
/proc/meminfo: memFree=25226356/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1629724 CPUtime=1791.12 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 200873 0 0 0 178829 283 0 0 20 0 1 0 291810073 1668837376 326271 33554432000 4194304 5208918 140733536959408 140733536955784 4229374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 407431 326271 105 248 0 407180 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2184024

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 2/178 29366
/proc/meminfo: memFree=25226356/32873648 swapFree=6864/6864
[pid=29275] ppid=29273 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29275/stat : 29275 (npSolver-wbo-It) S 29273 29275 24197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291809178 9367552 274 33554432000 4194304 5064252 140733845756864 140733845755776 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29275/statm: 2287 274 233 213 0 72 0
[pid=29276] ppid=29275 vsize=536004 CPUtime=8.93 cores=0,2,4,6
/proc/29276/stat : 29276 (npSolver-wbo) S 29275 29275 24197 0 -1 4202496 26042 28815 0 0 702 98 85 8 20 0 1 0 291809178 548868096 122956 33554432000 4194304 5990268 140733226545232 140733226536656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29276/statm: 134001 122956 181 439 0 133558 0
[pid=29305] ppid=29276 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29276 29275 24197 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291810073 9367552 267 33554432000 4194304 5064252 140734047541200 140734047540112 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=1629724 CPUtime=1791.12 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29275 24197 0 -1 4202496 200873 0 0 0 178829 283 0 0 20 0 1 0 291810073 1668837376 326271 33554432000 4194304 5208918 140733536959408 140733536955784 4229374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29306/statm: 407431 326271 105 248 0 407180 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2184024

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29275 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=884801
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=66837
# CPU time returned by wait4() is 8.95164
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1796.16
CPU system time (s): 3.89
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 2526684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8848
system time used= 1.06684
maximum resident set size= 974384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 986640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90
involuntary context switches= 37

runsolver used 3.40848 second user time and 8.14376 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-29 04:00:32
IDJOB=3715511
IDBENCH=79603
IDSOLVER=2297
FILE ID=node120/3715511-1338256832
RUNJOBID= node120-1338255030-29125
PBS_JOBID= 14624650
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= 40cd4a5e56e00d16aaea7172056030a1
RANDOM SEED=2052061320

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27582636 kB
Buffers:          528056 kB
Cached:          3821908 kB
SwapCached:          636 kB
Active:          1212672 kB
Inactive:        3152788 kB
Active(anon):       4264 kB
Inactive(anon):    12532 kB
Active(file):    1208408 kB
Inactive(file):  3140256 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             18036 kB
Writeback:             0 kB
AnonPages:         78508 kB
Mapped:            14780 kB
Shmem:               120 kB
Slab:             787804 kB
SReclaimable:     231848 kB
SUnreclaim:       555956 kB
KernelStack:        1496 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     127448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 70948 MiB
End job on node120 at 2012-05-29 04:30:32