Trace number 3752816

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 (fixed)? (TO) 1800.02 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1506_wcsp.wbo
MD5SUM8f6297577574dc4387b695354f571fd4
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark404565
Best CPU time to get the best result obtained on this benchmark1800.74
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3000
Total number of constraints25688
Number of soft constraints24748
Number of constraints which are clauses24748
Number of constraints which are cardinality constraints (but not clauses)940
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 522809
Min constraint cost 1
Max constraint cost 522809
Sum of constraints costs 12447559480
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
1.37/1.48	o 2436813749
1.37/1.48	c starting approximation
1.37/1.48	c factor = 2
1.37/1.48	c factor still to low - shrinking to 3.61838e+08
1.37/1.48	c approx number of clauses: 1e+06
1.37/1.48	c current bound: 1218406912
1.56/1.78	c leaving approximation
1.56/1.78	c finished approximation
1.56/1.78	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/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-3752816-1339213411/watcher-3752816-1339213411 -o /tmp/evaluation-result-3752816-1339213411/solver-3752816-1339213411 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752816-1339213411.wbo 1292397803 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: 1.67 1.82 1.89 3/182 25348
/proc/meminfo: memFree=30649940/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0

[startup+0.0963391 s]
/proc/loadavg: 1.67 1.82 1.89 3/182 25348
/proc/meminfo: memFree=30649940/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100324 s]
/proc/loadavg: 1.67 1.82 1.89 3/182 25348
/proc/meminfo: memFree=30649940/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 1.67 1.82 1.89 3/182 25348
/proc/meminfo: memFree=30649940/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 1.67 1.82 1.89 3/182 25348
/proc/meminfo: memFree=30649940/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.70 1.83 1.89 3/185 25363
/proc/meminfo: memFree=30570356/32873844 swapFree=7128/7128
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=23124 CPUtime=1.48 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) R 25348 25348 8611 0 -1 4202496 7834 12881 0 0 25 12 106 5 20 0 1 0 31308170 23678976 5026 33554432000 4194304 6006132 140735881934464 140735881927568 5056705 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25349/statm: 5781 5027 176 443 0 5334 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32272

[startup+3.10035 s]
/proc/loadavg: 1.70 1.83 1.89 3/183 25392
/proc/meminfo: memFree=30510124/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=222724 CPUtime=3.08 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) R 25348 25348 8611 0 -1 4202496 24269 28162 0 0 158 19 122 9 20 0 1 0 31308170 228069376 41952 33554432000 4194304 6006132 140735881934464 140735881926808 4535977 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25349/statm: 55681 41952 192 443 0 55234 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 231872

[startup+6.3003 s]
/proc/loadavg: 1.70 1.83 1.89 3/183 25430
/proc/meminfo: memFree=30311276/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=615940 CPUtime=6.27 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) R 25348 25348 8611 0 -1 4202496 25593 28162 0 0 464 32 122 9 20 0 1 0 31308170 630722560 98272 33554432000 4194304 6006132 140735881934464 140735881926808 4619191 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25349/statm: 153985 98272 192 443 0 153538 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 625088

[startup+12.7003 s]
/proc/loadavg: 1.74 1.83 1.89 3/181 25516
/proc/meminfo: memFree=28461828/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 1105544

[startup+25.5004 s]
/proc/loadavg: 1.94 1.87 1.90 3/185 25520
/proc/meminfo: memFree=26819272/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1703256 CPUtime=13.39 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 183389 0 0 0 1258 81 0 0 20 0 1 0 31309379 1744134144 342975 33554432000 4194304 5208918 140734203209728 140734203207576 4228965 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 425814 342975 105 248 0 425563 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 2817948

[startup+51.1004 s]
/proc/loadavg: 2.21 1.94 1.92 3/185 25520
/proc/meminfo: memFree=26786492/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1715336 CPUtime=38.99 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 186473 0 0 0 3816 83 0 0 20 0 1 0 31309379 1756504064 355768 33554432000 4194304 5208918 140734203209728 140734203207576 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 428834 355768 105 248 0 428583 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 2830028

[startup+102.3 s]
/proc/loadavg: 2.13 1.96 1.93 3/185 25521
/proc/meminfo: memFree=26777644/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1731928 CPUtime=90.18 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 191192 0 0 0 8925 93 0 0 20 0 1 0 31309379 1773494272 356781 33554432000 4194304 5208918 140734203209728 140734203207576 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 432982 356781 105 248 0 432731 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 2846620

[startup+162.301 s]
/proc/loadavg: 2.05 1.97 1.93 3/185 25521
/proc/meminfo: memFree=26754516/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1741592 CPUtime=150.17 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 194114 0 0 0 14914 103 0 0 20 0 1 0 31309379 1783390208 357010 33554432000 4194304 5208918 140734203209728 140734203207576 4229731 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 435398 357010 105 248 0 435147 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2856284

[startup+222.3 s]
/proc/loadavg: 2.08 1.99 1.93 3/185 25521
/proc/meminfo: memFree=26634948/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1750044 CPUtime=210.17 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 196331 0 0 0 20911 106 0 0 20 0 1 0 31309379 1792045056 381711 33554432000 4194304 5208918 140734203209728 140734203207576 4229466 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 437511 381711 105 248 0 437260 0
Current children cumulated CPU time (s) 222.22

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

/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 223830 0 0 0 140760 233 0 0 20 0 1 0 31309379 1887477760 418201 33554432000 4194304 5208918 140734203209728 140734203207576 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 460810 418201 105 248 0 460559 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 2957932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 25555
/proc/meminfo: memFree=26390584/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1844732 CPUtime=1469.91 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 224740 0 0 0 146749 242 0 0 20 0 1 0 31309379 1889005568 400947 33554432000 4194304 5208918 140734203209728 140734203206040 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 461183 400947 105 248 0 460932 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 2959424

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 25556
/proc/meminfo: memFree=26346424/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1846696 CPUtime=1529.92 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 225196 0 0 0 152748 244 0 0 20 0 1 0 31309379 1891016704 416476 33554432000 4194304 5208918 140734203209728 140734203206104 4212328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 461674 416476 105 248 0 461423 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 2961388

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 25559
/proc/meminfo: memFree=26354536/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1848108 CPUtime=1589.89 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 226198 0 0 0 158736 253 0 0 20 0 1 0 31309379 1892462592 397947 33554432000 4194304 5208918 140734203209728 140734203205416 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 462027 397947 105 248 0 461776 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 2962800

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 25560
/proc/meminfo: memFree=26359360/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1850028 CPUtime=1649.9 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 226644 0 0 0 164735 255 0 0 20 0 1 0 31309379 1894428672 414233 33554432000 4194304 5208918 140734203209728 140734203207576 4229751 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 462507 414233 105 248 0 462256 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 2964720

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 25560
/proc/meminfo: memFree=26276752/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1852684 CPUtime=1709.88 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 227271 0 0 0 170732 256 0 0 20 0 1 0 31309379 1897148416 429989 33554432000 4194304 5208918 140734203209728 140734203207576 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 463171 429989 105 248 0 462920 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 2967376

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 25560
/proc/meminfo: memFree=26344020/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1854440 CPUtime=1769.86 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 228257 0 0 0 176722 264 0 0 20 0 1 0 31309379 1898946560 409843 33554432000 4194304 5208918 140734203209728 140734203206040 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 463610 409843 105 248 0 463359 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 2969132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.03 2.01 3/185 25560
/proc/meminfo: memFree=26349076/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1854704 CPUtime=1787.97 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 228308 0 0 0 178533 264 0 0 20 0 1 0 31309379 1899216896 415135 33554432000 4194304 5208918 140734203209728 140734203207576 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 463676 415135 105 248 0 463425 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2969396

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.11 2.03 2.01 3/185 25560
/proc/meminfo: memFree=26349076/32873844 swapFree=7124/7124
[pid=25348] ppid=25346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (npSolver-wbo-It) S 25346 25348 8611 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 31308170 9367552 274 33554432000 4194304 5064252 140734714084720 140734714083632 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25348/statm: 2287 274 233 213 0 72 0
[pid=25349] ppid=25348 vsize=1096396 CPUtime=12.05 cores=1,3,5,7
/proc/25349/stat : 25349 (npSolver-wbo) S 25348 25348 8611 0 -1 4202496 27144 28162 0 0 928 146 122 9 20 0 1 0 31308170 1122709504 169755 33554432000 4194304 6006132 140735881934464 140735881925856 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/25349/statm: 274099 169755 193 443 0 273652 0
[pid=25517] ppid=25349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25517/stat : 25517 (satsolver.sh) S 25349 25348 8611 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 31309379 9367552 267 33554432000 4194304 5064252 140735084640272 140735084639184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25517/statm: 2287 267 226 213 0 72 0
[pid=25518] ppid=25517 vsize=1854704 CPUtime=1787.97 cores=1,3,5,7
/proc/25518/stat : 25518 (glucose) R 25517 25348 8611 0 -1 4202496 228308 0 0 0 178533 264 0 0 20 0 1 0 31309379 1899216896 415135 33554432000 4194304 5208918 140734203209728 140734203207576 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25518/statm: 463676 415135 105 248 0 463425 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2969396

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25348 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=512401
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=569761
# CPU time returned by wait4() is 12.0822
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1795.83
CPU system time (s): 4.19
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 3526972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5124
system time used= 1.56976
maximum resident set size= 1311052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56283
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1283568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114
involuntary context switches= 78

runsolver used 3.09753 second user time and 8.50171 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-09 05:43:31
IDJOB=3752816
IDBENCH=79608
IDSOLVER=2336
FILE ID=node134/3752816-1339213411
RUNJOBID= node134-1339204370-8628
PBS_JOBID= 14643850
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= 8f6297577574dc4387b695354f571fd4
RANDOM SEED=1292397803

node134.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.091
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.18
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.56
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.091
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	: 5332.56
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.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30650204 kB
Buffers:          394844 kB
Cached:           957692 kB
SwapCached:            0 kB
Active:           547152 kB
Inactive:         846208 kB
Active(anon):      26448 kB
Inactive(anon):    11184 kB
Active(file):     520704 kB
Inactive(file):   835024 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15844 kB
Writeback:             0 kB
AnonPages:         64660 kB
Mapped:            15536 kB
Shmem:               212 kB
Slab:             690008 kB
SReclaimable:     130668 kB
SUnreclaim:       559340 kB
KernelStack:        1536 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     152248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70252 MiB
End job on node134 at 2012-06-09 06:13:32