Trace number 3308909

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.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.23	c CPU time:   0.224965 s
0.00/0.23	c ==============================================================================
0.00/0.26	c
0.00/0.26	c Starting glucose
0.00/0.26	c
0.00/0.26	
0.00/0.26	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.26	
0.00/0.26	c ============================[ Problem Statistics ]=============================
0.00/0.26	c |                                                                             |
0.00/0.26	c |  Number of variables:  7780                                                 |
0.00/0.26	c |  Number of clauses:    42585                                                |
0.00/0.28	c |  Parsing time:         0.02         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 25300 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-3308909-1303984637/watcher-3308909-1303984637 -o /tmp/evaluation-result-3308909-1303984637/solver-3308909-1303984637 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308909-1303984637.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 3.98 3.13 5/192 25297
/proc/meminfo: memFree=13899060/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) R 25295 25297 24889 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 510063319 8912896 253 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473787797 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/25297/statm: 2176 253 211 178 0 69 0

[startup+0.0123031 s]
/proc/loadavg: 3.97 3.98 3.13 5/192 25297
/proc/meminfo: memFree=13899060/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510063319 8912896 253 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25297/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100243 s]
/proc/loadavg: 3.97 3.98 3.13 5/192 25297
/proc/meminfo: memFree=13899060/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510063319 8912896 253 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25297/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300209 s]
/proc/loadavg: 3.97 3.98 3.13 5/192 25297
/proc/meminfo: memFree=13899060/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+0.700138 s]
/proc/loadavg: 3.97 3.98 3.13 5/192 25297
/proc/meminfo: memFree=13899060/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+1.50106 s]
/proc/loadavg: 3.97 3.98 3.13 5/194 25301
/proc/meminfo: memFree=13893712/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=6844 CPUtime=1.23 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 1583 0 0 0 123 0 0 0 25 0 1 0 510063346 7008256 1538 33554432000 134512640 135217611 4289868896 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 1711 1538 76 173 0 1536 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15548

[startup+3.10078 s]
/proc/loadavg: 3.97 3.98 3.13 5/194 25301
/proc/meminfo: memFree=13891200/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=8336 CPUtime=2.83 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 1949 0 0 0 283 0 0 0 25 0 1 0 510063346 8536064 1904 33554432000 134512640 135217611 4289868896 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 2084 1904 76 173 0 1909 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17040

[startup+6.30015 s]
/proc/loadavg: 3.98 3.98 3.14 5/194 25301
/proc/meminfo: memFree=13886120/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=9184 CPUtime=6.03 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 2135 0 0 0 603 0 0 0 25 0 1 0 510063346 9404416 2090 33554432000 134512640 135217611 4289868896 18446744073709551615 134532867 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 2296 2090 77 173 0 2121 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17888

[startup+12.7011 s]
/proc/loadavg: 3.98 3.98 3.14 5/194 25301
/proc/meminfo: memFree=13884472/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=10772 CPUtime=12.43 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 2543 0 0 0 1243 0 0 0 25 0 1 0 510063346 11030528 2498 33554432000 134512640 135217611 4289868896 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 2693 2498 77 173 0 2518 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19476

[startup+25.5008 s]
/proc/loadavg: 3.98 3.98 3.16 5/194 25301
/proc/meminfo: memFree=13879628/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=12416 CPUtime=25.23 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 2929 0 0 0 2523 0 0 0 25 0 1 0 510063346 12713984 2884 33554432000 134512640 135217611 4289868896 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 3104 2884 77 173 0 2929 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21120

[startup+51.1003 s]
/proc/loadavg: 3.99 3.98 3.18 5/194 25302
/proc/meminfo: memFree=13860984/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=16832 CPUtime=50.83 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 4010 0 0 0 5082 1 0 0 25 0 1 0 510063346 17235968 3965 33554432000 134512640 135217611 4289868896 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 4208 3965 77 173 0 4033 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25536

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.22 5/194 25333
/proc/meminfo: memFree=14217324/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=20208 CPUtime=102.03 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 4806 0 0 0 10202 1 0 0 25 0 1 0 510063346 20692992 4761 33554432000 134512640 135217611 4289868896 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 5052 4761 77 173 0 4877 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28912

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.26 5/190 25340
/proc/meminfo: memFree=14664448/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=23260 CPUtime=162.03 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 5560 0 0 0 16202 1 0 0 25 0 1 0 510063346 23818240 5515 33554432000 134512640 135217611 4289868896 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 5815 5515 77 173 0 5640 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31964

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.31 5/194 25367
/proc/meminfo: memFree=14772356/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=27036 CPUtime=222.03 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 6426 0 0 0 22202 1 0 0 25 0 1 0 510063346 27684864 6381 33554432000 134512640 135217611 4289868896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 6759 6381 77 173 0 6584 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35740

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.35 5/194 25378
/proc/meminfo: memFree=14762236/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=28844 CPUtime=282.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 6856 0 0 0 28202 2 0 0 25 0 1 0 510063346 29536256 6811 33554432000 134512640 135217611 4289868896 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 7211 6811 77 173 0 7036 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 37548

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.39 5/194 25380
/proc/meminfo: memFree=14752652/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=32080 CPUtime=342.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 7664 0 0 0 34202 2 0 0 25 0 1 0 510063346 32849920 7619 33554432000 134512640 135217611 4289868896 18446744073709551615 134542173 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 8020 7619 77 173 0 7845 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 40784

[startup+402.3 s]
/proc/loadavg: 4.03 3.99 3.42 5/194 25442
/proc/meminfo: memFree=14994648/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2

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

[pid=25300] ppid=25297 vsize=37484 CPUtime=522.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 8991 0 0 0 52202 2 0 0 25 0 1 0 510063346 38383616 8946 33554432000 134512640 135217611 4289868896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 9371 8946 77 173 0 9196 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 46188

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.52 5/194 25480
/proc/meminfo: memFree=14592164/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=38328 CPUtime=582.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 9196 0 0 0 58202 2 0 0 25 0 1 0 510063346 39247872 9151 33554432000 134512640 135217611 4289868896 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 9582 9151 77 173 0 9407 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 47032

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.55 5/194 25482
/proc/meminfo: memFree=14579424/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=41184 CPUtime=642.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 9826 0 0 0 64201 3 0 0 25 0 1 0 510063346 42172416 9781 33554432000 134512640 135217611 4289868896 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 10296 9781 77 173 0 10121 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 49888

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 25483
/proc/meminfo: memFree=14574748/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=41184 CPUtime=702.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 9854 0 0 0 70201 3 0 0 25 0 1 0 510063346 42172416 9809 33554432000 134512640 135217611 4289868896 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 10296 9809 77 173 0 10121 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 49888

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 25485
/proc/meminfo: memFree=14567772/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=41784 CPUtime=762.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 10009 0 0 0 76202 3 0 0 25 0 1 0 510063346 42786816 9964 33554432000 134512640 135217611 4289868896 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 10446 9964 77 173 0 10271 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 50488

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 25486
/proc/meminfo: memFree=14562712/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=43604 CPUtime=822.04 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 10416 0 0 0 82201 3 0 0 25 0 1 0 510063346 44650496 10350 33554432000 134512640 135217611 4289868896 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 10901 10350 77 173 0 10726 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 52308

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 25488
/proc/meminfo: memFree=14556056/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=44956 CPUtime=882.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 10718 0 0 0 88201 4 0 0 25 0 1 0 510063346 46034944 10652 33554432000 134512640 135217611 4289868896 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 11239 10652 77 173 0 11064 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 53660

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 25490
/proc/meminfo: memFree=14548888/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=45892 CPUtime=942.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 10905 0 0 0 94201 4 0 0 25 0 1 0 510063346 46993408 10839 33554432000 134512640 135217611 4289868896 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 11473 10839 77 173 0 11298 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 54596

[startup+1002.3 s]
/proc/loadavg: 4.05 4.01 3.68 5/194 25491
/proc/meminfo: memFree=14545828/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=47400 CPUtime=1002.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 11252 0 0 0 100201 4 0 0 25 0 1 0 510063346 48537600 11186 33554432000 134512640 135217611 4289868896 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 11850 11186 77 173 0 11675 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 56104

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.70 5/194 25493
/proc/meminfo: memFree=14541144/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=47788 CPUtime=1062.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 11317 0 0 0 106201 4 0 0 25 0 1 0 510063346 48934912 11251 33554432000 134512640 135217611 4289868896 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 11947 11251 77 173 0 11772 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 56492

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 25494
/proc/meminfo: memFree=14533376/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=49744 CPUtime=1122.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 11813 0 0 0 112201 4 0 0 25 0 1 0 510063346 50937856 11747 33554432000 134512640 135217611 4289868896 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 12436 11747 77 173 0 12261 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 58448

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 25496
/proc/meminfo: memFree=14526328/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=51096 CPUtime=1182.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 12168 0 0 0 118201 4 0 0 25 0 1 0 510063346 52322304 12102 33554432000 134512640 135217611 4289868896 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 12774 12102 77 173 0 12599 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 59800

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 25498
/proc/meminfo: memFree=14525628/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=51384 CPUtime=1242.05 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 12238 0 0 0 124200 5 0 0 25 0 1 0 510063346 52617216 12172 33554432000 134512640 135217611 4289868896 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 12846 12172 77 173 0 12671 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 60088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.76 5/194 25499
/proc/meminfo: memFree=14520568/32950928 swapFree=67111528/67111528
[pid=25297] ppid=25295 vsize=8704 CPUtime=0.26 cores=0,2
/proc/25297/stat : 25297 (glucose.sh) S 25295 25297 24889 0 -1 4202496 359 2886 0 0 0 0 25 1 23 0 1 0 510063319 8912896 255 33554432000 4194304 4922060 140736750421040 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25297/statm: 2176 255 211 178 0 69 0
[pid=25300] ppid=25297 vsize=52464 CPUtime=1299.76 cores=0,2
/proc/25300/stat : 25300 (glucose_static) R 25297 25297 24889 0 -1 4202496 12474 0 0 0 129971 5 0 0 25 0 1 0 510063346 53723136 12408 33554432000 134512640 135217611 4289868896 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25300/statm: 13116 12408 77 173 0 12941 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 61168

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.97
CPU system time (s): 0.081987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 61168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15729
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= 12
involuntary context switches= 15669

runsolver used 2.14567 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 11:57:17
IDJOB=3308909
IDBENCH=83117
IDSOLVER=1691
FILE ID=node125/3308909-1303984637
RUNJOBID= node125-1303983196-24907
PBS_JOBID= 13168701
Free space on /tmp= 72404 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308909-1303984637/watcher-3308909-1303984637 -o /tmp/evaluation-result-3308909-1303984637/solver-3308909-1303984637 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308909-1303984637.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1080248598

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      13899332 kB
Buffers:       2212504 kB
Cached:       15298880 kB
SwapCached:          0 kB
Active:       10006308 kB
Inactive:      8506076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13899332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2744 kB
Writeback:           0 kB
AnonPages:     1000472 kB
Mapped:          16020 kB
Slab:           474232 kB
PageTables:       7204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1201660 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= 72516 MiB
End job on node125 at 2011-04-28 12:18:59