Trace number 3308981

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/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4148    13204 |    1244       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    3748    13284 |      --       0       --      -- |     --   | -272/592
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 754   #clauses: 3748   #literals: 13284
0.00/0.00	c CPU time:   0.007998 s
0.00/0.00	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  754                                                  |
0.00/0.01	c |  Number of clauses:    3748                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.03/1300.00	HOME/glucose.sh: line 55: 27677 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-3308981-1303984897/watcher-3308981-1303984897 -o /tmp/evaluation-result-3308981-1303984897/solver-3308981-1303984897 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308981-1303984897.cnf 

running on 2 cores: 4,6

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: 3.97 3.98 3.33 4/192 27674
/proc/meminfo: memFree=23638144/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588720409 8912896 253 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 253 211 178 0 69 0

[startup+0.047745 s]
/proc/loadavg: 3.97 3.98 3.33 4/192 27674
/proc/meminfo: memFree=23638144/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100734 s]
/proc/loadavg: 3.97 3.98 3.33 4/192 27674
/proc/meminfo: memFree=23638144/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300697 s]
/proc/loadavg: 3.97 3.98 3.33 4/192 27674
/proc/meminfo: memFree=23638144/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700626 s]
/proc/loadavg: 3.97 3.98 3.33 4/192 27674
/proc/meminfo: memFree=23638144/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50055 s]
/proc/loadavg: 3.97 3.98 3.33 6/194 27677
/proc/meminfo: memFree=23634160/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=4424 CPUtime=1.48 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 796 0 0 0 148 0 0 0 25 0 1 0 588720410 4530176 750 33554432000 134512640 135217611 4294520256 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 1106 750 76 173 0 931 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13128

[startup+3.10018 s]
/proc/loadavg: 3.97 3.98 3.33 5/194 27677
/proc/meminfo: memFree=23633532/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=5268 CPUtime=3.08 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 991 0 0 0 308 0 0 0 25 0 1 0 588720410 5394432 945 33554432000 134512640 135217611 4294520256 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 1317 945 76 173 0 1142 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13972

[startup+6.30067 s]
/proc/loadavg: 3.97 3.98 3.34 5/194 27677
/proc/meminfo: memFree=23631548/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=6216 CPUtime=6.28 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 1225 0 0 0 628 0 0 0 25 0 1 0 588720410 6365184 1179 33554432000 134512640 135217611 4294520256 18446744073709551615 134539395 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 1554 1179 76 173 0 1379 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14920

[startup+12.7005 s]
/proc/loadavg: 3.97 3.98 3.34 6/194 27678
/proc/meminfo: memFree=23628208/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=7568 CPUtime=12.68 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 1563 0 0 0 1268 0 0 0 25 0 1 0 588720410 7749632 1517 33554432000 134512640 135217611 4294520256 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 1892 1517 76 173 0 1717 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16272

[startup+25.5012 s]
/proc/loadavg: 3.98 3.98 3.35 6/194 27678
/proc/meminfo: memFree=23622976/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=9396 CPUtime=25.48 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 2012 0 0 0 2548 0 0 0 25 0 1 0 588720410 9621504 1966 33554432000 134512640 135217611 4294520256 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 2349 1966 76 173 0 2174 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18100

[startup+51.1004 s]
/proc/loadavg: 3.99 3.98 3.37 5/194 27679
/proc/meminfo: memFree=23617352/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=11684 CPUtime=51.08 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 2571 0 0 0 5108 0 0 0 25 0 1 0 588720410 11964416 2525 33554432000 134512640 135217611 4294520256 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 2921 2525 76 173 0 2746 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20388

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.40 5/194 27680
/proc/meminfo: memFree=23606924/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=15760 CPUtime=102.28 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 3562 0 0 0 10228 0 0 0 25 0 1 0 588720410 16138240 3516 33554432000 134512640 135217611 4294520256 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 3940 3516 76 173 0 3765 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24464

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.43 5/194 27682
/proc/meminfo: memFree=23597472/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=19248 CPUtime=162.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 4393 0 0 0 16228 1 0 0 25 0 1 0 588720410 19709952 4347 33554432000 134512640 135217611 4294520256 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 4812 4347 76 173 0 4637 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27952

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.46 6/194 27683
/proc/meminfo: memFree=23588140/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=21052 CPUtime=222.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 4793 0 0 0 22228 1 0 0 25 0 1 0 588720410 21557248 4747 33554432000 134512640 135217611 4294520256 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 5263 4747 76 173 0 5088 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29756

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.49 5/194 27685
/proc/meminfo: memFree=23576680/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=22880 CPUtime=282.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 5242 0 0 0 28228 1 0 0 25 0 1 0 588720410 23429120 5196 33554432000 134512640 135217611 4294520256 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 5720 5196 76 173 0 5545 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31584

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.52 5/194 27686
/proc/meminfo: memFree=23569212/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=24684 CPUtime=342.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 5615 0 0 0 34228 1 0 0 25 0 1 0 588720410 25276416 5569 33554432000 134512640 135217611 4294520256 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 6171 5569 76 173 0 5996 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 33388

[startup+402.3 s]
/proc/loadavg: 3.99 3.98 3.55 5/194 27688
/proc/meminfo: memFree=23560860/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6

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

[pid=27677] ppid=27674 vsize=28428 CPUtime=522.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 6494 0 0 0 52228 1 0 0 25 0 1 0 588720410 29110272 6448 33554432000 134512640 135217611 4294520256 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 7107 6448 76 173 0 6932 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 37132

[startup+582.3 s]
/proc/loadavg: 4.03 4.00 3.63 5/194 27693
/proc/meminfo: memFree=23542280/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=29536 CPUtime=582.29 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 6749 0 0 0 58228 1 0 0 25 0 1 0 588720410 30244864 6703 33554432000 134512640 135217611 4294520256 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 7384 6703 76 173 0 7209 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 38240

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.65 5/194 27694
/proc/meminfo: memFree=23535792/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=31232 CPUtime=642.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 7164 0 0 0 64229 2 0 0 25 0 1 0 588720410 31981568 7118 33554432000 134512640 135217611 4294520256 18446744073709551615 134533532 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 7808 7118 76 173 0 7633 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 39936

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 27696
/proc/meminfo: memFree=23532288/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=32192 CPUtime=702.3 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 7400 0 0 0 70228 2 0 0 25 0 1 0 588720410 32964608 7354 33554432000 134512640 135217611 4294520256 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 8048 7354 76 173 0 7873 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 40896

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 27698
/proc/meminfo: memFree=23525800/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=33544 CPUtime=762.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 7706 0 0 0 76229 2 0 0 25 0 1 0 588720410 34349056 7660 33554432000 134512640 135217611 4294520256 18446744073709551615 134537488 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 8386 7660 76 173 0 8211 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 42248

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 27699
/proc/meminfo: memFree=23519948/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=34952 CPUtime=822.3 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 8014 0 0 0 82228 2 0 0 25 0 1 0 588720410 35790848 7968 33554432000 134512640 135217611 4294520256 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 8738 7968 76 173 0 8563 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 43656

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 27701
/proc/meminfo: memFree=23514820/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=36004 CPUtime=882.3 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 8214 0 0 0 88228 2 0 0 25 0 1 0 588720410 36868096 8164 33554432000 134512640 135217611 4294520256 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 9001 8164 76 173 0 8826 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 44708

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 27702
/proc/meminfo: memFree=23510572/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=36732 CPUtime=942.3 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 8401 0 0 0 94228 2 0 0 25 0 1 0 588720410 37613568 8351 33554432000 134512640 135217611 4294520256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 9183 8351 76 173 0 9008 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 45436

[startup+1002.3 s]
/proc/loadavg: 3.78 3.95 3.73 4/187 27722
/proc/meminfo: memFree=23595268/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=38296 CPUtime=1002.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 8682 0 0 0 100229 2 0 0 25 0 1 0 588720410 39215104 8632 33554432000 134512640 135217611 4294520256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 9574 8632 76 173 0 9399 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 47000

[startup+1062.3 s]
/proc/loadavg: 3.28 3.77 3.68 4/187 27724
/proc/meminfo: memFree=23591036/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=39256 CPUtime=1062.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 8941 0 0 0 106229 2 0 0 25 0 1 0 588720410 40198144 8891 33554432000 134512640 135217611 4294520256 18446744073709551615 134533532 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 9814 8891 76 173 0 9639 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 47960

[startup+1122.3 s]
/proc/loadavg: 3.11 3.63 3.63 4/187 27755
/proc/meminfo: memFree=23629588/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=40020 CPUtime=1122.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 9109 0 0 0 112229 2 0 0 25 0 1 0 588720410 40980480 9059 33554432000 134512640 135217611 4294520256 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 10005 9059 76 173 0 9830 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 48724

[startup+1182.3 s]
/proc/loadavg: 3.04 3.51 3.59 5/187 27757
/proc/meminfo: memFree=23624104/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=40952 CPUtime=1182.31 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 9332 0 0 0 118229 2 0 0 25 0 1 0 588720410 41934848 9282 33554432000 134512640 135217611 4294520256 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 10238 9282 76 173 0 10063 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 49656

[startup+1242.3 s]
/proc/loadavg: 3.01 3.42 3.55 4/187 27758
/proc/meminfo: memFree=23619860/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=41444 CPUtime=1242.32 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 9427 0 0 0 124229 3 0 0 25 0 1 0 588720410 42438656 9377 33554432000 134512640 135217611 4294520256 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 10361 9377 76 173 0 10186 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 50148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.56 3.23 3.48 3/180 27778
/proc/meminfo: memFree=23680980/32950928 swapFree=67071984/67111528
[pid=27674] ppid=27672 vsize=8704 CPUtime=0 cores=4,6
/proc/27674/stat : 27674 (glucose.sh) S 27672 27674 27186 0 -1 4202496 359 332 0 0 0 0 0 0 25 0 1 0 588720409 8912896 255 33554432000 4194304 4922060 140734243909776 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27674/statm: 2176 255 211 178 0 69 0
[pid=27677] ppid=27674 vsize=42320 CPUtime=1300.03 cores=4,6
/proc/27677/stat : 27677 (glucose_static) R 27674 27674 27186 0 -1 4202496 9651 0 0 0 130000 3 0 0 25 0 1 0 588720410 43335680 9601 33554432000 134512640 135217611 4294520256 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27677/statm: 10580 9601 76 173 0 10405 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 51024

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

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

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300.01
CPU system time (s): 0.035994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 51024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10554
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= 10
involuntary context switches= 1719

runsolver used 2.12968 second user time and 4.96724 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 12:01:37
IDJOB=3308981
IDBENCH=83430
IDSOLVER=1691
FILE ID=node116/3308981-1303984897
RUNJOBID= node116-1303983225-27206
PBS_JOBID= 13168710
Free space on /tmp= 72484 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=47873388

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:      23638292 kB
Buffers:       1887880 kB
Cached:        6854256 kB
SwapCached:       9732 kB
Active:        4199304 kB
Inactive:      4690668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23638292 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:      141300 kB
Mapped:          15408 kB
Slab:           358280 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   363868 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= 72504 MiB
End job on node116 at 2011-04-28 12:23:17