Trace number 3348996

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
minisat hack: minisat_psm 2011-04-01? (TO) 1299.61 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.802
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
0.00/0.56	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.00/0.56	c ==============================================================================
0.00/0.56	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.00/0.56	c CPU time:   0.549916 s
0.00/0.56	c ==============================================================================
1299.58/1300.01	./esg_static.sh: line 49: 23344 Terminated              $RS $TMP.cnf > $TMP.result 2> /dev/null

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: 961)

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-3348996-1304969401/watcher-3348996-1304969401 -o /tmp/evaluation-result-3348996-1304969401/solver-3348996-1304969401 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348996-1304969401.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.86 3.97 3.03 4/293 23329
/proc/meminfo: memFree=20077804/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 608538247 8908800 250 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 250 209 178 0 68 0

[startup+0.096336 s]
/proc/loadavg: 3.86 3.97 3.03 4/293 23329
/proc/meminfo: memFree=20077804/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 608538247 8908800 250 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10033 s]
/proc/loadavg: 3.86 3.97 3.03 4/293 23329
/proc/meminfo: memFree=20077804/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 608538247 8908800 250 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3003 s]
/proc/loadavg: 3.86 3.97 3.03 4/293 23329
/proc/meminfo: memFree=20077804/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 608538247 8908800 250 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700167 s]
/proc/loadavg: 3.86 3.97 3.03 4/293 23329
/proc/meminfo: memFree=20077804/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 8700

[startup+1.50107 s]
/proc/loadavg: 3.86 3.97 3.03 5/301 23344
/proc/meminfo: memFree=20048128/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=22828 CPUtime=0.89 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 2042 0 0 0 89 0 0 0 18 0 1 0 608538307 23375872 1775 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213681 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 5707 1775 250 16 0 2349 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31528

[startup+3.1008 s]
/proc/loadavg: 3.86 3.97 3.03 5/301 23345
/proc/meminfo: memFree=20053928/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=22828 CPUtime=2.49 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 2099 0 0 0 249 0 0 0 22 0 1 0 608538307 23375872 1829 33554432000 4194304 4256717 140735217489024 18446744073709551615 4218877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 5707 1829 250 16 0 2349 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31528

[startup+6.30121 s]
/proc/loadavg: 3.87 3.97 3.03 5/301 23345
/proc/meminfo: memFree=20053072/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=22960 CPUtime=5.69 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 2205 0 0 0 569 0 0 0 25 0 1 0 608538307 23511040 1930 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 5740 1930 251 16 0 2382 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31660

[startup+12.7011 s]
/proc/loadavg: 3.88 3.97 3.04 5/301 23345
/proc/meminfo: memFree=20047532/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=23232 CPUtime=12.09 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 2457 0 0 0 1209 0 0 0 25 0 1 0 608538307 23789568 2162 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 5808 2162 251 16 0 2450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31932

[startup+25.5008 s]
/proc/loadavg: 3.91 3.97 3.05 5/301 23346
/proc/meminfo: memFree=20038192/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=23500 CPUtime=24.87 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 3809 0 0 0 2487 0 0 0 25 0 1 0 608538307 24064000 2479 33554432000 4194304 4256717 140735217489024 18446744073709551615 4219127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 5875 2479 251 16 0 2517 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32200

[startup+51.1002 s]
/proc/loadavg: 3.94 3.97 3.07 5/301 23407
/proc/meminfo: memFree=19960624/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=35284 CPUtime=50.41 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 7849 0 0 0 5039 2 0 0 25 0 1 0 608538307 36130816 4983 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/23344/statm: 8821 4983 251 16 0 5463 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 43984

[startup+102.311 s]
/proc/loadavg: 4.02 3.99 3.13 5/301 23442
/proc/meminfo: memFree=19852480/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=35280 CPUtime=101.49 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 9471 0 0 0 10147 2 0 0 25 0 1 0 608538307 36126720 5162 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 8820 5162 251 16 0 5462 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 43980

[startup+162.3 s]
/proc/loadavg: 4.01 3.99 3.18 5/301 23443
/proc/meminfo: memFree=19779896/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=38000 CPUtime=161.36 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 10600 0 0 0 16133 3 0 0 25 0 1 0 608538307 38912000 6194 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/23344/statm: 9500 6194 251 16 0 6142 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 46700

[startup+222.301 s]
/proc/loadavg: 4.20 4.03 3.24 5/301 23445
/proc/meminfo: memFree=19746268/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=42420 CPUtime=221.26 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 11929 0 0 0 22123 3 0 0 25 0 1 0 608538307 43438080 7387 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 10605 7387 251 16 0 7247 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 51120

[startup+282.301 s]
/proc/loadavg: 4.15 4.04 3.29 5/301 23447
/proc/meminfo: memFree=19755776/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=35352 CPUtime=281.27 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 14180 0 0 0 28123 4 0 0 25 0 1 0 608538307 36200448 4701 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 8838 4701 251 16 0 5480 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 44052

[startup+342.3 s]
/proc/loadavg: 4.05 4.03 3.33 5/301 23448
/proc/meminfo: memFree=19744456/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=35348 CPUtime=341.27 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 19943 0 0 0 34122 5 0 0 25 0 1 0 608538307 36196352 4623 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 8837 4623 251 16 0 5479 0
Current children cumulated CPU time (s) 341.86
Current children cumulated vsize (KiB) 44048

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.37 5/301 23450
/proc/meminfo: memFree=19705732/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6

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

[pid=23344] ppid=23329 vsize=58672 CPUtime=521.26 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 27420 0 0 0 52121 5 0 0 25 0 1 0 608538307 60080128 11105 33554432000 4194304 4256717 140735217489024 18446744073709551615 4210927 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 14668 11105 251 16 0 11310 0
Current children cumulated CPU time (s) 521.85
Current children cumulated vsize (KiB) 67372

[startup+582.301 s]
/proc/loadavg: 4.09 4.04 3.49 6/301 23455
/proc/meminfo: memFree=19716428/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=581.27 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 29431 0 0 0 58121 6 0 0 25 0 1 0 608538307 67432448 12908 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 12908 251 16 0 13105 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 74552

[startup+642.301 s]
/proc/loadavg: 4.03 4.03 3.52 5/301 23456
/proc/meminfo: memFree=19717256/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=641.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 29582 0 0 0 64122 6 0 0 25 0 1 0 608538307 67432448 13047 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 13047 251 16 0 13105 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 74552

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.55 5/301 23458
/proc/meminfo: memFree=19689928/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=701.27 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 29585 0 0 0 70121 6 0 0 25 0 1 0 608538307 67432448 13050 33554432000 4194304 4256717 140735217489024 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 13050 251 16 0 13105 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 74552

[startup+762.312 s]
/proc/loadavg: 4.08 4.03 3.58 5/301 23459
/proc/meminfo: memFree=19696092/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=761.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 29585 0 0 0 76122 6 0 0 25 0 1 0 608538307 67432448 13050 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 13050 251 16 0 13105 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 74552

[startup+822.301 s]
/proc/loadavg: 4.11 4.04 3.61 5/301 23461
/proc/meminfo: memFree=19693840/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=821.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 29585 0 0 0 82122 6 0 0 25 0 1 0 608538307 67432448 13050 33554432000 4194304 4256717 140735217489024 18446744073709551615 4219080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 13050 251 16 0 13105 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 74552

[startup+882.301 s]
/proc/loadavg: 4.07 4.05 3.63 5/301 23463
/proc/meminfo: memFree=19720708/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=54360 CPUtime=881.27 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 37660 0 0 0 88120 7 0 0 25 0 1 0 608538307 55664640 8626 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213356 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 13590 8626 251 16 0 10232 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 63060

[startup+942.301 s]
/proc/loadavg: 4.03 4.04 3.65 5/301 23464
/proc/meminfo: memFree=19687936/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=65852 CPUtime=941.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 42194 0 0 0 94120 8 0 0 25 0 1 0 608538307 67432448 9108 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 16463 9108 251 16 0 13105 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 74552

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.68 5/301 23466
/proc/meminfo: memFree=19706388/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=73036 CPUtime=1001.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 47390 0 0 0 100119 9 0 0 25 0 1 0 608538307 74788864 13717 33554432000 4194304 4256717 140735217489024 18446744073709551615 4218642 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 18259 13717 251 16 0 14901 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 81736

[startup+1062.3 s]
/proc/loadavg: 4.10 4.05 3.70 5/301 23467
/proc/meminfo: memFree=19661964/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=73036 CPUtime=1061.29 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 48157 0 0 0 106119 10 0 0 25 0 1 0 608538307 74788864 14410 33554432000 4194304 4256717 140735217489024 18446744073709551615 4218822 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 18259 14410 251 16 0 14901 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 81736

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 3.72 5/301 23469
/proc/meminfo: memFree=19723424/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=54360 CPUtime=1121.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 57410 0 0 0 112117 11 0 0 25 0 1 0 608538307 55664640 9194 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 13590 9194 251 16 0 10232 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 63060

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.73 5/301 23471
/proc/meminfo: memFree=19664496/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=73036 CPUtime=1181.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 62488 0 0 0 118116 12 0 0 25 0 1 0 608538307 74788864 13682 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213997 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 18259 13682 251 16 0 14901 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 81736

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/301 23472
/proc/meminfo: memFree=19667072/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=73036 CPUtime=1241.28 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 63146 0 0 0 124115 13 0 0 25 0 1 0 608538307 74788864 14276 33554432000 4194304 4256717 140735217489024 18446744073709551615 4219750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 18259 14276 251 16 0 14901 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 81736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.75 4/298 23475
/proc/meminfo: memFree=19735512/32951124 swapFree=66457188/67111528
[pid=23329] ppid=23327 vsize=8700 CPUtime=0.59 cores=4,6
/proc/23329/stat : 23329 (esg_static.sh) S 23327 23329 23121 0 -1 4202496 354 4149 0 0 0 0 58 1 16 0 1 0 608538247 8908800 252 33554432000 4194304 4922060 140734129352448 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23329/statm: 2175 252 209 178 0 68 0
[pid=23344] ppid=23329 vsize=73036 CPUtime=1298.99 cores=4,6
/proc/23344/stat : 23344 (minisat_static) R 23329 23329 23121 0 -1 4202496 63485 0 0 0 129886 13 0 0 25 0 1 0 608538307 74788864 14593 33554432000 4194304 4256717 140735217489024 18446744073709551615 4213997 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23344/statm: 18259 14593 251 16 0 14901 0
Current children cumulated CPU time (s) 1299.58
Current children cumulated vsize (KiB) 81736

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.61
CPU user time (s): 1299.45
CPU system time (s): 0.158975
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 93228

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

runsolver used 3.85841 second user time and 7.98079 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-09 21:30:01
IDJOB=3348996
IDBENCH=70848
IDSOLVER=1811
FILE ID=node132/3348996-1304969401
RUNJOBID= node132-1304968094-23140
PBS_JOBID= 13285618
Free space on /tmp= 48132 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348996-1304969401/watcher-3348996-1304969401 -o /tmp/evaluation-result-3348996-1304969401/solver-3348996-1304969401 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348996-1304969401.cnf

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=898307405

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      20077960 kB
Buffers:        164848 kB
Cached:        7025400 kB
SwapCached:       6744 kB
Active:        4325648 kB
Inactive:      8141008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20077960 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           21668 kB
Writeback:           0 kB
AnonPages:     5274108 kB
Mapped:          19444 kB
Slab:           319528 kB
PageTables:      24788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34813340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48044 MiB
End job on node132 at 2011-05-09 21:51:43