Trace number 3365930

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:glucose 1.0? (TO) 5000.04 4999.82

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.00/0.01	c
0.00/0.01	c Starting SatElite Preprocessing
0.00/0.01	c
0.00/0.01	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    2632    10248 |     789       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2248     8968 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 400   #clauses: 2248   #literals: 8968
0.00/0.01	c CPU time:   0.001999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  400                                                  |
0.00/0.01	c |  Number of clauses:    2248                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
5000.02/4999.81	HOME/glucose.sh: line 55: 15596 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3365930-1305322067/watcher-3365930-1305322067 -o /tmp/evaluation-result-3365930-1305322067/solver-3365930-1305322067 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365930-1305322067.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.07 2.04 2.01 2/351 15593
/proc/meminfo: memFree=8511468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (runsolver) R 15591 15593 14926 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 643803381 12079104 51 33554432000 4194304 5432360 140733853455632 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/15593/statm: 2949 51 30 303 0 2643 0

[startup+0.0895631 s]
/proc/loadavg: 2.07 2.04 2.01 2/351 15593
/proc/meminfo: memFree=8511468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100557 s]
/proc/loadavg: 2.07 2.04 2.01 2/351 15593
/proc/meminfo: memFree=8511468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300521 s]
/proc/loadavg: 2.07 2.04 2.01 2/351 15593
/proc/meminfo: memFree=8511468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700438 s]
/proc/loadavg: 2.07 2.04 2.01 2/351 15593
/proc/meminfo: memFree=8511468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50028 s]
/proc/loadavg: 2.07 2.03 2.01 3/353 15596
/proc/meminfo: memFree=8508360/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=4300 CPUtime=1.47 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 753 0 0 0 147 0 0 0 25 0 1 0 643803382 4403200 708 33554432000 134512640 135217611 4290026128 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 1075 708 75 173 0 900 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13004

[startup+3.10096 s]
/proc/loadavg: 2.07 2.03 2.01 3/353 15596
/proc/meminfo: memFree=8506992/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=5124 CPUtime=3.07 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 947 0 0 0 307 0 0 0 25 0 1 0 643803382 5246976 902 33554432000 134512640 135217611 4290026128 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 1281 902 75 173 0 1106 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13828

[startup+6.30032 s]
/proc/loadavg: 2.07 2.03 2.01 3/353 15596
/proc/meminfo: memFree=8505468/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=6148 CPUtime=6.27 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 1218 0 0 0 627 0 0 0 25 0 1 0 643803382 6295552 1173 33554432000 134512640 135217611 4290026128 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 1537 1173 75 173 0 1362 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14852

[startup+12.701 s]
/proc/loadavg: 2.06 2.03 2.01 3/353 15596
/proc/meminfo: memFree=8503744/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=7648 CPUtime=12.68 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 1572 0 0 0 1268 0 0 0 25 0 1 0 643803382 7831552 1527 33554432000 134512640 135217611 4290026128 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 1912 1527 75 173 0 1737 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16352

[startup+25.5005 s]
/proc/loadavg: 2.05 2.03 2.01 3/353 15596
/proc/meminfo: memFree=8502128/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=9448 CPUtime=25.48 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 1976 0 0 0 2548 0 0 0 25 0 1 0 643803382 9674752 1931 33554432000 134512640 135217611 4290026128 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 2362 1931 75 173 0 2187 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18152

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.00 3/353 15597
/proc/meminfo: memFree=8500104/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=11768 CPUtime=51.08 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 2537 0 0 0 5108 0 0 0 25 0 1 0 643803382 12050432 2492 33554432000 134512640 135217611 4290026128 18446744073709551615 134524628 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 2942 2492 75 173 0 2767 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20472

[startup+102.313 s]
/proc/loadavg: 2.01 2.02 2.00 3/353 15598
/proc/meminfo: memFree=8493128/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=14840 CPUtime=102.29 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 3246 0 0 0 10229 0 0 0 25 0 1 0 643803382 15196160 3201 33554432000 134512640 135217611 4290026128 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 3710 3201 75 173 0 3535 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23544

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/353 15600
/proc/meminfo: memFree=8489624/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=17376 CPUtime=162.28 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 3855 0 0 0 16228 0 0 0 25 0 1 0 643803382 17793024 3810 33554432000 134512640 135217611 4290026128 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 4344 3810 75 173 0 4169 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26080

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15602
/proc/meminfo: memFree=8486500/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=20016 CPUtime=222.28 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 4482 0 0 0 22228 0 0 0 25 0 1 0 643803382 20496384 4437 33554432000 134512640 135217611 4290026128 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 5004 4437 75 173 0 4829 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 28720

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15603
/proc/meminfo: memFree=8482008/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=22292 CPUtime=282.28 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 4934 0 0 0 28228 0 0 0 25 0 1 0 643803382 22827008 4889 33554432000 134512640 135217611 4290026128 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 5573 4889 75 173 0 5398 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 30996

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/353 15605
/proc/meminfo: memFree=8480492/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=23904 CPUtime=342.28 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 5301 0 0 0 34228 0 0 0 25 0 1 0 643803382 24477696 5256 33554432000 134512640 135217611 4290026128 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 5976 5256 75 173 0 5801 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 32608

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/353 15606
/proc/meminfo: memFree=8478236/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6

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

[pid=15596] ppid=15593 vsize=68040 CPUtime=4242.47 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15042 0 0 0 424243 4 0 0 25 0 1 0 643803382 69672960 14968 33554432000 134512640 135217611 4290026128 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17010 14968 76 173 0 16835 0
Current children cumulated CPU time (s) 4242.47
Current children cumulated vsize (KiB) 76744

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15791
/proc/meminfo: memFree=8500708/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=68412 CPUtime=4302.47 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15112 0 0 0 430243 4 0 0 25 0 1 0 643803382 70053888 15038 33554432000 134512640 135217611 4290026128 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17103 15038 76 173 0 16928 0
Current children cumulated CPU time (s) 4302.47
Current children cumulated vsize (KiB) 77116

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15793
/proc/meminfo: memFree=8499184/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=69032 CPUtime=4362.48 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15223 0 0 0 436244 4 0 0 25 0 1 0 643803382 70688768 15149 33554432000 134512640 135217611 4290026128 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17258 15149 76 173 0 17083 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 77736

[startup+4422.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/353 15795
/proc/meminfo: memFree=8497424/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=69444 CPUtime=4422.48 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15304 0 0 0 442244 4 0 0 25 0 1 0 643803382 71110656 15230 33554432000 134512640 135217611 4290026128 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17361 15230 76 173 0 17186 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 78148

[startup+4482.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/353 15796
/proc/meminfo: memFree=8493064/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=69444 CPUtime=4482.48 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15332 0 0 0 448244 4 0 0 25 0 1 0 643803382 71110656 15258 33554432000 134512640 135217611 4290026128 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17361 15258 76 173 0 17186 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 78148

[startup+4542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/353 15798
/proc/meminfo: memFree=8490928/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=70620 CPUtime=4542.48 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15576 0 0 0 454244 4 0 0 25 0 1 0 643803382 72314880 15502 33554432000 134512640 135217611 4290026128 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17655 15502 76 173 0 17480 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 79324

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/353 15799
/proc/meminfo: memFree=8489532/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=70780 CPUtime=4602.49 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15598 0 0 0 460245 4 0 0 25 0 1 0 643803382 72478720 15524 33554432000 134512640 135217611 4290026128 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17695 15524 76 173 0 17520 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 79484

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15801
/proc/meminfo: memFree=8489132/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=71040 CPUtime=4662.49 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15650 0 0 0 466245 4 0 0 25 0 1 0 643803382 72744960 15576 33554432000 134512640 135217611 4290026128 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17760 15576 76 173 0 17585 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 79744

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15803
/proc/meminfo: memFree=8488988/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=71308 CPUtime=4722.5 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15708 0 0 0 472246 4 0 0 25 0 1 0 643803382 73019392 15634 33554432000 134512640 135217611 4290026128 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17827 15634 76 173 0 17652 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 80012

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15804
/proc/meminfo: memFree=8488344/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=71308 CPUtime=4782.49 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15716 0 0 0 478245 4 0 0 25 0 1 0 643803382 73019392 15642 33554432000 134512640 135217611 4290026128 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17827 15642 76 173 0 17652 0
Current children cumulated CPU time (s) 4782.49
Current children cumulated vsize (KiB) 80012

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15806
/proc/meminfo: memFree=8482732/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=71736 CPUtime=4842.5 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15798 0 0 0 484246 4 0 0 25 0 1 0 643803382 73457664 15724 33554432000 134512640 135217611 4290026128 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 17934 15724 76 173 0 17759 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 80440

[startup+4902.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/353 15807
/proc/meminfo: memFree=8481844/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=72220 CPUtime=4902.51 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15905 0 0 0 490246 5 0 0 25 0 1 0 643803382 73953280 15831 33554432000 134512640 135217611 4290026128 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 18055 15831 76 173 0 17880 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 80924

[startup+4962.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/353 15809
/proc/meminfo: memFree=8480948/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=72328 CPUtime=4962.51 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15927 0 0 0 496246 5 0 0 25 0 1 0 643803382 74063872 15853 33554432000 134512640 135217611 4290026128 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 18082 15853 76 173 0 17907 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 81032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.02 2.02 2.00 3/353 15811
/proc/meminfo: memFree=8480072/32950928 swapFree=45937192/67111528
[pid=15593] ppid=15591 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose.sh) S 15591 15593 14926 0 -1 4202496 358 237 0 0 0 0 0 0 25 0 1 0 643803381 8912896 255 33554432000 4194304 4922060 140735929792112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15593/statm: 2176 255 211 178 0 69 0
[pid=15596] ppid=15593 vsize=72632 CPUtime=5000.02 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15593 15593 14926 0 -1 4202496 15977 0 0 0 499997 5 0 0 25 0 1 0 643803382 74375168 15903 33554432000 134512640 135217611 4290026128 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15596/statm: 18158 15903 76 173 0 17983 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 81336

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.82
CPU time (s): 5000.04
CPU user time (s): 4999.98
CPU system time (s): 0.055991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 81336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.98
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16582
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= 22
involuntary context switches= 9095

runsolver used 17.2414 second user time and 37.3193 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 23:27:47
IDJOB=3365930
IDBENCH=83420
IDSOLVER=1842
FILE ID=node149/3365930-1305322067
RUNJOBID= node149-1305315241-14944
PBS_JOBID= 13324283
Free space on /tmp= 42208 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365930-1305322067/watcher-3365930-1305322067 -o /tmp/evaluation-result-3365930-1305322067/solver-3365930-1305322067 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365930-1305322067.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=2003294621

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.806
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.75
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.806
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.82
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.806
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:     32950928 kB
MemFree:       8511624 kB
Buffers:        275604 kB
Cached:       19061660 kB
SwapCached:      19984 kB
Active:        9004408 kB
Inactive:     14756228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8511624 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:     4416300 kB
Mapped:          14452 kB
Slab:           541104 kB
PageTables:      72080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80302844 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= 42216 MiB
End job on node149 at 2011-05-14 00:51:09