Trace number 3362242

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 357.46 89.6229

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.18691
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   53865   137056 |   16159       0        0     nan |  0.000 % |
0.00/0.22	c |         0 |   36664   133730 |      --       0       --      -- |     --   | -17201/-3326
0.00/0.22	c ==============================================================================
0.00/0.22	c Result  :   #vars: 6724   #clauses: 36664   #literals: 133730
0.00/0.22	c CPU time:   0.213967 s
0.00/0.22	c ==============================================================================
357.39/89.61	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
357.39/89.61	c ============================[ Problem Statistics ]=============================
357.39/89.61	c |                                                                             |
357.39/89.61	c threadId              : 3
357.39/89.61	c restarts              : 349
357.39/89.61	c conflicts             : 336936         (944 /sec)
357.39/89.61	c decisions             : 417472         (2.61 % random) (1169 /sec)
357.39/89.61	c propagations          : 124095496      (347580 /sec)
357.39/89.61	c conflict literals     : 10575440       (40.59 % deleted)
357.39/89.61	c Memory used           : 135.26 MB
357.39/89.61	c CPU time              : 357.027 s
357.39/89.61	
357.39/89.61	c --->m=4, e=8, aimd=1, HOME/19229_many.cnf	time: 89.2567	conflicts: 336936       
357.39/89.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3362242-1305301524/watcher-3362242-1305301524 -o /tmp/evaluation-result-3362242-1305301524/solver-3362242-1305301524 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362242-1305301524.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.90 2/265 19229
/proc/meminfo: memFree=3898512/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641752178 8908800 249 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 249 209 178 0 68 0

[startup+0.097501 s]
/proc/loadavg: 3.68 3.93 3.90 2/265 19229
/proc/meminfo: memFree=3898512/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641752178 8908800 249 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100501 s]
/proc/loadavg: 3.68 3.93 3.90 2/265 19229
/proc/meminfo: memFree=3898512/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641752178 8908800 249 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300533 s]
/proc/loadavg: 3.68 3.93 3.90 2/265 19229
/proc/meminfo: memFree=3898512/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 8700

[startup+0.700454 s]
/proc/loadavg: 3.68 3.93 3.90 2/265 19229
/proc/meminfo: memFree=3898512/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 3.68 3.93 3.90 5/270 19235
/proc/meminfo: memFree=3879500/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=54876 CPUtime=4.82 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 5326 0 0 0 477 5 0 0 18 0 4 0 641752203 56193024 5280 33554432000 134512640 135305190 4292956352 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 13719 5280 84 194 0 13523 0
[pid=19232/tid=19233] ppid=19229 vsize=54876 CPUtime=1.19 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 501 0 0 0 118 1 0 0 19 0 4 0 641752208 56193024 5281 33554432000 134512640 135305190 4292956352 18446744073709551615 134551535 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=54876 CPUtime=1.18 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 650 0 0 0 118 0 0 0 18 0 4 0 641752208 56193024 5281 33554432000 134512640 135305190 4292956352 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=54876 CPUtime=1.19 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 666 0 0 0 118 1 0 0 18 0 4 0 641752208 56193024 5281 33554432000 134512640 135305190 4292956352 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 63576

[startup+3.10097 s]
/proc/loadavg: 3.68 3.93 3.90 5/270 19235
/proc/meminfo: memFree=3872076/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=64552 CPUtime=11.23 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 7684 0 0 0 1117 6 0 0 18 0 4 0 641752203 66101248 7638 33554432000 134512640 135305190 4292956352 18446744073709551615 134570397 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 16138 7638 84 194 0 15942 0
[pid=19232/tid=19233] ppid=19229 vsize=64552 CPUtime=2.79 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 997 0 0 0 278 1 0 0 22 0 4 0 641752208 66101248 7638 33554432000 134512640 135305190 4292956352 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=64552 CPUtime=2.78 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 1303 0 0 0 278 0 0 0 20 0 4 0 641752208 66101248 7638 33554432000 134512640 135305190 4292956352 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=64552 CPUtime=2.79 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 1209 0 0 0 278 1 0 0 18 0 4 0 641752208 66101248 7638 33554432000 134512640 135305190 4292956352 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 73252

[startup+6.3004 s]
/proc/loadavg: 3.70 3.93 3.90 5/270 19235
/proc/meminfo: memFree=3861464/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=71324 CPUtime=24.02 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 9415 0 0 0 2396 6 0 0 18 0 4 0 641752203 73035776 9369 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 17831 9369 84 194 0 17635 0
[pid=19232/tid=19233] ppid=19229 vsize=71324 CPUtime=5.99 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 1390 0 0 0 598 1 0 0 25 0 4 0 641752208 73035776 9369 33554432000 134512640 135305190 4292956352 18446744073709551615 134558291 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=71324 CPUtime=5.98 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 1798 0 0 0 598 0 0 0 18 0 4 0 641752208 73035776 9369 33554432000 134512640 135305190 4292956352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=71324 CPUtime=5.99 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 1625 0 0 0 598 1 0 0 19 0 4 0 641752208 73035776 9369 33554432000 134512640 135305190 4292956352 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 80024

[startup+12.7003 s]
/proc/loadavg: 3.73 3.94 3.90 5/270 19235
/proc/meminfo: memFree=3846244/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=85112 CPUtime=49.61 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 12918 0 0 0 4953 8 0 0 21 0 4 0 641752203 87154688 12872 33554432000 134512640 135305190 4292956352 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 21278 12872 84 194 0 21082 0
[pid=19232/tid=19233] ppid=19229 vsize=85112 CPUtime=12.38 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 2344 0 0 0 1237 1 0 0 25 0 4 0 641752208 87154688 12872 33554432000 134512640 135305190 4292956352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=85112 CPUtime=12.38 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 2620 0 0 0 1238 0 0 0 18 0 4 0 641752208 87154688 12872 33554432000 134512640 135305190 4292956352 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=85112 CPUtime=12.38 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 2430 0 0 0 1237 1 0 0 21 0 4 0 641752208 87154688 12872 33554432000 134512640 135305190 4292956352 18446744073709551615 134557927 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 93812

[startup+25.501 s]
/proc/loadavg: 3.79 3.94 3.90 5/270 19236
/proc/meminfo: memFree=3835088/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=96940 CPUtime=100.8 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 15901 0 0 0 10071 9 0 0 22 0 4 0 641752203 99266560 15855 33554432000 134512640 135305190 4292956352 18446744073709551615 134557923 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 24235 15855 84 194 0 24039 0
[pid=19232/tid=19233] ppid=19229 vsize=96940 CPUtime=25.18 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 3161 0 0 0 2517 1 0 0 25 0 4 0 641752208 99266560 15855 33554432000 134512640 135305190 4292956352 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=96940 CPUtime=25.18 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 3403 0 0 0 2517 1 0 0 21 0 4 0 641752208 99266560 15855 33554432000 134512640 135305190 4292956352 18446744073709551615 134530721 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=96940 CPUtime=25.18 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 3094 0 0 0 2516 2 0 0 25 0 4 0 641752208 99266560 15855 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 105640

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.90 5/270 19236
/proc/meminfo: memFree=3817304/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=116076 CPUtime=203.17 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 20394 0 0 0 20304 13 0 0 25 0 4 0 641752203 118861824 20348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 29019 20348 84 194 0 28823 0
[pid=19232/tid=19233] ppid=19229 vsize=116076 CPUtime=50.78 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4562 0 0 0 5075 3 0 0 25 0 4 0 641752208 118861824 20348 33554432000 134512640 135305190 4292956352 18446744073709551615 134539050 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=116076 CPUtime=50.76 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4518 0 0 0 5074 2 0 0 25 0 4 0 641752208 118861824 20348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=116076 CPUtime=50.78 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 3866 0 0 0 5075 3 0 0 21 0 4 0 641752208 118861824 20348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528145 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.41
Current children cumulated vsize (KiB) 124776

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

[startup+76.7009 s]
/proc/loadavg: 3.91 3.94 3.91 5/270 19237
/proc/meminfo: memFree=3798564/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=137104 CPUtime=305.55 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25093 0 0 0 30539 16 0 0 25 0 4 0 641752203 140394496 25037 33554432000 134512640 135305190 4292956352 18446744073709551615 134538543 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34276 25037 84 194 0 34080 0
[pid=19232/tid=19233] ppid=19229 vsize=137104 CPUtime=76.37 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5836 0 0 0 7634 3 0 0 25 0 4 0 641752208 140394496 25037 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=137104 CPUtime=76.36 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5728 0 0 0 7633 3 0 0 21 0 4 0 641752208 140394496 25037 33554432000 134512640 135305190 4292956352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=137104 CPUtime=76.36 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4677 0 0 0 7633 3 0 0 19 0 4 0 641752208 140394496 25037 33554432000 134512640 135305190 4292956352 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 305.79
Current children cumulated vsize (KiB) 145804

[startup+83.1007 s]
/proc/loadavg: 3.91 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3797324/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=137652 CPUtime=331.15 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25318 0 0 0 33098 17 0 0 22 0 4 0 641752203 140955648 25262 33554432000 134512640 135305190 4292956352 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34413 25262 84 194 0 34217 0
[pid=19232/tid=19233] ppid=19229 vsize=137652 CPUtime=82.77 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5854 0 0 0 8274 3 0 0 25 0 4 0 641752208 140955648 25262 33554432000 134512640 135305190 4292956352 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=137652 CPUtime=82.76 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5796 0 0 0 8273 3 0 0 22 0 4 0 641752208 140955648 25262 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=137652 CPUtime=82.76 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4693 0 0 0 8273 3 0 0 25 0 4 0 641752208 140955648 25262 33554432000 134512640 135305190 4292956352 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 331.39
Current children cumulated vsize (KiB) 146352

[startup+86.3012 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3796704/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=137880 CPUtime=343.95 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25404 0 0 0 34378 17 0 0 25 0 4 0 641752203 141189120 25348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34470 25348 84 194 0 34274 0
[pid=19232/tid=19233] ppid=19229 vsize=137880 CPUtime=85.97 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5861 0 0 0 8594 3 0 0 25 0 4 0 641752208 141189120 25348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=137880 CPUtime=85.96 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5826 0 0 0 8593 3 0 0 18 0 4 0 641752208 141189120 25348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=137880 CPUtime=85.96 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8593 3 0 0 25 0 4 0 641752208 141189120 25348 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 344.19
Current children cumulated vsize (KiB) 146580

[startup+87.9009 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3796332/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=138080 CPUtime=350.38 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25451 0 0 0 35021 17 0 0 25 0 4 0 641752203 141393920 25395 33554432000 134512640 135305190 4292956352 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34520 25395 84 194 0 34324 0
[pid=19232/tid=19233] ppid=19229 vsize=138080 CPUtime=87.58 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5907 0 0 0 8755 3 0 0 25 0 4 0 641752208 141393920 25395 33554432000 134512640 135305190 4292956352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=138080 CPUtime=87.57 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5826 0 0 0 8754 3 0 0 20 0 4 0 641752208 141393920 25395 33554432000 134512640 135305190 4292956352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=138080 CPUtime=87.57 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8754 3 0 0 19 0 4 0 641752208 141393920 25395 33554432000 134512640 135305190 4292956352 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 350.62
Current children cumulated vsize (KiB) 146780

[startup+88.7008 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3796332/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=138080 CPUtime=353.55 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25454 0 0 0 35338 17 0 0 25 0 4 0 641752203 141393920 25398 33554432000 134512640 135305190 4292956352 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34520 25398 84 194 0 34324 0
[pid=19232/tid=19233] ppid=19229 vsize=138080 CPUtime=88.37 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5910 0 0 0 8834 3 0 0 25 0 4 0 641752208 141393920 25398 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=138080 CPUtime=88.36 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5826 0 0 0 8833 3 0 0 22 0 4 0 641752208 141393920 25398 33554432000 134512640 135305190 4292956352 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=138080 CPUtime=88.36 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8833 3 0 0 21 0 4 0 641752208 141393920 25398 33554432000 134512640 135305190 4292956352 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 353.79
Current children cumulated vsize (KiB) 146780

[startup+89.1107 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3795836/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=138504 CPUtime=355.19 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25573 0 0 0 35502 17 0 0 25 0 4 0 641752203 141828096 25514 33554432000 134512640 135305190 4292956352 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34626 25514 84 194 0 34430 0
[pid=19232/tid=19233] ppid=19229 vsize=138504 CPUtime=88.78 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 6017 0 0 0 8875 3 0 0 25 0 4 0 641752208 141828096 25514 33554432000 134512640 135305190 4292956352 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=138504 CPUtime=88.77 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5832 0 0 0 8874 3 0 0 25 0 4 0 641752208 141828096 25514 33554432000 134512640 135305190 4292956352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=138504 CPUtime=88.77 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8874 3 0 0 22 0 4 0 641752208 141828096 25514 33554432000 134512640 135305190 4292956352 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 355.43
Current children cumulated vsize (KiB) 147204

[startup+89.5006 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3795836/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=138504 CPUtime=356.75 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25581 0 0 0 35658 17 0 0 25 0 4 0 641752203 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34626 25522 84 194 0 34430 0
[pid=19232/tid=19233] ppid=19229 vsize=138504 CPUtime=89.17 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 6022 0 0 0 8914 3 0 0 25 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=138504 CPUtime=89.16 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5835 0 0 0 8913 3 0 0 18 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134529255 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=138504 CPUtime=89.16 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8913 3 0 0 23 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 356.99
Current children cumulated vsize (KiB) 147204

[startup+89.6006 s]
/proc/loadavg: 3.92 3.95 3.91 5/270 19237
/proc/meminfo: memFree=3795836/32950904 swapFree=67057400/67111528
[pid=19229] ppid=19227 vsize=8700 CPUtime=0.24 cores=0-7
/proc/19229/stat : 19229 (manysat.sh) S 19227 19229 18955 0 -1 4202496 356 2492 0 0 0 0 24 0 16 0 1 0 641752178 8908800 252 33554432000 4194304 4922060 140736295001056 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19229/statm: 2175 252 209 178 0 68 0
[pid=19232] ppid=19229 vsize=138504 CPUtime=357.15 cores=0-7
/proc/19232/stat : 19232 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202496 25581 0 0 0 35698 17 0 0 25 0 4 0 641752203 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/19232/statm: 34626 25522 84 194 0 34430 0
[pid=19232/tid=19233] ppid=19229 vsize=138504 CPUtime=89.27 cores=0-7
/proc/19232/task/19233/stat : 19233 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 6022 0 0 0 8924 3 0 0 25 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=19232/tid=19234] ppid=19229 vsize=138504 CPUtime=89.26 cores=0-7
/proc/19232/task/19234/stat : 19234 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 5835 0 0 0 8923 3 0 0 18 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=19232/tid=19235] ppid=19229 vsize=138504 CPUtime=89.26 cores=0-7
/proc/19232/task/19235/stat : 19235 (manysat1.1_stat) R 19229 19229 18955 0 -1 4202560 4711 0 0 0 8923 3 0 0 24 0 4 0 641752208 141828096 25522 33554432000 134512640 135305190 4292956352 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 357.39
Current children cumulated vsize (KiB) 147204

Child status: 20
Real time (s): 89.6229
CPU time (s): 357.46
CPU user time (s): 357.268
CPU system time (s): 0.19197
CPU usage (%): 398.849
Max. virtual memory (cumulated for all children) (KiB): 147204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.268
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6539
involuntary context switches= 455

runsolver used 0.235964 second user time and 0.503923 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-13 17:45:24
IDJOB=3362242
IDBENCH=83118
IDSOLVER=1839
FILE ID=node121/3362242-1305301524
RUNJOBID= node121-1305296394-18969
PBS_JOBID= 13321432
Free space on /tmp= 43840 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362242-1305301524/watcher-3362242-1305301524 -o /tmp/evaluation-result-3362242-1305301524/solver-3362242-1305301524 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362242-1305301524.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=1486480940

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       3899032 kB
Buffers:        257172 kB
Cached:       22630304 kB
SwapCached:       7664 kB
Active:       13181848 kB
Inactive:     15074724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       3899032 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:     5366736 kB
Mapped:          21532 kB
Slab:           708136 kB
PageTables:      23792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30643100 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43840 MiB
End job on node121 at 2011-05-13 17:46:54