Trace number 3308954

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 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   20208   111352 |    6062       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   19440   108792 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1600   #clauses: 19440   #literals: 108792
0.00/0.02	c CPU time:   0.012998 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  1600                                                 |
0.00/0.03	c |  Number of clauses:    19440                                                |
0.00/0.04	c |  Parsing time:         0.01         s                                       |
1299.97/1300.01	HOME/glucose.sh: line 55: 25366 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-3308954-1303984800/watcher-3308954-1303984800 -o /tmp/evaluation-result-3308954-1303984800/solver-3308954-1303984800 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308954-1303984800.cnf 

running on 2 cores: 5,7

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.99 3.98 3.26 4/192 25363
/proc/meminfo: memFree=14797700/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510079645 8912896 253 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 253 211 178 0 69 0

[startup+0.0733679 s]
/proc/loadavg: 3.99 3.98 3.26 4/192 25363
/proc/meminfo: memFree=14797700/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.100311 s]
/proc/loadavg: 3.99 3.98 3.26 4/192 25363
/proc/meminfo: memFree=14797700/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.300277 s]
/proc/loadavg: 3.99 3.98 3.26 4/192 25363
/proc/meminfo: memFree=14797700/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.700206 s]
/proc/loadavg: 3.99 3.98 3.26 4/192 25363
/proc/meminfo: memFree=14797700/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.50107 s]
/proc/loadavg: 3.99 3.98 3.27 5/194 25366
/proc/meminfo: memFree=14791212/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=6332 CPUtime=1.46 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 1379 0 0 0 146 0 0 0 25 0 1 0 510079648 6483968 1334 33554432000 134512640 135217611 4289780752 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 1583 1334 77 173 0 1408 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15036

[startup+3.10078 s]
/proc/loadavg: 3.99 3.98 3.27 5/194 25366
/proc/meminfo: memFree=14789848/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=7888 CPUtime=3.06 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 1759 0 0 0 306 0 0 0 25 0 1 0 510079648 8077312 1714 33554432000 134512640 135217611 4289780752 18446744073709551615 134537319 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 1972 1714 77 173 0 1797 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16592

[startup+6.30022 s]
/proc/loadavg: 3.99 3.98 3.27 5/194 25366
/proc/meminfo: memFree=14787120/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=9516 CPUtime=6.26 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 2159 0 0 0 626 0 0 0 25 0 1 0 510079648 9744384 2114 33554432000 134512640 135217611 4289780752 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 2379 2114 77 173 0 2204 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18220

[startup+12.7001 s]
/proc/loadavg: 3.99 3.98 3.28 5/194 25366
/proc/meminfo: memFree=14783768/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=12132 CPUtime=12.66 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 2831 0 0 0 1266 0 0 0 25 0 1 0 510079648 12423168 2786 33554432000 134512640 135217611 4289780752 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 3033 2786 77 173 0 2858 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20836

[startup+25.5008 s]
/proc/loadavg: 3.99 3.98 3.28 5/194 25367
/proc/meminfo: memFree=14780560/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=14792 CPUtime=25.45 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 3478 0 0 0 2545 0 0 0 25 0 1 0 510079648 15147008 3433 33554432000 134512640 135217611 4289780752 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 3698 3433 77 173 0 3523 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23496

[startup+51.1003 s]
/proc/loadavg: 3.99 3.98 3.30 5/194 25367
/proc/meminfo: memFree=14773844/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=18676 CPUtime=51.05 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 4442 0 0 0 5105 0 0 0 25 0 1 0 510079648 19124224 4397 33554432000 134512640 135217611 4289780752 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 4669 4397 77 173 0 4494 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27380

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.34 5/194 25378
/proc/meminfo: memFree=14764840/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=23044 CPUtime=102.26 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 5511 0 0 0 10225 1 0 0 25 0 1 0 510079648 23597056 5466 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 5761 5466 77 173 0 5586 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 31748

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.38 5/194 25379
/proc/meminfo: memFree=14756248/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=27496 CPUtime=162.26 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 6629 0 0 0 16224 2 0 0 25 0 1 0 510079648 28155904 6584 33554432000 134512640 135217611 4289780752 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 6874 6584 77 173 0 6699 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 36200

[startup+222.3 s]
/proc/loadavg: 3.95 3.97 3.41 5/194 25411
/proc/meminfo: memFree=15046640/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=30428 CPUtime=222.26 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 7328 0 0 0 22224 2 0 0 25 0 1 0 510079648 31158272 7283 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 7607 7283 77 173 0 7432 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 39132

[startup+282.301 s]
/proc/loadavg: 4.06 4.00 3.45 5/194 25475
/proc/meminfo: memFree=14705904/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=33324 CPUtime=282.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 8042 0 0 0 28223 2 0 0 25 0 1 0 510079648 34123776 7997 33554432000 134512640 135217611 4289780752 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 8331 7997 77 173 0 8156 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 42028

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.48 5/194 25478
/proc/meminfo: memFree=14609432/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=34932 CPUtime=342.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 8441 0 0 0 34223 2 0 0 25 0 1 0 510079648 35770368 8396 33554432000 134512640 135217611 4289780752 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 8733 8396 77 173 0 8558 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 43636

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.51 5/194 25480
/proc/meminfo: memFree=14594792/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7

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

[pid=25366] ppid=25363 vsize=40732 CPUtime=522.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 9892 0 0 0 52221 4 0 0 25 0 1 0 510079648 41709568 9847 33554432000 134512640 135217611 4289780752 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 10183 9847 77 173 0 10008 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 49436

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 25484
/proc/meminfo: memFree=14569512/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=43696 CPUtime=582.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 10603 0 0 0 58221 4 0 0 25 0 1 0 510079648 44744704 10558 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 10924 10558 77 173 0 10749 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 52400

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 25486
/proc/meminfo: memFree=14565064/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=44232 CPUtime=642.26 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 10656 0 0 0 64222 4 0 0 25 0 1 0 510079648 45293568 10611 33554432000 134512640 135217611 4289780752 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 11058 10611 77 173 0 10883 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 52936

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 25488
/proc/meminfo: memFree=14556304/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=45864 CPUtime=702.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 11070 0 0 0 70221 4 0 0 25 0 1 0 510079648 46964736 11025 33554432000 134512640 135217611 4289780752 18446744073709551615 134537438 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 11466 11025 77 173 0 11291 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 54568

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 25489
/proc/meminfo: memFree=14549880/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=47868 CPUtime=762.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 11583 0 0 0 76221 4 0 0 25 0 1 0 510079648 49016832 11538 33554432000 134512640 135217611 4289780752 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 11967 11538 77 173 0 11792 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 56572

[startup+822.301 s]
/proc/loadavg: 4.07 4.02 3.68 5/194 25491
/proc/meminfo: memFree=14547068/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=48276 CPUtime=822.24 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 11664 0 0 0 82220 4 0 0 25 0 1 0 510079648 49434624 11619 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 12069 11619 77 173 0 11894 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 56980

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.69 5/194 25492
/proc/meminfo: memFree=14543124/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=49876 CPUtime=882.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 12094 0 0 0 88220 5 0 0 25 0 1 0 510079648 51073024 12049 33554432000 134512640 135217611 4289780752 18446744073709551615 134536994 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 12469 12049 77 173 0 12294 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 58580

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.71 5/194 25494
/proc/meminfo: memFree=14533640/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=50404 CPUtime=942.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 12214 0 0 0 94220 5 0 0 25 0 1 0 510079648 51613696 12169 33554432000 134512640 135217611 4289780752 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 12601 12169 77 173 0 12426 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 59108

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 25496
/proc/meminfo: memFree=14531412/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=51044 CPUtime=1002.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 12361 0 0 0 100220 5 0 0 25 0 1 0 510079648 52269056 12316 33554432000 134512640 135217611 4289780752 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 12761 12316 77 173 0 12586 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 59748

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 25497
/proc/meminfo: memFree=14525876/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=52364 CPUtime=1062.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 12704 0 0 0 106220 5 0 0 25 0 1 0 510079648 53620736 12659 33554432000 134512640 135217611 4289780752 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 13091 12659 77 173 0 12916 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 61068

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/194 25499
/proc/meminfo: memFree=14522932/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=52972 CPUtime=1122.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 12836 0 0 0 112220 5 0 0 25 0 1 0 510079648 54243328 12791 33554432000 134512640 135217611 4289780752 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 13243 12791 77 173 0 13068 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 61676

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.77 5/194 25592
/proc/meminfo: memFree=14558864/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=53928 CPUtime=1182.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 13078 0 0 0 118219 6 0 0 25 0 1 0 510079648 55222272 13033 33554432000 134512640 135217611 4289780752 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 13482 13033 77 173 0 13307 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 62632

[startup+1242.3 s]
/proc/loadavg: 3.86 3.97 3.77 4/187 25612
/proc/meminfo: memFree=14631312/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=55252 CPUtime=1242.25 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 13405 0 0 0 124219 6 0 0 25 0 1 0 510079648 56578048 13360 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 13813 13360 77 173 0 13638 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 63956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.34 3.81 3.72 4/187 25614
/proc/meminfo: memFree=14626716/32950928 swapFree=67111528/67111528
[pid=25363] ppid=25361 vsize=8704 CPUtime=0.02 cores=5,7
/proc/25363/stat : 25363 (glucose.sh) S 25361 25363 24889 0 -1 4202496 360 767 0 0 0 0 2 0 25 0 1 0 510079645 8912896 255 33554432000 4194304 4922060 140735959323680 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25363/statm: 2176 255 211 178 0 69 0
[pid=25366] ppid=25363 vsize=55796 CPUtime=1299.95 cores=5,7
/proc/25366/stat : 25366 (glucose_static) R 25363 25363 24889 0 -1 4202496 13555 0 0 0 129989 6 0 0 25 0 1 0 510079648 57135104 13510 33554432000 134512640 135217611 4289780752 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/25366/statm: 13949 13510 77 173 0 13774 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 64500

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.93
CPU system time (s): 0.070989
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 64500

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

runsolver used 1.9737 second user time and 5.13122 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 12:00:00
IDJOB=3308954
IDBENCH=83410
IDSOLVER=1691
FILE ID=node125/3308954-1303984800
RUNJOBID= node125-1303983196-24910
PBS_JOBID= 13168701
Free space on /tmp= 72692 MiB

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

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1734749927

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:      14797980 kB
Buffers:       2212572 kB
Cached:       15003188 kB
SwapCached:          0 kB
Active:        9110404 kB
Inactive:      8508796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14797980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3032 kB
Writeback:           0 kB
AnonPages:      402976 kB
Mapped:          16024 kB
Slab:           468968 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   594820 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= 72536 MiB
End job on node125 at 2011-04-28 12:21:42