Trace number 3365928

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 5000.05 5000.12

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                                       |
5000.03/5000.11	HOME/glucose.sh: line 55: 23273 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365928-1305322007/watcher-3365928-1305322007 -o /tmp/evaluation-result-3365928-1305322007/solver-3365928-1305322007 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365928-1305322007.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 23271
/proc/meminfo: memFree=27139492/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0

[startup+0.084235 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 23271
/proc/meminfo: memFree=27139492/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100239 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 23271
/proc/meminfo: memFree=27139492/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300205 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 23271
/proc/meminfo: memFree=27139492/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701138 s]
/proc/loadavg: 2.00 2.02 2.00 2/386 23271
/proc/meminfo: memFree=27139492/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50089 s]
/proc/loadavg: 2.00 2.02 2.00 3/388 23274
/proc/meminfo: memFree=27135880/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=4848 CPUtime=1.49 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 887 0 0 0 149 0 0 0 25 0 1 0 643799384 4964352 842 33554432000 134512640 135217611 4292813104 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 1212 842 76 173 0 1037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13552

[startup+3.10072 s]
/proc/loadavg: 2.00 2.02 2.00 3/388 23274
/proc/meminfo: memFree=27134260/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=5676 CPUtime=3.09 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 1110 0 0 0 309 0 0 0 25 0 1 0 643799384 5812224 1065 33554432000 134512640 135217611 4292813104 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 1419 1065 76 173 0 1244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14380

[startup+6.3012 s]
/proc/loadavg: 2.00 2.02 2.00 3/388 23274
/proc/meminfo: memFree=27132736/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=7284 CPUtime=6.29 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 1485 0 0 0 629 0 0 0 25 0 1 0 643799384 7458816 1440 33554432000 134512640 135217611 4292813104 18446744073709551615 134528199 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 1821 1440 76 173 0 1646 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15988

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/388 23274
/proc/meminfo: memFree=27129040/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=8808 CPUtime=12.69 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 1861 0 0 0 1269 0 0 0 25 0 1 0 643799384 9019392 1816 33554432000 134512640 135217611 4292813104 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 2202 1816 76 173 0 2027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17512

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/388 23274
/proc/meminfo: memFree=27127432/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=10776 CPUtime=25.49 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 2359 0 0 0 2549 0 0 0 25 0 1 0 643799384 11034624 2314 33554432000 134512640 135217611 4292813104 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 2694 2314 76 173 0 2519 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19480

[startup+51.1007 s]
/proc/loadavg: 2.00 2.01 2.00 3/388 23275
/proc/meminfo: memFree=27124280/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=13460 CPUtime=51.08 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 2996 0 0 0 5108 0 0 0 25 0 1 0 643799384 13783040 2951 33554432000 134512640 135217611 4292813104 18446744073709551615 134536744 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 3365 2951 76 173 0 3190 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22164

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 2.00 3/388 23276
/proc/meminfo: memFree=27118432/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=17252 CPUtime=102.3 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 3911 0 0 0 10230 0 0 0 25 0 1 0 643799384 17666048 3866 33554432000 134512640 135217611 4292813104 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 4313 3866 76 173 0 4138 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25956

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/388 23278
/proc/meminfo: memFree=27113444/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=20396 CPUtime=162.28 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 4645 0 0 0 16228 0 0 0 25 0 1 0 643799384 20885504 4600 33554432000 134512640 135217611 4292813104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 5099 4600 76 173 0 4924 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29100

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/388 23280
/proc/meminfo: memFree=27107720/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=22776 CPUtime=222.28 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 5229 0 0 0 22228 0 0 0 25 0 1 0 643799384 23322624 5184 33554432000 134512640 135217611 4292813104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 5694 5184 76 173 0 5519 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31480

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/388 23281
/proc/meminfo: memFree=27107068/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=24712 CPUtime=282.28 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 5692 0 0 0 28228 0 0 0 25 0 1 0 643799384 25305088 5647 33554432000 134512640 135217611 4292813104 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23273/statm: 6178 5647 76 173 0 6003 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 33416

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/388 23283
/proc/meminfo: memFree=27103552/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=26952 CPUtime=342.27 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 6174 0 0 0 34227 0 0 0 25 0 1 0 643799384 27598848 6129 33554432000 134512640 135217611 4292813104 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/23273/statm: 6738 6129 76 173 0 6563 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 35656

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/388 23284
/proc/meminfo: memFree=27101040/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6

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

[pid=23273] ppid=23271 vsize=76416 CPUtime=4302.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 17409 0 0 0 430216 4 0 0 25 0 1 0 643799384 78249984 17343 33554432000 134512640 135217611 4292813104 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19104 17343 76 173 0 18929 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 85120

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/388 23402
/proc/meminfo: memFree=27002560/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=77580 CPUtime=4362.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 17697 0 0 0 436216 4 0 0 25 0 1 0 643799384 79441920 17631 33554432000 134512640 135217611 4292813104 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19395 17631 76 173 0 19220 0
Current children cumulated CPU time (s) 4362.2
Current children cumulated vsize (KiB) 86284

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/388 23404
/proc/meminfo: memFree=27001908/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=78088 CPUtime=4422.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 17759 0 0 0 442216 4 0 0 25 0 1 0 643799384 79962112 17693 33554432000 134512640 135217611 4292813104 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19522 17693 76 173 0 19347 0
Current children cumulated CPU time (s) 4422.2
Current children cumulated vsize (KiB) 86792

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/388 23405
/proc/meminfo: memFree=27002508/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=78088 CPUtime=4482.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 17770 0 0 0 448216 4 0 0 25 0 1 0 643799384 79962112 17704 33554432000 134512640 135217611 4292813104 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19522 17704 76 173 0 19347 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 86792

[startup+4542.3 s]
/proc/loadavg: 1.97 2.00 2.00 2/384 23423
/proc/meminfo: memFree=27104132/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=79256 CPUtime=4542.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18035 0 0 0 454216 4 0 0 25 0 1 0 643799384 81158144 17969 33554432000 134512640 135217611 4292813104 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19814 17969 76 173 0 19639 0
Current children cumulated CPU time (s) 4542.2
Current children cumulated vsize (KiB) 87960

[startup+4602.3 s]
/proc/loadavg: 1.35 1.81 1.93 2/381 23426
/proc/meminfo: memFree=27109776/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=79656 CPUtime=4602.21 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18144 0 0 0 460217 4 0 0 25 0 1 0 643799384 81567744 18078 33554432000 134512640 135217611 4292813104 18446744073709551615 134522643 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19914 18078 76 173 0 19739 0
Current children cumulated CPU time (s) 4602.21
Current children cumulated vsize (KiB) 88360

[startup+4662.3 s]
/proc/loadavg: 1.14 1.67 1.88 2/381 23428
/proc/meminfo: memFree=27109764/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=79656 CPUtime=4662.2 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18153 0 0 0 466216 4 0 0 25 0 1 0 643799384 81567744 18087 33554432000 134512640 135217611 4292813104 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19914 18087 76 173 0 19739 0
Current children cumulated CPU time (s) 4662.2
Current children cumulated vsize (KiB) 88360

[startup+4722.31 s]
/proc/loadavg: 1.10 1.57 1.82 2/381 23430
/proc/meminfo: memFree=27110124/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=79872 CPUtime=4722.22 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18204 0 0 0 472218 4 0 0 25 0 1 0 643799384 81788928 18138 33554432000 134512640 135217611 4292813104 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 19968 18138 76 173 0 19793 0
Current children cumulated CPU time (s) 4722.22
Current children cumulated vsize (KiB) 88576

[startup+4782.3 s]
/proc/loadavg: 1.04 1.47 1.77 2/381 23431
/proc/meminfo: memFree=27109988/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=80176 CPUtime=4782.21 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18255 0 0 0 478216 5 0 0 25 0 1 0 643799384 82100224 18189 33554432000 134512640 135217611 4292813104 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20044 18189 76 173 0 19869 0
Current children cumulated CPU time (s) 4782.21
Current children cumulated vsize (KiB) 88880

[startup+4842.3 s]
/proc/loadavg: 1.01 1.37 1.72 2/381 23433
/proc/meminfo: memFree=27109352/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=80800 CPUtime=4842.21 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18397 0 0 0 484216 5 0 0 25 0 1 0 643799384 82739200 18331 33554432000 134512640 135217611 4292813104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20200 18331 76 173 0 20025 0
Current children cumulated CPU time (s) 4842.21
Current children cumulated vsize (KiB) 89504

[startup+4902.3 s]
/proc/loadavg: 1.00 1.31 1.68 2/381 23434
/proc/meminfo: memFree=27108852/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=81388 CPUtime=4902.21 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18528 0 0 0 490216 5 0 0 25 0 1 0 643799384 83341312 18462 33554432000 134512640 135217611 4292813104 18446744073709551615 134533245 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20347 18462 76 173 0 20172 0
Current children cumulated CPU time (s) 4902.21
Current children cumulated vsize (KiB) 90092

[startup+4962.3 s]
/proc/loadavg: 1.00 1.25 1.63 2/381 23436
/proc/meminfo: memFree=27108708/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=81872 CPUtime=4962.21 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18615 0 0 0 496216 5 0 0 25 0 1 0 643799384 83836928 18549 33554432000 134512640 135217611 4292813104 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20468 18549 76 173 0 20293 0
Current children cumulated CPU time (s) 4962.21
Current children cumulated vsize (KiB) 90576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.00 1.22 1.60 2/381 23437
/proc/meminfo: memFree=27107584/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=83044 CPUtime=5000.03 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18905 0 0 0 499998 5 0 0 25 0 1 0 643799384 85037056 18839 33554432000 134512640 135217611 4292813104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20761 18839 76 173 0 20586 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 91748

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

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

[startup+5000.1 s]
/proc/loadavg: 1.00 1.22 1.60 2/381 23437
/proc/meminfo: memFree=27107584/32950928 swapFree=44388876/67111528
[pid=23271] ppid=23269 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23271/stat : 23271 (glucose.sh) S 23269 23271 22754 0 -1 4202496 359 310 0 0 0 0 0 0 25 0 1 0 643799383 8912896 255 33554432000 4194304 4922060 140734981886928 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23271/statm: 2176 255 211 178 0 69 0
[pid=23273] ppid=23271 vsize=83044 CPUtime=5000.03 cores=0,2,4,6
/proc/23273/stat : 23273 (glucose_static) R 23271 23271 22754 0 -1 4202496 18905 0 0 0 499998 5 0 0 25 0 1 0 643799384 85037056 18839 33554432000 134512640 135217611 4292813104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23273/statm: 20761 18839 76 173 0 20586 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 91748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.12
CPU time (s): 5000.05
CPU user time (s): 4999.99
CPU system time (s): 0.057991
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 91748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.99
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19584
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= 19
involuntary context switches= 8928

runsolver used 18.7152 second user time and 40.6758 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 23:26:47
IDJOB=3365928
IDBENCH=83418
IDSOLVER=1842
FILE ID=node126/3365928-1305322007
RUNJOBID= node126-1305315246-22772
PBS_JOBID= 13324306
Free space on /tmp= 50536 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-3365928-1305322007/watcher-3365928-1305322007 -o /tmp/evaluation-result-3365928-1305322007/solver-3365928-1305322007 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365928-1305322007.cnf

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1399937689

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27139648 kB
Buffers:        212932 kB
Cached:        2352372 kB
SwapCached:      92524 kB
Active:         693100 kB
Inactive:      4874284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27139648 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:     2922224 kB
Mapped:          15816 kB
Slab:           102872 kB
PageTables:      75628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88154724 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= 50536 MiB
End job on node126 at 2011-05-14 00:50:09