Trace number 3308969

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.04 1300.01

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 benchmark32.783
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.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 |    2632    10248 |     789       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2248     8968 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 400   #clauses: 2248   #literals: 8968
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  400                                                  |
0.00/0.00	c |  Number of clauses:    2248                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/glucose.sh: line 55: 31528 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-3308969-1303984845/watcher-3308969-1303984845 -o /tmp/evaluation-result-3308969-1303984845/solver-3308969-1303984845 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308969-1303984845.cnf 

running on 2 cores: 1,3

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.02 4.01 3.31 4/192 31526
/proc/meminfo: memFree=22195664/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0

[startup+0.0577409 s]
/proc/loadavg: 4.02 4.01 3.31 4/192 31526
/proc/meminfo: memFree=22195664/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100724 s]
/proc/loadavg: 4.02 4.01 3.31 4/192 31526
/proc/meminfo: memFree=22195664/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300688 s]
/proc/loadavg: 4.02 4.01 3.31 4/192 31526
/proc/meminfo: memFree=22195664/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700628 s]
/proc/loadavg: 4.02 4.01 3.31 4/192 31526
/proc/meminfo: memFree=22195664/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 4.02 4.01 3.31 5/194 31529
/proc/meminfo: memFree=22192564/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=4304 CPUtime=1.49 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 751 0 0 0 149 0 0 0 25 0 1 0 490899815 4407296 706 33554432000 134512640 135217611 4290475504 18446744073709551615 134533561 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 1076 706 75 173 0 901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13008

[startup+3.10019 s]
/proc/loadavg: 4.02 4.01 3.31 5/194 31529
/proc/meminfo: memFree=22191448/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=5128 CPUtime=3.09 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 944 0 0 0 309 0 0 0 25 0 1 0 490899815 5251072 899 33554432000 134512640 135217611 4290475504 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 1282 899 75 173 0 1107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13832

[startup+6.30063 s]
/proc/loadavg: 4.02 4.01 3.32 5/194 31530
/proc/meminfo: memFree=22189716/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=6152 CPUtime=6.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 1216 0 0 0 629 0 0 0 25 0 1 0 490899815 6299648 1171 33554432000 134512640 135217611 4290475504 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 1538 1171 75 173 0 1363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14856

[startup+12.7005 s]
/proc/loadavg: 4.02 4.01 3.32 5/194 31530
/proc/meminfo: memFree=22187940/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=7652 CPUtime=12.69 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 1558 0 0 0 1269 0 0 0 25 0 1 0 490899815 7835648 1513 33554432000 134512640 135217611 4290475504 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 1913 1513 75 173 0 1738 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16356

[startup+25.5002 s]
/proc/loadavg: 4.01 4.01 3.33 5/194 31539
/proc/meminfo: memFree=22182816/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=9320 CPUtime=25.48 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 1956 0 0 0 2548 0 0 0 25 0 1 0 490899815 9543680 1911 33554432000 134512640 135217611 4290475504 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 2330 1911 75 173 0 2155 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18024

[startup+51.1007 s]
/proc/loadavg: 4.01 4.00 3.35 5/194 31540
/proc/meminfo: memFree=22178188/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=11640 CPUtime=51.08 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 2503 0 0 0 5108 0 0 0 25 0 1 0 490899815 11919360 2458 33554432000 134512640 135217611 4290475504 18446744073709551615 134537874 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 2910 2458 75 173 0 2735 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20344

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.38 5/194 31541
/proc/meminfo: memFree=22167268/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=14844 CPUtime=102.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 3244 0 0 0 10229 0 0 0 25 0 1 0 490899815 15200256 3199 33554432000 134512640 135217611 4290475504 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 3711 3199 75 173 0 3536 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23548

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.41 5/194 31543
/proc/meminfo: memFree=22159440/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=17380 CPUtime=162.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 3853 0 0 0 16228 1 0 0 25 0 1 0 490899815 17797120 3808 33554432000 134512640 135217611 4290475504 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 4345 3808 75 173 0 4170 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26084

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 31544
/proc/meminfo: memFree=22147780/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=20020 CPUtime=222.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 4457 0 0 0 22228 1 0 0 25 0 1 0 490899815 20500480 4412 33554432000 134512640 135217611 4290475504 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 5005 4412 75 173 0 4830 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28724

[startup+282.301 s]
/proc/loadavg: 4.04 4.01 3.48 5/194 31546
/proc/meminfo: memFree=22141436/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=22296 CPUtime=282.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 4932 0 0 0 28228 1 0 0 25 0 1 0 490899815 22831104 4887 33554432000 134512640 135217611 4290475504 18446744073709551615 134522600 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 5574 4887 75 173 0 5399 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31000

[startup+342.3 s]
/proc/loadavg: 4.01 4.01 3.51 5/194 31548
/proc/meminfo: memFree=22135344/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=23908 CPUtime=342.29 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 5295 0 0 0 34228 1 0 0 25 0 1 0 490899815 24481792 5250 33554432000 134512640 135217611 4290475504 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 5977 5250 75 173 0 5802 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 32612

[startup+402.301 s]
/proc/loadavg: 4.04 4.02 3.55 5/194 31549
/proc/meminfo: memFree=22126892/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3

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

[pid=31528] ppid=31526 vsize=29960 CPUtime=522.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 6678 0 0 0 52228 2 0 0 25 0 1 0 490899815 30679040 6633 33554432000 134512640 135217611 4290475504 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 7490 6633 75 173 0 7315 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 38664

[startup+582.301 s]
/proc/loadavg: 4.02 4.03 3.63 5/194 31554
/proc/meminfo: memFree=22108460/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=31424 CPUtime=582.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 7007 0 0 0 58228 2 0 0 25 0 1 0 490899815 32178176 6962 33554432000 134512640 135217611 4290475504 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 7856 6962 75 173 0 7681 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 40128

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.65 5/194 31556
/proc/meminfo: memFree=22104472/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=32708 CPUtime=642.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 7313 0 0 0 64228 2 0 0 25 0 1 0 490899815 33492992 7268 33554432000 134512640 135217611 4290475504 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 8177 7268 75 173 0 8002 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 41412

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.67 5/194 31557
/proc/meminfo: memFree=22101480/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=34364 CPUtime=702.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 7600 0 0 0 70228 2 0 0 25 0 1 0 490899815 35188736 7555 33554432000 134512640 135217611 4290475504 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 8591 7555 76 173 0 8416 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 43068

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.68 5/194 31559
/proc/meminfo: memFree=22094020/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=36288 CPUtime=762.31 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 7996 0 0 0 76229 2 0 0 25 0 1 0 490899815 37158912 7951 33554432000 134512640 135217611 4290475504 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 9072 7951 76 173 0 8897 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 44992

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.71 5/194 31560
/proc/meminfo: memFree=22090520/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=37524 CPUtime=822.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 8228 0 0 0 82228 2 0 0 25 0 1 0 490899815 38424576 8183 33554432000 134512640 135217611 4290475504 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 9381 8183 76 173 0 9206 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 46228

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.72 5/194 31562
/proc/meminfo: memFree=22087132/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=38468 CPUtime=882.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 8473 0 0 0 88228 2 0 0 25 0 1 0 490899815 39391232 8428 33554432000 134512640 135217611 4290475504 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 9617 8428 76 173 0 9442 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 47172

[startup+942.3 s]
/proc/loadavg: 4.06 4.02 3.74 5/194 31564
/proc/meminfo: memFree=22079428/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=38964 CPUtime=942.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 8585 0 0 0 94228 2 0 0 25 0 1 0 490899815 39899136 8540 33554432000 134512640 135217611 4290475504 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 9741 8540 76 173 0 9566 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 47668

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.76 5/194 31565
/proc/meminfo: memFree=22076060/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=39384 CPUtime=1002.3 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 8674 0 0 0 100228 2 0 0 25 0 1 0 490899815 40329216 8629 33554432000 134512640 135217611 4290475504 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 9846 8629 76 173 0 9671 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 48088

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.77 5/194 31628
/proc/meminfo: memFree=22177904/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=40068 CPUtime=1062.31 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 8825 0 0 0 106229 2 0 0 25 0 1 0 490899815 41029632 8780 33554432000 134512640 135217611 4290475504 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 10017 8780 76 173 0 9842 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 48772

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22214440/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=41596 CPUtime=1122.31 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 9201 0 0 0 112228 3 0 0 25 0 1 0 490899815 42594304 9152 33554432000 134512640 135217611 4290475504 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 10399 9152 76 173 0 10224 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 50300

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.79 5/194 31692
/proc/meminfo: memFree=22194584/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=42400 CPUtime=1182.31 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 9374 0 0 0 118228 3 0 0 25 0 1 0 490899815 43417600 9325 33554432000 134512640 135217611 4290475504 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 10600 9325 76 173 0 10425 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 51104

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.81 5/194 31694
/proc/meminfo: memFree=22178936/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=42844 CPUtime=1242.32 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 9469 0 0 0 124229 3 0 0 25 0 1 0 490899815 43872256 9420 33554432000 134512640 135217611 4290475504 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 10711 9420 76 173 0 10536 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 51548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.03 3.83 5/194 31695
/proc/meminfo: memFree=22166884/32951124 swapFree=67111528/67111528
[pid=31526] ppid=31524 vsize=8704 CPUtime=0 cores=1,3
/proc/31526/stat : 31526 (glucose.sh) S 31524 31526 31143 0 -1 4202496 359 236 0 0 0 0 0 0 25 0 1 0 490899815 8912896 254 33554432000 4194304 4922060 140733703907936 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31526/statm: 2176 254 211 178 0 69 0
[pid=31528] ppid=31526 vsize=43892 CPUtime=1300.02 cores=1,3
/proc/31528/stat : 31528 (glucose_static) R 31526 31526 31143 0 -1 4202496 9712 0 0 0 129999 3 0 0 25 0 1 0 490899815 44945408 9663 33554432000 134512640 135217611 4290475504 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/31528/statm: 10973 9663 76 173 0 10798 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 52596

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.04
CPU user time (s): 1300
CPU system time (s): 0.037994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 52596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10318
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= 30
involuntary context switches= 1453

runsolver used 2.12068 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 12:00:45
IDJOB=3308969
IDBENCH=83420
IDSOLVER=1691
FILE ID=node140/3308969-1303984845
RUNJOBID= node140-1303983195-31163
PBS_JOBID= 13168686
Free space on /tmp= 72636 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-3308969-1303984845/watcher-3308969-1303984845 -o /tmp/evaluation-result-3308969-1303984845/solver-3308969-1303984845 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308969-1303984845.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=1457400287

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.75
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:     32951124 kB
MemFree:      22195820 kB
Buffers:       2284928 kB
Cached:        7727524 kB
SwapCached:          0 kB
Active:        2630028 kB
Inactive:      7557004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22195820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:      174028 kB
Mapped:          16020 kB
Slab:           503696 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359340 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= 72648 MiB
End job on node140 at 2011-04-28 12:22:27