Trace number 3365938

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.91

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4148    13204 |    1244       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    3748    13284 |      --       0       --      -- |     --   | -272/592
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 754   #clauses: 3748   #literals: 13284
0.00/0.00	c CPU time:   0.007998 s
0.00/0.00	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:  754                                                  |
0.00/0.01	c |  Number of clauses:    3748                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
5000.01/4999.91	HOME/glucose.sh: line 55: 30722 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-3365938-1305322598/watcher-3365938-1305322598 -o /tmp/evaluation-result-3365938-1305322598/solver-3365938-1305322598 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365938-1305322598.cnf 

running on 4 cores: 1,3,5,7

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: 1.97 1.98 1.95 2/230 30719
/proc/meminfo: memFree=8297420/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643859615 8912896 253 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30719/statm: 2176 253 211 178 0 69 0

[startup+0.0189301 s]
/proc/loadavg: 1.97 1.98 1.95 2/230 30719
/proc/meminfo: memFree=8297420/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100912 s]
/proc/loadavg: 1.97 1.98 1.95 2/230 30719
/proc/meminfo: memFree=8297420/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300877 s]
/proc/loadavg: 1.97 1.98 1.95 2/230 30719
/proc/meminfo: memFree=8297420/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700806 s]
/proc/loadavg: 1.97 1.98 1.95 2/230 30719
/proc/meminfo: memFree=8297420/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 1.97 1.98 1.95 3/232 30722
/proc/meminfo: memFree=8294460/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=4424 CPUtime=1.48 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 796 0 0 0 148 0 0 0 25 0 1 0 643859616 4530176 751 33554432000 134512640 135217611 4293484832 18446744073709551615 134537544 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 1106 751 76 173 0 931 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13128

[startup+3.10038 s]
/proc/loadavg: 1.97 1.98 1.95 3/232 30722
/proc/meminfo: memFree=8293096/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=5268 CPUtime=3.08 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 990 0 0 0 308 0 0 0 25 0 1 0 643859616 5394432 945 33554432000 134512640 135217611 4293484832 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 1317 945 76 173 0 1142 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13972

[startup+6.30082 s]
/proc/loadavg: 1.97 1.98 1.95 3/232 30722
/proc/meminfo: memFree=8291868/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=6216 CPUtime=6.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 1224 0 0 0 628 0 0 0 25 0 1 0 643859616 6365184 1179 33554432000 134512640 135217611 4293484832 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 1554 1179 76 173 0 1379 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14920

[startup+12.7007 s]
/proc/loadavg: 1.97 1.98 1.95 3/232 30722
/proc/meminfo: memFree=8289872/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=7568 CPUtime=12.68 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 1562 0 0 0 1268 0 0 0 25 0 1 0 643859616 7749632 1517 33554432000 134512640 135217611 4293484832 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 1892 1517 76 173 0 1717 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16272

[startup+25.5004 s]
/proc/loadavg: 1.98 1.98 1.95 3/232 30722
/proc/meminfo: memFree=8287788/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=9396 CPUtime=25.48 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 2016 0 0 0 2548 0 0 0 25 0 1 0 643859616 9621504 1971 33554432000 134512640 135217611 4293484832 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 2349 1971 76 173 0 2174 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18100

[startup+51.1009 s]
/proc/loadavg: 1.98 1.98 1.95 3/232 30723
/proc/meminfo: memFree=8285656/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=11828 CPUtime=51.08 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 2579 0 0 0 5108 0 0 0 25 0 1 0 643859616 12111872 2534 33554432000 134512640 135217611 4293484832 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 2957 2534 76 173 0 2782 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20532

[startup+102.308 s]
/proc/loadavg: 1.99 1.98 1.95 3/232 30724
/proc/meminfo: memFree=8281164/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=15892 CPUtime=102.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 3577 0 0 0 10228 0 0 0 25 0 1 0 643859616 16273408 3532 33554432000 134512640 135217611 4293484832 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 3973 3532 76 173 0 3798 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24596

[startup+162.3 s]
/proc/loadavg: 2.05 2.00 1.96 3/232 30726
/proc/meminfo: memFree=8276180/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=19248 CPUtime=162.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 4392 0 0 0 16228 0 0 0 25 0 1 0 643859616 19709952 4347 33554432000 134512640 135217611 4293484832 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 4812 4347 76 173 0 4637 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27952

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 1.96 3/232 30727
/proc/meminfo: memFree=8273296/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=21052 CPUtime=222.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 4798 0 0 0 22228 0 0 0 25 0 1 0 643859616 21557248 4753 33554432000 134512640 135217611 4293484832 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 5263 4753 76 173 0 5088 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 29756

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/232 30729
/proc/meminfo: memFree=8270904/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=23052 CPUtime=282.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 5260 0 0 0 28228 0 0 0 25 0 1 0 643859616 23605248 5215 33554432000 134512640 135217611 4293484832 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 5763 5215 76 173 0 5588 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 31756

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/232 30731
/proc/meminfo: memFree=8268880/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=24832 CPUtime=342.28 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 5622 0 0 0 34228 0 0 0 25 0 1 0 643859616 25427968 5577 33554432000 134512640 135217611 4293484832 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 6208 5577 76 173 0 6033 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 33536

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/232 30732
/proc/meminfo: memFree=8267120/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=30722] ppid=30719 vsize=69500 CPUtime=4302.38 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 15684 0 0 0 430235 3 0 0 25 0 1 0 643859616 71168000 15605 33554432000 134512640 135217611 4293484832 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17375 15605 76 173 0 17200 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 78204

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/225 30868
/proc/meminfo: memFree=8315236/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=69644 CPUtime=4362.38 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 15733 0 0 0 436235 3 0 0 25 0 1 0 643859616 71315456 15654 33554432000 134512640 135217611 4293484832 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17411 15654 76 173 0 17236 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 78348

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/225 30869
/proc/meminfo: memFree=8314820/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=70268 CPUtime=4422.38 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 15874 0 0 0 442235 3 0 0 25 0 1 0 643859616 71954432 15795 33554432000 134512640 135217611 4293484832 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17567 15795 76 173 0 17392 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 78972

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/225 30871
/proc/meminfo: memFree=8314284/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=70580 CPUtime=4482.38 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 15982 0 0 0 448235 3 0 0 25 0 1 0 643859616 72273920 15903 33554432000 134512640 135217611 4293484832 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17645 15903 76 173 0 17470 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 79284

[startup+4542.3 s]
/proc/loadavg: 1.05 1.03 1.27 2/225 30873
/proc/meminfo: memFree=8314116/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=70904 CPUtime=4542.38 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16050 0 0 0 454235 3 0 0 25 0 1 0 643859616 72605696 15971 33554432000 134512640 135217611 4293484832 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17726 15971 76 173 0 17551 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 79608

[startup+4602.3 s]
/proc/loadavg: 1.02 1.02 1.25 2/225 30874
/proc/meminfo: memFree=8313216/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=71604 CPUtime=4602.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16202 0 0 0 460236 4 0 0 25 0 1 0 643859616 73322496 16123 33554432000 134512640 135217611 4293484832 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 17901 16123 76 173 0 17726 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 80308

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/225 30876
/proc/meminfo: memFree=8313052/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=72144 CPUtime=4662.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16301 0 0 0 466236 4 0 0 25 0 1 0 643859616 73875456 16222 33554432000 134512640 135217611 4293484832 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18036 16222 76 173 0 17861 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 80848

[startup+4722.31 s]
/proc/loadavg: 1.00 1.01 1.21 2/225 30877
/proc/meminfo: memFree=8312640/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=72448 CPUtime=4722.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16365 0 0 0 472236 4 0 0 25 0 1 0 643859616 74186752 16286 33554432000 134512640 135217611 4293484832 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18112 16286 76 173 0 17937 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 81152

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/225 30879
/proc/meminfo: memFree=8312596/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=72664 CPUtime=4782.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16419 0 0 0 478236 4 0 0 25 0 1 0 643859616 74407936 16340 33554432000 134512640 135217611 4293484832 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18166 16340 76 173 0 17991 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 81368

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/225 30881
/proc/meminfo: memFree=8312064/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=73348 CPUtime=4842.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16546 0 0 0 484236 4 0 0 25 0 1 0 643859616 75108352 16467 33554432000 134512640 135217611 4293484832 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18337 16467 76 173 0 18162 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 82052

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/225 30882
/proc/meminfo: memFree=8312008/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=73492 CPUtime=4902.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16582 0 0 0 490236 4 0 0 25 0 1 0 643859616 75255808 16503 33554432000 134512640 135217611 4293484832 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18373 16503 76 173 0 18198 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 82196

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/225 30884
/proc/meminfo: memFree=8311492/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=73960 CPUtime=4962.4 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16706 0 0 0 496236 4 0 0 25 0 1 0 643859616 75735040 16627 33554432000 134512640 135217611 4293484832 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18490 16627 76 173 0 18315 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 82664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/225 30885
/proc/meminfo: memFree=8311092/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=74240 CPUtime=5000.01 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16777 0 0 0 499997 4 0 0 25 0 1 0 643859616 76021760 16698 33554432000 134512640 135217611 4293484832 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18560 16698 76 173 0 18385 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 82944

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/225 30885
/proc/meminfo: memFree=8311092/32950928 swapFree=64721848/67111528
[pid=30719] ppid=30717 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30719/stat : 30719 (glucose.sh) S 30717 30719 29938 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 643859615 8912896 255 33554432000 4194304 4922060 140737069078624 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30719/statm: 2176 255 211 178 0 69 0
[pid=30722] ppid=30719 vsize=74240 CPUtime=5000.01 cores=1,3,5,7
/proc/30722/stat : 30722 (glucose_static) R 30719 30719 29938 0 -1 4202496 16777 0 0 0 499997 4 0 0 25 0 1 0 643859616 76021760 16698 33554432000 134512640 135217611 4293484832 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/30722/statm: 18560 16698 76 173 0 18385 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 82944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.98
CPU system time (s): 0.051992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82944

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

runsolver used 9.39957 second user time and 23.3914 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 23:36:38
IDJOB=3365938
IDBENCH=83430
IDSOLVER=1842
FILE ID=node123/3365938-1305322598
RUNJOBID= node123-1305315246-29958
PBS_JOBID= 13324309
Free space on /tmp= 38920 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1296426230

node123.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.838
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.67
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.838
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.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8297692 kB
Buffers:        246796 kB
Cached:       14754192 kB
SwapCached:      10496 kB
Active:       12657940 kB
Inactive:     11481876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8297692 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:     9136468 kB
Mapped:          16244 kB
Slab:           421788 kB
PageTables:      31064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13115708 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= 38928 MiB
End job on node123 at 2011-05-14 01:00:00