Trace number 3308924

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  265956   651156 |   79786       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  166613   563942 |      --       0       --      -- |     --   | -99343/-87214
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 32750   #clauses: 166613   #literals: 563942
0.00/0.93	c CPU time:   0.908861 s
0.00/0.93	c ==============================================================================
0.99/1.04	c
0.99/1.04	c Starting glucose
0.99/1.04	c
0.99/1.04	
0.99/1.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.04	
0.99/1.04	c ============================[ Problem Statistics ]=============================
0.99/1.04	c |                                                                             |
0.99/1.04	c |  Number of variables:  32750                                                |
0.99/1.04	c |  Number of clauses:    166613                                               |
1.04/1.10	c |  Parsing time:         0.06         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 27571 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-3308924-1303984666/watcher-3308924-1303984666 -o /tmp/evaluation-result-3308924-1303984666/solver-3308924-1303984666 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308924-1303984666.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.99 3.97 3.15 5/192 27568
/proc/meminfo: memFree=23237476/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=0 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588697261 8912896 253 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 253 211 178 0 69 0

[startup+0.0664301 s]
/proc/loadavg: 3.99 3.97 3.15 5/192 27568
/proc/meminfo: memFree=23237476/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=0 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588697261 8912896 253 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100422 s]
/proc/loadavg: 3.99 3.97 3.15 5/192 27568
/proc/meminfo: memFree=23237476/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=0 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588697261 8912896 253 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300385 s]
/proc/loadavg: 3.99 3.97 3.15 5/192 27568
/proc/meminfo: memFree=23237476/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=0 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588697261 8912896 253 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700376 s]
/proc/loadavg: 3.99 3.97 3.15 5/192 27568
/proc/meminfo: memFree=23237476/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=0 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588697261 8912896 253 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50017 s]
/proc/loadavg: 3.99 3.97 3.15 5/194 27570
/proc/meminfo: memFree=23186752/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 8704

[startup+3.10087 s]
/proc/loadavg: 3.99 3.97 3.15 5/194 27571
/proc/meminfo: memFree=23208944/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=19992 CPUtime=2.04 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 4673 0 0 0 204 0 0 0 25 0 1 0 588697365 20471808 4627 33554432000 134512640 135217611 4294586064 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 4998 4627 77 173 0 4823 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28696

[startup+6.30036 s]
/proc/loadavg: 3.99 3.97 3.15 5/194 27571
/proc/meminfo: memFree=23204708/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=22056 CPUtime=5.24 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 5174 0 0 0 524 0 0 0 25 0 1 0 588697365 22585344 5128 33554432000 134512640 135217611 4294586064 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 5514 5128 77 173 0 5339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30760

[startup+12.7002 s]
/proc/loadavg: 3.99 3.97 3.16 5/194 27571
/proc/meminfo: memFree=23198628/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=24116 CPUtime=11.64 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 5696 0 0 0 1164 0 0 0 25 0 1 0 588697365 24694784 5650 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 6029 5650 77 173 0 5854 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32820

[startup+25.5008 s]
/proc/loadavg: 3.99 3.97 3.17 5/194 27572
/proc/meminfo: memFree=23189560/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=26444 CPUtime=24.44 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 6263 0 0 0 2443 1 0 0 25 0 1 0 588697365 27078656 6217 33554432000 134512640 135217611 4294586064 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 6611 6217 77 173 0 6436 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35148

[startup+51.1011 s]
/proc/loadavg: 3.99 3.97 3.19 5/194 27572
/proc/meminfo: memFree=23174980/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=30020 CPUtime=50.04 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 7156 0 0 0 5003 1 0 0 25 0 1 0 588697365 30740480 7110 33554432000 134512640 135217611 4294586064 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 7505 7110 77 173 0 7330 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38724

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.23 5/194 27574
/proc/meminfo: memFree=23160284/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=33992 CPUtime=101.25 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 8121 0 0 0 10123 2 0 0 25 0 1 0 588697365 34807808 8075 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 8498 8075 77 173 0 8323 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42696

[startup+162.301 s]
/proc/loadavg: 4.03 3.99 3.28 5/194 27575
/proc/meminfo: memFree=23154288/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=37920 CPUtime=161.24 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 9113 0 0 0 16122 2 0 0 25 0 1 0 588697365 38830080 9067 33554432000 134512640 135217611 4294586064 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 9480 9067 77 173 0 9305 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 46624

[startup+222.301 s]
/proc/loadavg: 4.06 4.00 3.33 5/194 27616
/proc/meminfo: memFree=23369604/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=41032 CPUtime=221.25 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 9855 0 0 0 22123 2 0 0 25 0 1 0 588697365 42016768 9809 33554432000 134512640 135217611 4294586064 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 10258 9809 77 173 0 10083 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49736

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.37 5/194 27679
/proc/meminfo: memFree=23617352/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=44128 CPUtime=281.25 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 10606 0 0 0 28123 2 0 0 25 0 1 0 588697365 45187072 10560 33554432000 134512640 135217611 4294586064 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 11032 10560 77 173 0 10857 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 52832

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.40 5/194 27680
/proc/meminfo: memFree=23603576/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=45836 CPUtime=341.25 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 11014 0 0 0 34123 2 0 0 25 0 1 0 588697365 46936064 10968 33554432000 134512640 135217611 4294586064 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 11459 10968 77 173 0 11284 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 54540

[startup+402.301 s]
/proc/loadavg: 3.99 3.98 3.44 5/194 27682
/proc/meminfo: memFree=23596728/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=47992 CPUtime=401.25 cores=0,2

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

[pid=27571] ppid=27568 vsize=54572 CPUtime=521.26 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 13132 0 0 0 52123 3 0 0 25 0 1 0 588697365 55881728 13086 33554432000 134512640 135217611 4294586064 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 13643 13086 77 173 0 13468 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 63276

[startup+582.301 s]
/proc/loadavg: 3.99 3.98 3.53 5/194 27687
/proc/meminfo: memFree=23566356/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=54924 CPUtime=581.26 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 13220 0 0 0 58123 3 0 0 25 0 1 0 588697365 56242176 13174 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 13731 13174 77 173 0 13556 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 63628

[startup+642.301 s]
/proc/loadavg: 3.99 3.98 3.56 5/194 27688
/proc/meminfo: memFree=23560612/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=57924 CPUtime=641.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 13958 0 0 0 64123 4 0 0 25 0 1 0 588697365 59314176 13912 33554432000 134512640 135217611 4294586064 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 14481 13912 77 173 0 14306 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 66628

[startup+702.301 s]
/proc/loadavg: 3.99 3.98 3.58 5/194 27690
/proc/meminfo: memFree=23556744/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=58212 CPUtime=701.26 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 14033 0 0 0 70122 4 0 0 25 0 1 0 588697365 59609088 13987 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 14553 13987 77 173 0 14378 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 66916

[startup+762.307 s]
/proc/loadavg: 3.99 3.98 3.60 5/194 27691
/proc/meminfo: memFree=23547156/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=58932 CPUtime=761.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 14189 0 0 0 76123 4 0 0 25 0 1 0 588697365 60346368 14143 33554432000 134512640 135217611 4294586064 18446744073709551615 134532680 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 14733 14143 77 173 0 14558 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 67636

[startup+822.301 s]
/proc/loadavg: 4.03 4.00 3.63 5/194 27693
/proc/meminfo: memFree=23541784/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=59268 CPUtime=821.26 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 14252 0 0 0 82122 4 0 0 25 0 1 0 588697365 60690432 14206 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 14817 14206 77 173 0 14642 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 67972

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.65 5/194 27695
/proc/meminfo: memFree=23535420/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=60588 CPUtime=881.26 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 14601 0 0 0 88122 4 0 0 25 0 1 0 588697365 62042112 14555 33554432000 134512640 135217611 4294586064 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 15147 14555 77 173 0 14972 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 69292

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 27696
/proc/meminfo: memFree=23531668/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=61680 CPUtime=941.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 14866 0 0 0 94123 4 0 0 25 0 1 0 588697365 63160320 14820 33554432000 134512640 135217611 4294586064 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 15420 14820 77 173 0 15245 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 70384

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 27698
/proc/meminfo: memFree=23524188/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=63728 CPUtime=1001.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 15398 0 0 0 100123 4 0 0 25 0 1 0 588697365 65257472 15352 33554432000 134512640 135217611 4294586064 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 15932 15352 77 173 0 15757 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 72432

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 27699
/proc/meminfo: memFree=23519824/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=65088 CPUtime=1061.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 15735 0 0 0 106123 4 0 0 25 0 1 0 588697365 66650112 15689 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 16272 15689 77 173 0 16097 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 73792

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 27701
/proc/meminfo: memFree=23512960/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=65088 CPUtime=1121.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 15746 0 0 0 112123 4 0 0 25 0 1 0 588697365 66650112 15700 33554432000 134512640 135217611 4294586064 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 16272 15700 77 173 0 16097 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 73792

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 27703
/proc/meminfo: memFree=23510320/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=65888 CPUtime=1181.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 15886 0 0 0 118123 4 0 0 25 0 1 0 588697365 67469312 15840 33554432000 134512640 135217611 4294586064 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 16472 15840 77 173 0 16297 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 74592

[startup+1242.3 s]
/proc/loadavg: 3.66 3.92 3.72 4/187 27722
/proc/meminfo: memFree=23594520/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=66860 CPUtime=1241.27 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 16107 0 0 0 124122 5 0 0 25 0 1 0 588697365 68464640 16061 33554432000 134512640 135217611 4294586064 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 16715 16061 77 173 0 16540 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 75564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.26 3.76 3.68 4/187 27724
/proc/meminfo: memFree=23591036/32950928 swapFree=67071984/67111528
[pid=27568] ppid=27566 vsize=8704 CPUtime=1.04 cores=0,2
/proc/27568/stat : 27568 (glucose.sh) S 27566 27568 27186 0 -1 4202496 360 11864 0 0 0 0 101 3 18 0 1 0 588697261 8912896 255 33554432000 4194304 4922060 140736565944480 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27568/statm: 2176 255 211 178 0 69 0
[pid=27571] ppid=27568 vsize=69364 CPUtime=1298.98 cores=0,2
/proc/27571/stat : 27571 (glucose_static) R 27568 27568 27186 0 -1 4202496 16624 0 0 0 129893 5 0 0 25 0 1 0 588697365 71028736 16578 33554432000 134512640 135217611 4294586064 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27571/statm: 17341 16578 77 173 0 17166 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 78068

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.05
CPU user time (s): 1299.95
CPU system time (s): 0.096985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 78068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28858
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= 17
involuntary context switches= 4294

runsolver used 2.11568 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 11:57:46
IDJOB=3308924
IDBENCH=83123
IDSOLVER=1691
FILE ID=node116/3308924-1303984666
RUNJOBID= node116-1303983225-27205
PBS_JOBID= 13168710
Free space on /tmp= 72444 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=1194533043

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23237756 kB
Buffers:       1887784 kB
Cached:        6894648 kB
SwapCached:       9732 kB
Active:        4599380 kB
Inactive:      4690820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23237756 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            6032 kB
Writeback:           0 kB
AnonPages:      501836 kB
Mapped:          15024 kB
Slab:           358116 kB
PageTables:       6264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   719336 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= 72496 MiB
End job on node116 at 2011-04-28 12:19:28