Trace number 3308972

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) 1300.05 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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 |    7384    29208 |    2215       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    7000    27928 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1200   #clauses: 7000   #literals: 27928
0.00/0.01	c CPU time:   0.005999 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:  1200                                                 |
0.00/0.01	c |  Number of clauses:    7000                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 27615 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: 935)

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-3308972-1303984863/watcher-3308972-1303984863 -o /tmp/evaluation-result-3308972-1303984863/solver-3308972-1303984863 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308972-1303984863.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.31 5/192 27612
/proc/meminfo: memFree=23382768/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) R 27610 27612 27186 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 588716929 8912896 252 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905214357 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/27612/statm: 2176 252 211 178 0 69 0

[startup+0.054712 s]
/proc/loadavg: 4.00 3.99 3.31 5/192 27612
/proc/meminfo: memFree=23382768/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100653 s]
/proc/loadavg: 4.00 3.99 3.31 5/192 27612
/proc/meminfo: memFree=23382768/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300617 s]
/proc/loadavg: 4.00 3.99 3.31 5/192 27612
/proc/meminfo: memFree=23382768/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700548 s]
/proc/loadavg: 4.00 3.99 3.31 5/192 27612
/proc/meminfo: memFree=23382768/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.5004 s]
/proc/loadavg: 4.00 3.99 3.31 5/194 27615
/proc/meminfo: memFree=23379660/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=4880 CPUtime=1.48 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 925 0 0 0 148 0 0 0 25 0 1 0 588716930 4997120 879 33554432000 134512640 135217611 4291674432 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 1220 879 76 173 0 1045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13584

[startup+3.10111 s]
/proc/loadavg: 4.00 3.99 3.31 5/194 27615
/proc/meminfo: memFree=23378296/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=5812 CPUtime=3.08 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 1173 0 0 0 308 0 0 0 25 0 1 0 588716930 5951488 1127 33554432000 134512640 135217611 4291674432 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 1453 1127 76 173 0 1278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14516

[startup+6.30052 s]
/proc/loadavg: 4.00 3.99 3.31 5/194 27615
/proc/meminfo: memFree=23376420/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=7664 CPUtime=6.27 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 1615 0 0 0 627 0 0 0 25 0 1 0 588716930 7847936 1569 33554432000 134512640 135217611 4291674432 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 1916 1569 76 173 0 1741 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16368

[startup+12.7003 s]
/proc/loadavg: 4.08 4.00 3.32 5/194 27616
/proc/meminfo: memFree=23374188/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=9016 CPUtime=12.67 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 1943 0 0 0 1267 0 0 0 25 0 1 0 588716930 9232384 1897 33554432000 134512640 135217611 4291674432 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 2254 1897 76 173 0 2079 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17720

[startup+25.501 s]
/proc/loadavg: 4.06 4.00 3.33 5/194 27616
/proc/meminfo: memFree=23369604/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=13316 CPUtime=25.47 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 3015 0 0 0 2547 0 0 0 25 0 1 0 588716930 13635584 2969 33554432000 134512640 135217611 4291674432 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 3329 2969 76 173 0 3154 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22020

[startup+51.1003 s]
/proc/loadavg: 3.98 3.98 3.34 6/194 27678
/proc/meminfo: memFree=23626952/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=16040 CPUtime=51.08 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 3697 0 0 0 5107 1 0 0 25 0 1 0 588716930 16424960 3651 33554432000 134512640 135217611 4291674432 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 4010 3651 76 173 0 3835 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24744

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.37 5/194 27679
/proc/meminfo: memFree=23614000/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=20400 CPUtime=102.28 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 4759 0 0 0 10227 1 0 0 25 0 1 0 588716930 20889600 4713 33554432000 134512640 135217611 4291674432 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 5100 4713 76 173 0 4925 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29104

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.41 5/194 27681
/proc/meminfo: memFree=23602324/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=24232 CPUtime=162.28 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 5737 0 0 0 16227 1 0 0 25 0 1 0 588716930 24813568 5691 33554432000 134512640 135217611 4291674432 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 6058 5691 76 173 0 5883 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 32936

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.45 5/194 27682
/proc/meminfo: memFree=23592256/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=27532 CPUtime=222.29 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 6555 0 0 0 22227 2 0 0 25 0 1 0 588716930 28192768 6509 33554432000 134512640 135217611 4291674432 18446744073709551615 134537566 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 6883 6509 76 173 0 6708 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 36236

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.48 6/194 27684
/proc/meminfo: memFree=23582908/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=31228 CPUtime=282.29 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 7450 0 0 0 28227 2 0 0 25 0 1 0 588716930 31977472 7404 33554432000 134512640 135217611 4291674432 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 7807 7404 76 173 0 7632 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 39932

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.51 5/194 27685
/proc/meminfo: memFree=23570592/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=36160 CPUtime=342.28 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 8672 0 0 0 34226 2 0 0 25 0 1 0 588716930 37027840 8626 33554432000 134512640 135217611 4291674432 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 9040 8626 76 173 0 8865 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44864

[startup+402.301 s]
/proc/loadavg: 3.99 3.98 3.54 6/194 27687
/proc/meminfo: memFree=23564104/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7

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

[pid=27615] ppid=27612 vsize=43676 CPUtime=522.29 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 10552 0 0 0 52226 3 0 0 25 0 1 0 588716930 44724224 10506 33554432000 134512640 135217611 4291674432 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 10919 10506 76 173 0 10744 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52380

[startup+582.3 s]
/proc/loadavg: 4.06 4.00 3.61 6/194 27692
/proc/meminfo: memFree=23543668/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=46712 CPUtime=582.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 11305 0 0 0 58226 4 0 0 25 0 1 0 588716930 47833088 11259 33554432000 134512640 135217611 4291674432 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 11678 11259 76 173 0 11503 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55416

[startup+642.3 s]
/proc/loadavg: 4.02 4.00 3.64 6/194 27693
/proc/meminfo: memFree=23538416/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=48584 CPUtime=642.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 11792 0 0 0 64226 4 0 0 25 0 1 0 588716930 49750016 11746 33554432000 134512640 135217611 4291674432 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 12146 11746 76 173 0 11971 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 57288

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.65 5/194 27695
/proc/meminfo: memFree=23534288/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=49124 CPUtime=702.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 11920 0 0 0 70226 4 0 0 25 0 1 0 588716930 50302976 11874 33554432000 134512640 135217611 4291674432 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 12281 11874 76 173 0 12106 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 57828

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.67 6/194 27697
/proc/meminfo: memFree=23528556/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=50752 CPUtime=762.31 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 12313 0 0 0 76227 4 0 0 25 0 1 0 588716930 51970048 12267 33554432000 134512640 135217611 4291674432 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 12688 12267 76 173 0 12513 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 59456

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.69 6/194 27698
/proc/meminfo: memFree=23522572/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=53368 CPUtime=822.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 12893 0 0 0 82225 5 0 0 25 0 1 0 588716930 54648832 12847 33554432000 134512640 135217611 4291674432 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 13342 12847 76 173 0 13167 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 62072

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.71 6/194 27700
/proc/meminfo: memFree=23516328/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=53896 CPUtime=882.31 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 13026 0 0 0 88226 5 0 0 25 0 1 0 588716930 55189504 12980 33554432000 134512640 135217611 4291674432 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 13474 12980 76 173 0 13299 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 62600

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.72 6/194 27701
/proc/meminfo: memFree=23512820/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=56548 CPUtime=942.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 13670 0 0 0 94225 5 0 0 25 0 1 0 588716930 57905152 13624 33554432000 134512640 135217611 4291674432 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 14137 13624 76 173 0 13962 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 65252

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 27703
/proc/meminfo: memFree=23508692/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=57868 CPUtime=1002.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 14016 0 0 0 100225 5 0 0 25 0 1 0 588716930 59256832 13970 33554432000 134512640 135217611 4291674432 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 14467 13970 76 173 0 14292 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 66572

[startup+1062.3 s]
/proc/loadavg: 3.51 3.87 3.71 5/187 27723
/proc/meminfo: memFree=23593896/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=58756 CPUtime=1062.3 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 14235 0 0 0 106225 5 0 0 25 0 1 0 588716930 60166144 14189 33554432000 134512640 135217611 4291674432 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 14689 14189 76 173 0 14514 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 67460

[startup+1122.3 s]
/proc/loadavg: 3.19 3.71 3.66 5/187 27754
/proc/meminfo: memFree=23634092/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=60340 CPUtime=1122.31 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 14654 0 0 0 112225 6 0 0 25 0 1 0 588716930 61788160 14608 33554432000 134512640 135217611 4291674432 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 15085 14608 76 173 0 14910 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 69044

[startup+1182.3 s]
/proc/loadavg: 3.07 3.58 3.62 5/187 27756
/proc/meminfo: memFree=23626728/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=61264 CPUtime=1182.31 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 14874 0 0 0 118225 6 0 0 25 0 1 0 588716930 62734336 14828 33554432000 134512640 135217611 4291674432 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 15316 14828 76 173 0 15141 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 69968

[startup+1242.3 s]
/proc/loadavg: 3.02 3.47 3.58 5/187 27757
/proc/meminfo: memFree=23622360/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=61264 CPUtime=1242.32 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 14880 0 0 0 124226 6 0 0 25 0 1 0 588716930 62734336 14834 33554432000 134512640 135217611 4291674432 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 15316 14834 76 173 0 15141 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 69968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.38 3.54 4/187 27759
/proc/meminfo: memFree=23617496/32950928 swapFree=67071984/67111528
[pid=27612] ppid=27610 vsize=8704 CPUtime=0.01 cores=5,7
/proc/27612/stat : 27612 (glucose.sh) S 27610 27612 27186 0 -1 4202496 360 376 0 0 0 0 1 0 25 0 1 0 588716929 8912896 254 33554432000 4194304 4922060 140736723254960 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27612/statm: 2176 254 211 178 0 69 0
[pid=27615] ppid=27612 vsize=63856 CPUtime=1300.02 cores=5,7
/proc/27615/stat : 27615 (glucose_static) R 27612 27612 27186 0 -1 4202496 15518 0 0 0 129996 6 0 0 25 0 1 0 588716930 65388544 15472 33554432000 134512640 135217611 4291674432 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27615/statm: 15964 15472 76 173 0 15789 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 72560

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): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.98
CPU system time (s): 0.069989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 72560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16263
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= 21
involuntary context switches= 1834

runsolver used 2.06968 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 12:01:03
IDJOB=3308972
IDBENCH=83421
IDSOLVER=1691
FILE ID=node116/3308972-1303984863
RUNJOBID= node116-1303983225-27208
PBS_JOBID= 13168710
Free space on /tmp= 72464 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308972-1303984863/watcher-3308972-1303984863 -o /tmp/evaluation-result-3308972-1303984863/solver-3308972-1303984863 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308972-1303984863.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=1983396934

node116.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.826
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.65
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.826
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:      23382800 kB
Buffers:       1887840 kB
Cached:        6874992 kB
SwapCached:       9732 kB
Active:        4451148 kB
Inactive:      4693064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23382800 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:      375868 kB
Mapped:          15412 kB
Slab:           358072 kB
PageTables:       6004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   599376 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= 72500 MiB
End job on node116 at 2011-04-28 12:22:45