Trace number 3308966

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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 |    5008    19728 |    1502       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    4624    18448 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 800   #clauses: 4624   #literals: 18448
0.00/0.00	c CPU time:   0.004999 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.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:  800                                                  |
0.00/0.01	c |  Number of clauses:    4624                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.03/1300.00	HOME/glucose.sh: line 55: 14362 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-3308966-1303984836/watcher-3308966-1303984836 -o /tmp/evaluation-result-3308966-1303984836/solver-3308966-1303984836 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308966-1303984836.cnf 

running on 2 cores: 0,2

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.03 4.00 3.31 5/192 14359
/proc/meminfo: memFree=15242804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510080658 8912896 252 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 252 211 178 0 69 0

[startup+0.069288 s]
/proc/loadavg: 4.03 4.00 3.31 5/192 14359
/proc/meminfo: memFree=15242804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100281 s]
/proc/loadavg: 4.03 4.00 3.31 5/192 14359
/proc/meminfo: memFree=15242804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300243 s]
/proc/loadavg: 4.03 4.00 3.31 5/192 14359
/proc/meminfo: memFree=15242804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701169 s]
/proc/loadavg: 4.03 4.00 3.31 5/192 14359
/proc/meminfo: memFree=15242804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50102 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14362
/proc/meminfo: memFree=15238820/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=4848 CPUtime=1.48 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 886 0 0 0 148 0 0 0 25 0 1 0 510080659 4964352 841 33554432000 134512640 135217611 4291216240 18446744073709551615 134532963 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 1212 841 76 173 0 1037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13552

[startup+3.10071 s]
/proc/loadavg: 4.03 4.00 3.31 5/194 14362
/proc/meminfo: memFree=15237084/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=5544 CPUtime=3.08 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 1063 0 0 0 308 0 0 0 25 0 1 0 510080659 5677056 1018 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 1386 1018 76 173 0 1211 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14248

[startup+6.3011 s]
/proc/loadavg: 4.02 4.00 3.31 5/194 14362
/proc/meminfo: memFree=15233248/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=7012 CPUtime=6.28 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 1424 0 0 0 628 0 0 0 25 0 1 0 510080659 7180288 1379 33554432000 134512640 135217611 4291216240 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 1753 1379 76 173 0 1578 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15716

[startup+12.7009 s]
/proc/loadavg: 4.02 4.00 3.32 5/194 14362
/proc/meminfo: memFree=15226632/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=8672 CPUtime=12.68 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 1844 0 0 0 1268 0 0 0 25 0 1 0 510080659 8880128 1799 33554432000 134512640 135217611 4291216240 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 2168 1799 76 173 0 1993 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17376

[startup+25.5004 s]
/proc/loadavg: 4.02 4.00 3.33 5/195 14364
/proc/meminfo: memFree=15214852/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=10616 CPUtime=25.48 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 2317 0 0 0 2548 0 0 0 25 0 1 0 510080659 10870784 2272 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 2654 2272 76 173 0 2479 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19320

[startup+51.1005 s]
/proc/loadavg: 4.01 4.00 3.34 5/194 14372
/proc/meminfo: memFree=15194316/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=12516 CPUtime=51.08 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 2778 0 0 0 5108 0 0 0 25 0 1 0 510080659 12816384 2733 33554432000 134512640 135217611 4291216240 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 3129 2733 76 173 0 2954 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21220

[startup+102.307 s]
/proc/loadavg: 4.04 4.01 3.38 5/194 14374
/proc/meminfo: memFree=15160416/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=16828 CPUtime=102.29 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 3792 0 0 0 10228 1 0 0 25 0 1 0 510080659 17231872 3747 33554432000 134512640 135217611 4291216240 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 4207 3747 76 173 0 4032 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25532

[startup+162.3 s]
/proc/loadavg: 4.01 4.01 3.42 5/194 14375
/proc/meminfo: memFree=15126008/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=19724 CPUtime=162.28 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 4461 0 0 0 16227 1 0 0 25 0 1 0 510080659 20197376 4416 33554432000 134512640 135217611 4291216240 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 4931 4416 76 173 0 4756 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28428

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 14380
/proc/meminfo: memFree=15090996/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=21960 CPUtime=222.29 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 5021 0 0 0 22228 1 0 0 25 0 1 0 510080659 22487040 4976 33554432000 134512640 135217611 4291216240 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 5490 4976 76 173 0 5315 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30664

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.48 5/194 14381
/proc/meminfo: memFree=15017668/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=23868 CPUtime=282.29 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 5471 0 0 0 28228 1 0 0 25 0 1 0 510080659 24440832 5426 33554432000 134512640 135217611 4291216240 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 5967 5426 76 173 0 5792 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 32572

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 14413
/proc/meminfo: memFree=15094500/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=25420 CPUtime=342.29 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 5828 0 0 0 34228 1 0 0 25 0 1 0 510080659 26030080 5783 33554432000 134512640 135217611 4291216240 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 6355 5783 76 173 0 6180 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34124

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.54 5/194 14415
/proc/meminfo: memFree=15087880/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2

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

[pid=14362] ppid=14359 vsize=29816 CPUtime=522.3 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 6834 0 0 0 52228 2 0 0 25 0 1 0 510080659 30531584 6789 33554432000 134512640 135217611 4291216240 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 7454 6789 76 173 0 7279 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 38520

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.62 5/194 14419
/proc/meminfo: memFree=15062992/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=31184 CPUtime=582.3 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 7138 0 0 0 58228 2 0 0 25 0 1 0 510080659 31932416 7093 33554432000 134512640 135217611 4291216240 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 7796 7093 76 173 0 7621 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 39888

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.64 5/194 14421
/proc/meminfo: memFree=15061804/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=32276 CPUtime=642.31 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 7380 0 0 0 64229 2 0 0 25 0 1 0 510080659 33050624 7335 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 8069 7335 76 173 0 7894 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 40980

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.66 5/194 14423
/proc/meminfo: memFree=15059488/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=33296 CPUtime=702.31 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 7614 0 0 0 70228 3 0 0 25 0 1 0 510080659 34095104 7569 33554432000 134512640 135217611 4291216240 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 8324 7569 76 173 0 8149 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 42000

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 14424
/proc/meminfo: memFree=15053456/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=34928 CPUtime=762.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8009 0 0 0 76229 3 0 0 25 0 1 0 510080659 35766272 7964 33554432000 134512640 135217611 4291216240 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 8732 7964 76 173 0 8557 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 43632

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 14426
/proc/meminfo: memFree=15050928/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=35960 CPUtime=822.31 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8229 0 0 0 82228 3 0 0 25 0 1 0 510080659 36823040 8184 33554432000 134512640 135217611 4291216240 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 8990 8184 76 173 0 8815 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 44664

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 14427
/proc/meminfo: memFree=15045144/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=37012 CPUtime=882.31 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8452 0 0 0 88228 3 0 0 25 0 1 0 510080659 37900288 8407 33554432000 134512640 135217611 4291216240 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 9253 8407 76 173 0 9078 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 45716

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 3.74 5/194 14429
/proc/meminfo: memFree=15043708/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=37488 CPUtime=942.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8611 0 0 0 94229 3 0 0 25 0 1 0 510080659 38387712 8566 33554432000 134512640 135217611 4291216240 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 9372 8566 76 173 0 9197 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 46192

[startup+1002.3 s]
/proc/loadavg: 4.09 4.03 3.75 5/194 14461
/proc/meminfo: memFree=15811440/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=37860 CPUtime=1002.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8706 0 0 0 100229 3 0 0 25 0 1 0 510080659 38768640 8661 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 9465 8661 76 173 0 9290 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 46564

[startup+1062.3 s]
/proc/loadavg: 4.11 4.04 3.77 5/194 14462
/proc/meminfo: memFree=15797872/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=39616 CPUtime=1062.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 8975 0 0 0 106229 3 0 0 25 0 1 0 510080659 40566784 8930 33554432000 134512640 135217611 4291216240 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 9904 8930 76 173 0 9729 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 48320

[startup+1122.3 s]
/proc/loadavg: 3.96 4.01 3.78 4/188 14482
/proc/meminfo: memFree=15864236/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=40336 CPUtime=1122.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 9160 0 0 0 112229 3 0 0 25 0 1 0 510080659 41304064 9115 33554432000 134512640 135217611 4291216240 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 10084 9115 76 173 0 9909 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 49040

[startup+1182.3 s]
/proc/loadavg: 3.35 3.82 3.72 4/187 14483
/proc/meminfo: memFree=15863104/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=41080 CPUtime=1182.32 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 9299 0 0 0 118229 3 0 0 25 0 1 0 510080659 42065920 9254 33554432000 134512640 135217611 4291216240 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 10270 9254 76 173 0 10095 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 49784

[startup+1242.3 s]
/proc/loadavg: 3.20 3.69 3.68 4/187 14485
/proc/meminfo: memFree=15851292/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=42280 CPUtime=1242.33 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 9586 0 0 0 124229 4 0 0 25 0 1 0 510080659 43294720 9541 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 10570 9541 76 173 0 10395 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 50984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.56 3.64 4/187 14486
/proc/meminfo: memFree=15848904/32950928 swapFree=67087032/67111528
[pid=14359] ppid=14357 vsize=8704 CPUtime=0 cores=0,2
/proc/14359/stat : 14359 (glucose.sh) S 14357 14359 13978 0 -1 4202496 358 310 0 0 0 0 0 0 25 0 1 0 510080658 8912896 254 33554432000 4194304 4922060 140735881001984 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14359/statm: 2176 254 211 178 0 69 0
[pid=14362] ppid=14359 vsize=43404 CPUtime=1300.03 cores=0,2
/proc/14362/stat : 14362 (glucose_static) R 14359 14359 13978 0 -1 4202496 9884 0 0 0 129999 4 0 0 25 0 1 0 510080659 44445696 9818 33554432000 134512640 135217611 4291216240 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/14362/statm: 10851 9818 76 173 0 10676 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 52108

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.06
CPU user time (s): 1300.01
CPU system time (s): 0.050992
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 52108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10563
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= 3535

runsolver used 2.35164 second user time and 4.75228 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 12:00:36
IDJOB=3308966
IDBENCH=83418
IDSOLVER=1691
FILE ID=node148/3308966-1303984836
RUNJOBID= node148-1303983193-13996
PBS_JOBID= 13168678
Free space on /tmp= 71288 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1848262676

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15242828 kB
Buffers:       2082488 kB
Cached:       14343300 kB
SwapCached:       5264 kB
Active:        7542732 kB
Inactive:      9597320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15242828 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:      710320 kB
Mapped:          14928 kB
Slab:           503780 kB
PageTables:       6916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   933692 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= 71388 MiB
End job on node148 at 2011-04-28 12:22:18