Trace number 3308951

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   30056   166260 |    9016       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   29288   163700 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 2400   #clauses: 29288   #literals: 163700
0.00/0.02	c CPU time:   0.018997 s
0.00/0.02	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
0.00/0.05	
0.00/0.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.05	
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  2400                                                 |
0.00/0.05	c |  Number of clauses:    29288                                                |
0.00/0.06	c |  Parsing time:         0.01         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55:  4084 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-3308951-1303984799/watcher-3308951-1303984799 -o /tmp/evaluation-result-3308951-1303984799/solver-3308951-1303984799 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308951-1303984799.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: 4.02 4.00 3.27 4/192 4081
/proc/meminfo: memFree=14360844/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510078606 8912896 253 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 253 211 178 0 69 0

[startup+0.110949 s]
/proc/loadavg: 4.02 4.00 3.27 4/192 4081
/proc/meminfo: memFree=14360844/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.200883 s]
/proc/loadavg: 4.02 4.00 3.27 4/192 4081
/proc/meminfo: memFree=14360844/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.300866 s]
/proc/loadavg: 4.02 4.00 3.27 4/192 4081
/proc/meminfo: memFree=14360844/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.700846 s]
/proc/loadavg: 4.02 4.00 3.27 4/192 4081
/proc/meminfo: memFree=14360844/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+1.50067 s]
/proc/loadavg: 4.02 4.00 3.27 5/194 4084
/proc/meminfo: memFree=14353140/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=7484 CPUtime=1.44 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 1739 0 0 0 144 0 0 0 25 0 1 0 510078611 7663616 1694 33554432000 134512640 135217611 4288557344 18446744073709551615 134538454 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 1871 1694 77 173 0 1696 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16188

[startup+3.10034 s]
/proc/loadavg: 4.02 4.00 3.27 5/194 4085
/proc/meminfo: memFree=14351900/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=8708 CPUtime=3.04 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 2023 0 0 0 304 0 0 0 25 0 1 0 510078611 8916992 1978 33554432000 134512640 135217611 4288557344 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 2177 1978 77 173 0 2002 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17412

[startup+6.30086 s]
/proc/loadavg: 4.01 4.00 3.28 5/194 4085
/proc/meminfo: memFree=14348428/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=10300 CPUtime=6.24 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 2450 0 0 0 624 0 0 0 25 0 1 0 510078611 10547200 2405 33554432000 134512640 135217611 4288557344 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 2575 2405 77 173 0 2400 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19004

[startup+12.7008 s]
/proc/loadavg: 4.01 4.00 3.28 5/194 4085
/proc/meminfo: memFree=14345272/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=12888 CPUtime=12.64 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 3098 0 0 0 1264 0 0 0 25 0 1 0 510078611 13197312 3053 33554432000 134512640 135217611 4288557344 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 3222 3053 77 173 0 3047 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21592

[startup+25.5006 s]
/proc/loadavg: 4.01 4.00 3.29 5/194 4085
/proc/meminfo: memFree=14341800/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=15936 CPUtime=25.44 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 3829 0 0 0 2544 0 0 0 25 0 1 0 510078611 16318464 3784 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 3984 3784 77 173 0 3809 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24640

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.31 5/194 4085
/proc/meminfo: memFree=14337620/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=19512 CPUtime=51.04 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 4730 0 0 0 5104 0 0 0 25 0 1 0 510078611 19980288 4685 33554432000 134512640 135217611 4288557344 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 4878 4685 77 173 0 4703 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28216

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 3.34 5/194 4126
/proc/meminfo: memFree=14999716/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=25556 CPUtime=102.24 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 6259 0 0 0 10224 0 0 0 25 0 1 0 510078611 26169344 6214 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 6389 6214 77 173 0 6214 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 34260

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.38 5/194 4159
/proc/meminfo: memFree=14983416/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=30880 CPUtime=162.24 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 7546 0 0 0 16223 1 0 0 25 0 1 0 510078611 31621120 7501 33554432000 134512640 135217611 4288557344 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 7720 7501 77 173 0 7545 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 39584

[startup+222.306 s]
/proc/loadavg: 4.00 4.00 3.42 5/194 4160
/proc/meminfo: memFree=14969736/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=36364 CPUtime=222.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 8947 0 0 0 22223 2 0 0 25 0 1 0 510078611 37236736 8902 33554432000 134512640 135217611 4288557344 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 9091 8902 77 173 0 8916 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 45068

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 4226
/proc/meminfo: memFree=14743376/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=39568 CPUtime=282.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 9643 0 0 0 28223 2 0 0 25 0 1 0 510078611 40517632 9598 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 9892 9598 77 173 0 9717 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48272

[startup+342.3 s]
/proc/loadavg: 4.02 4.00 3.48 5/194 4257
/proc/meminfo: memFree=14821480/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=42280 CPUtime=342.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 10339 0 0 0 34222 3 0 0 25 0 1 0 510078611 43294720 10294 33554432000 134512640 135217611 4288557344 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 10570 10294 77 173 0 10395 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50984

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 3.52 5/194 4259
/proc/meminfo: memFree=14811108/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6

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

[pid=4084] ppid=4081 vsize=51956 CPUtime=582.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 12720 0 0 0 58221 4 0 0 25 0 1 0 510078611 53202944 12675 33554432000 134512640 135217611 4288557344 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 12989 12675 77 173 0 12814 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 60660

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 4326
/proc/meminfo: memFree=15086680/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=53300 CPUtime=642.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 13068 0 0 0 64221 4 0 0 25 0 1 0 510078611 54579200 13023 33554432000 134512640 135217611 4288557344 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 13325 13023 77 173 0 13150 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 62004

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 4328
/proc/meminfo: memFree=15081824/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=54552 CPUtime=702.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 13367 0 0 0 70221 4 0 0 25 0 1 0 510078611 55861248 13322 33554432000 134512640 135217611 4288557344 18446744073709551615 134538400 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 13638 13322 77 173 0 13463 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 63256

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 4330
/proc/meminfo: memFree=15077228/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=56364 CPUtime=762.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 13686 0 0 0 76221 4 0 0 25 0 1 0 510078611 57716736 13641 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 14091 13641 77 173 0 13916 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 65068

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 4331
/proc/meminfo: memFree=15071752/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=58376 CPUtime=822.26 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 14203 0 0 0 82221 5 0 0 25 0 1 0 510078611 59777024 14158 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 14594 14158 77 173 0 14419 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 67080

[startup+882.307 s]
/proc/loadavg: 4.04 4.01 3.70 5/194 4333
/proc/meminfo: memFree=15063796/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=59092 CPUtime=882.26 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 14373 0 0 0 88221 5 0 0 25 0 1 0 510078611 60510208 14328 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 14773 14328 77 173 0 14598 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 67796

[startup+942.3 s]
/proc/loadavg: 4.01 4.01 3.71 5/194 4334
/proc/meminfo: memFree=15059816/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=60552 CPUtime=942.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 14715 0 0 0 94220 5 0 0 25 0 1 0 510078611 62005248 14670 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 15138 14670 77 173 0 14963 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 69256

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 4336
/proc/meminfo: memFree=15052108/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=61796 CPUtime=1002.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 15057 0 0 0 100220 5 0 0 25 0 1 0 510078611 63279104 15012 33554432000 134512640 135217611 4288557344 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 15449 15012 77 173 0 15274 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 70500

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 4338
/proc/meminfo: memFree=15046888/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=63048 CPUtime=1062.25 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 15380 0 0 0 106220 5 0 0 25 0 1 0 510078611 64561152 15335 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 15762 15335 77 173 0 15587 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 71752

[startup+1122.3 s]
/proc/loadavg: 3.83 3.96 3.74 4/187 4357
/proc/meminfo: memFree=15117720/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=64876 CPUtime=1122.26 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 15829 0 0 0 112220 6 0 0 25 0 1 0 510078611 66433024 15784 33554432000 134512640 135217611 4288557344 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 16219 15784 77 173 0 16044 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 73580

[startup+1182.3 s]
/proc/loadavg: 3.30 3.79 3.69 4/187 4359
/proc/meminfo: memFree=15114612/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=65008 CPUtime=1182.26 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 15870 0 0 0 118220 6 0 0 25 0 1 0 510078611 66568192 15825 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 16252 15825 77 173 0 16077 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 73712

[startup+1242.3 s]
/proc/loadavg: 3.11 3.64 3.65 4/187 4360
/proc/meminfo: memFree=15109644/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=66196 CPUtime=1242.26 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 16172 0 0 0 124220 6 0 0 25 0 1 0 510078611 67784704 16127 33554432000 134512640 135217611 4288557344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 16549 16127 77 173 0 16374 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 74900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.54 3.61 4/187 4362
/proc/meminfo: memFree=15103060/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=66640 CPUtime=1299.96 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 16290 0 0 0 129990 6 0 0 25 0 1 0 510078611 68239360 16245 33554432000 134512640 135217611 4288557344 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 16660 16245 77 173 0 16485 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 75344

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

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

[startup+1300 s]
/proc/loadavg: 3.09 3.54 3.61 4/187 4362
/proc/meminfo: memFree=15103060/32950928 swapFree=67111528/67111528
[pid=4081] ppid=4079 vsize=8704 CPUtime=0.04 cores=4,6
/proc/4081/stat : 4081 (glucose.sh) S 4079 4081 3639 0 -1 4202496 360 1114 0 0 0 0 4 0 25 0 1 0 510078606 8912896 255 33554432000 4194304 4922060 140734589314000 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4081/statm: 2176 255 211 178 0 69 0
[pid=4084] ppid=4081 vsize=66640 CPUtime=1299.96 cores=4,6
/proc/4084/stat : 4084 (glucose_static) R 4081 4081 3639 0 -1 4202496 16290 0 0 0 129990 6 0 0 25 0 1 0 510078611 68239360 16245 33554432000 134512640 135217611 4288557344 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4084/statm: 16660 16245 77 173 0 16485 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 75344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.95
CPU system time (s): 0.075988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 75344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17774
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 1791

runsolver used 2.05669 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 11:59:59
IDJOB=3308951
IDBENCH=83408
IDSOLVER=1691
FILE ID=node126/3308951-1303984799
RUNJOBID= node126-1303983196-3658
PBS_JOBID= 13168700
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=85142363

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:      14361116 kB
Buffers:       1837008 kB
Cached:       15362152 kB
SwapCached:          0 kB
Active:        7485736 kB
Inactive:     10518016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14361116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2468 kB
Writeback:           0 kB
AnonPages:      804052 kB
Mapped:          16008 kB
Slab:           519024 kB
PageTables:       6672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1002008 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= 71584 MiB
End job on node126 at 2011-04-28 12:21:41