Trace number 3290415

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
EBGlucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.988
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2540     8076 |     761       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2204     7772 |      --       0       --      -- |     --   | -208/208
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 450   #clauses: 2204   #literals: 7772
0.00/0.01	c CPU time:   0.003999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  450                                                  |
0.00/0.01	c |  Number of clauses:    2204                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57: 13031 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-3290415-1303778490/watcher-3290415-1303778490 -o /tmp/evaluation-result-3290415-1303778490/solver-3290415-1303778490 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290415-1303778490.cnf 

running on 2 cores: 1,3

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: 2.02 3.21 5.33 3/176 13027
/proc/meminfo: memFree=20867736/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8700 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 322 0 0 0 0 0 0 0 24 0 1 0 489448738 8908800 250 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278879488 0 0 4100 65536 18446744071562362840 0 0 17 1 0 0 0
/proc/13027/statm: 2175 250 209 178 0 68 0

[startup+0.0959041 s]
/proc/loadavg: 2.02 3.21 5.33 3/176 13027
/proc/meminfo: memFree=20867736/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100905 s]
/proc/loadavg: 2.02 3.21 5.33 3/176 13027
/proc/meminfo: memFree=20867736/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300865 s]
/proc/loadavg: 2.02 3.21 5.33 3/176 13027
/proc/meminfo: memFree=20867736/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70079 s]
/proc/loadavg: 2.02 3.21 5.33 3/176 13027
/proc/meminfo: memFree=20867736/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50065 s]
/proc/loadavg: 2.02 3.19 5.31 5/194 13065
/proc/meminfo: memFree=20787612/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=6192 CPUtime=1.48 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 883 0 0 0 148 0 0 0 20 0 1 0 489448739 6340608 824 33554432000 134512640 134556542 4286731376 18446744073709551615 134537270 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 1548 824 211 11 0 882 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14896

[startup+3.10031 s]
/proc/loadavg: 2.02 3.19 5.31 5/194 13065
/proc/meminfo: memFree=20780172/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=7000 CPUtime=3.08 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 1095 0 0 0 308 0 0 0 25 0 1 0 489448739 7168000 1036 33554432000 134512640 134556542 4286731376 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 1750 1036 211 11 0 1084 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15704

[startup+6.30073 s]
/proc/loadavg: 2.18 3.20 5.30 5/194 13066
/proc/meminfo: memFree=20762920/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=7832 CPUtime=6.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 1297 0 0 0 628 0 0 0 25 0 1 0 489448739 8019968 1238 33554432000 134512640 134556542 4286731376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 1958 1238 211 11 0 1292 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16536

[startup+12.7006 s]
/proc/loadavg: 2.32 3.21 5.29 5/194 13066
/proc/meminfo: memFree=20752272/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=9260 CPUtime=12.68 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 1642 0 0 0 1268 0 0 0 25 0 1 0 489448739 9482240 1583 33554432000 134512640 134556542 4286731376 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 2315 1583 211 11 0 1649 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17964

[startup+25.5003 s]
/proc/loadavg: 2.69 3.25 5.27 5/194 13066
/proc/meminfo: memFree=20736564/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=11080 CPUtime=25.48 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 2045 0 0 0 2548 0 0 0 25 0 1 0 489448739 11345920 1986 33554432000 134512640 134556542 4286731376 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 2770 1986 212 11 0 2104 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19784

[startup+51.1008 s]
/proc/loadavg: 3.14 3.31 5.24 5/194 13129
/proc/meminfo: memFree=20695424/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=13096 CPUtime=51.08 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 2555 0 0 0 5108 0 0 0 25 0 1 0 489448739 13410304 2496 33554432000 134512640 134556542 4286731376 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 3274 2496 212 11 0 2608 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21800

[startup+102.307 s]
/proc/loadavg: 3.62 3.41 5.17 5/194 13225
/proc/meminfo: memFree=20507272/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=16752 CPUtime=102.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 3348 0 0 0 10228 0 0 0 25 0 1 0 489448739 17154048 3289 33554432000 134512640 134556542 4286731376 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 4188 3289 212 11 0 3522 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 25456

[startup+162.301 s]
/proc/loadavg: 3.86 3.52 5.09 5/194 13227
/proc/meminfo: memFree=20459712/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=19272 CPUtime=162.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 3967 0 0 0 16228 0 0 0 25 0 1 0 489448739 19734528 3908 33554432000 134512640 134556542 4286731376 18446744073709551615 134537384 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 4818 3908 212 11 0 4152 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27976

[startup+222.3 s]
/proc/loadavg: 3.95 3.60 5.02 5/194 13229
/proc/meminfo: memFree=20417936/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=21088 CPUtime=222.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 4321 0 0 0 22228 0 0 0 25 0 1 0 489448739 21594112 4262 33554432000 134512640 134556542 4286731376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 5272 4262 212 11 0 4606 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 29792

[startup+282.301 s]
/proc/loadavg: 3.98 3.67 4.96 5/194 13262
/proc/meminfo: memFree=20405980/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=23300 CPUtime=282.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 4821 0 0 0 28228 0 0 0 25 0 1 0 489448739 23859200 4762 33554432000 134512640 134556542 4286731376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 5825 4762 212 11 0 5159 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 32004

[startup+342.301 s]
/proc/loadavg: 3.99 3.73 4.89 5/194 13264
/proc/meminfo: memFree=20385916/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=24940 CPUtime=342.28 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 5181 0 0 0 34228 0 0 0 25 0 1 0 489448739 25538560 5122 33554432000 134512640 134556542 4286731376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 6235 5122 212 11 0 5569 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 33644

[startup+402.3 s]
/proc/loadavg: 3.99 3.78 4.84 5/194 13298
/proc/meminfo: memFree=20462484/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3

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

[pid=13031] ppid=13027 vsize=28308 CPUtime=522.29 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 5974 0 0 0 52228 1 0 0 25 0 1 0 489448739 28987392 5915 33554432000 134512640 134556542 4286731376 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 7077 5915 212 11 0 6411 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 37012

[startup+582.3 s]
/proc/loadavg: 4.05 3.90 4.70 5/194 13302
/proc/meminfo: memFree=20436216/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=29572 CPUtime=582.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 6264 0 0 0 58229 1 0 0 25 0 1 0 489448739 30281728 6205 33554432000 134512640 134556542 4286731376 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 7393 6205 212 11 0 6727 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 38276

[startup+642.3 s]
/proc/loadavg: 4.02 3.92 4.65 5/194 13336
/proc/meminfo: memFree=20713948/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=30672 CPUtime=642.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 6471 0 0 0 64229 1 0 0 25 0 1 0 489448739 31408128 6412 33554432000 134512640 134556542 4286731376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 7668 6412 212 11 0 7002 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 39376

[startup+702.301 s]
/proc/loadavg: 4.00 3.93 4.61 5/194 13399
/proc/meminfo: memFree=20390328/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=31660 CPUtime=702.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 6636 0 0 0 70229 1 0 0 25 0 1 0 489448739 32419840 6577 33554432000 134512640 134556542 4286731376 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 7915 6577 212 11 0 7249 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 40364

[startup+762.307 s]
/proc/loadavg: 4.05 3.95 4.57 5/194 13401
/proc/meminfo: memFree=20317196/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=32800 CPUtime=762.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 6920 0 0 0 76229 1 0 0 25 0 1 0 489448739 33587200 6861 33554432000 134512640 134556542 4286731376 18446744073709551615 134537302 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 8200 6861 212 11 0 7534 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 41504

[startup+822.3 s]
/proc/loadavg: 4.02 3.96 4.53 5/194 13403
/proc/meminfo: memFree=20307872/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=33700 CPUtime=822.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7138 0 0 0 82229 1 0 0 25 0 1 0 489448739 34508800 7079 33554432000 134512640 134556542 4286731376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 8425 7079 212 11 0 7759 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 42404

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 4.50 5/194 13404
/proc/meminfo: memFree=20301036/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=34764 CPUtime=882.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7368 0 0 0 88229 1 0 0 25 0 1 0 489448739 35598336 7309 33554432000 134512640 134556542 4286731376 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 8691 7309 212 11 0 8025 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 43468

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 4.46 5/194 13406
/proc/meminfo: memFree=20293448/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=35572 CPUtime=942.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7543 0 0 0 94229 1 0 0 25 0 1 0 489448739 36425728 7484 33554432000 134512640 134556542 4286731376 18446744073709551615 134525148 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 8893 7484 212 11 0 8227 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 44276

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 4.44 5/194 13408
/proc/meminfo: memFree=20287104/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=36472 CPUtime=1002.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7739 0 0 0 100229 1 0 0 25 0 1 0 489448739 37347328 7680 33554432000 134512640 134556542 4286731376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9118 7680 212 11 0 8452 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 45176

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 4.41 5/194 13409
/proc/meminfo: memFree=20281628/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=36704 CPUtime=1062.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7805 0 0 0 106229 1 0 0 25 0 1 0 489448739 37584896 7746 33554432000 134512640 134556542 4286731376 18446744073709551615 134537894 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9176 7746 212 11 0 8510 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 45408

[startup+1122.3 s]
/proc/loadavg: 4.07 4.01 4.39 5/194 13411
/proc/meminfo: memFree=20274788/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=37352 CPUtime=1122.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 7955 0 0 0 112229 1 0 0 25 0 1 0 489448739 38248448 7896 33554432000 134512640 134556542 4286731376 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9338 7896 212 11 0 8672 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 46056

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 4.36 5/194 13421
/proc/meminfo: memFree=20271404/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=38108 CPUtime=1182.3 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 8121 0 0 0 118229 1 0 0 25 0 1 0 489448739 39022592 8062 33554432000 134512640 134556542 4286731376 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9527 8062 212 11 0 8861 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 46812

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 4.34 5/194 13423
/proc/meminfo: memFree=20265804/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=39336 CPUtime=1242.31 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 8386 0 0 0 124229 2 0 0 25 0 1 0 489448739 40280064 8306 33554432000 134512640 134556542 4286731376 18446744073709551615 134524976 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9834 8306 212 11 0 9168 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 48040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.31 5/194 13424
/proc/meminfo: memFree=20257596/32950904 swapFree=67082284/67111528
[pid=13027] ppid=13025 vsize=8704 CPUtime=0 cores=1,3
/proc/13027/stat : 13027 (ebglucose.sh) S 13025 13027 11530 0 -1 4202496 379 496 0 0 0 0 0 0 25 0 1 0 489448738 8912896 256 33554432000 4194304 4922060 140735377807296 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13027/statm: 2176 256 211 178 0 69 0
[pid=13031] ppid=13027 vsize=39936 CPUtime=1300.02 cores=1,3
/proc/13031/stat : 13031 (ebglucose_stati) R 13027 13027 11530 0 -1 4202496 8566 0 0 0 130000 2 0 0 25 0 1 0 489448739 40894464 8465 33554432000 134512640 134556542 4286731376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/13031/statm: 9984 8465 212 11 0 9318 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 48640

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.04
CPU user time (s): 1300.01
CPU system time (s): 0.025996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 48640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9453
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= 37
involuntary context switches= 2097

runsolver used 2.09968 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:41:30
IDJOB=3290415
IDBENCH=83432
IDSOLVER=1652
FILE ID=node121/3290415-1303778490
RUNJOBID= node121-1303778490-13013
PBS_JOBID= 13157167
Free space on /tmp= 72088 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_3_keyfind_1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290415-1303778490/watcher-3290415-1303778490 -o /tmp/evaluation-result-3290415-1303778490/solver-3290415-1303778490 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3290415-1303778490.cnf

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
RANDOM SEED=363179541

node121.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.817
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.63
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.817
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.07
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.817
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      20868132 kB
Buffers:       2149136 kB
Cached:        9380704 kB
SwapCached:       2776 kB
Active:        8547532 kB
Inactive:      3024904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20868132 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:             944 kB
Writeback:           0 kB
AnonPages:       39916 kB
Mapped:          13528 kB
Slab:           445400 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   196160 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= 71872 MiB
End job on node121 at 2011-04-26 03:03:12