Trace number 3250860

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
rcl 2011-04-01? (TO) 1299.99 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 | 1163952  2331456 |  349185       0        0     nan |  0.000 % |
7.08/7.18	c |         0 | 1160280  3553322 |      --       0       --      -- |     --   | -3672/1221866
7.08/7.18	c ==============================================================================
7.08/7.18	c Result  :   #vars: 3612   #clauses: 1160280   #literals: 3553322
7.08/7.18	c CPU time:   7.14491 s
7.08/7.18	c ==============================================================================

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.83 4.02 3.95 5/190 10171
/proc/meminfo: memFree=18545272/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0

[startup+0.104752 s]
/proc/loadavg: 3.83 4.02 3.95 5/190 10171
/proc/meminfo: memFree=18545272/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200736 s]
/proc/loadavg: 3.83 4.02 3.95 5/190 10171
/proc/meminfo: memFree=18545272/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300731 s]
/proc/loadavg: 3.83 4.02 3.95 5/190 10171
/proc/meminfo: memFree=18545272/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700652 s]
/proc/loadavg: 3.83 4.02 3.95 5/190 10171
/proc/meminfo: memFree=18545272/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 3.84 4.02 3.95 5/192 10175
/proc/meminfo: memFree=18449288/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
[pid=10172] ppid=10171 vsize=102136 CPUtime=1.49 cores=5,7
/proc/10172/stat : 10172 (SatELite_releas) R 10171 10171 9649 0 -1 4202496 21628 0 0 0 146 3 0 0 25 0 1 0 469695915 104587264 21583 33554432000 134512640 135144242 4287113008 18446744073709551615 134588465 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10172/statm: 25534 21583 77 155 0 25377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110836

[startup+3.10023 s]
/proc/loadavg: 3.84 4.02 3.95 5/192 10176
/proc/meminfo: memFree=18472568/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
[pid=10172] ppid=10171 vsize=102136 CPUtime=3.09 cores=5,7
/proc/10172/stat : 10172 (SatELite_releas) R 10171 10171 9649 0 -1 4202496 21628 0 0 0 306 3 0 0 25 0 1 0 469695915 104587264 21583 33554432000 134512640 135144242 4287113008 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10172/statm: 25534 21583 77 155 0 25377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110836

[startup+6.30068 s]
/proc/loadavg: 3.84 4.02 3.95 5/192 10176
/proc/meminfo: memFree=18464076/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=0 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 469695915 8908800 249 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 249 209 178 0 68 0
[pid=10172] ppid=10171 vsize=102272 CPUtime=6.29 cores=5,7
/proc/10172/stat : 10172 (SatELite_releas) R 10171 10171 9649 0 -1 4202496 21632 0 0 0 626 3 0 0 25 0 1 0 469695915 104726528 21587 33554432000 134512640 135144242 4287113008 18446744073709551615 134588933 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10172/statm: 25568 21587 77 155 0 25411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110972

[startup+12.7006 s]
/proc/loadavg: 4.17 4.08 3.97 5/192 10177
/proc/meminfo: memFree=18498472/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=28280 CPUtime=4.89 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 5547 0 0 0 488 1 0 0 25 0 1 0 469696694 28958720 5457 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 7070 5457 131 6 0 5540 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 36980

[startup+25.5004 s]
/proc/loadavg: 4.38 4.13 3.99 5/192 10177
/proc/meminfo: memFree=18489980/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=32152 CPUtime=17.69 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 6508 0 0 0 1767 2 0 0 25 0 1 0 469696694 32923648 6418 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 8038 6418 131 6 0 6508 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 40852

[startup+51.1009 s]
/proc/loadavg: 4.23 4.11 3.99 5/192 10178
/proc/meminfo: memFree=18472500/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=37156 CPUtime=43.3 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 7776 0 0 0 4327 3 0 0 25 0 1 0 469696694 38047744 7680 33554432000 4194304 4218580 140735096102144 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 9289 7680 131 6 0 7759 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45856

[startup+102.301 s]
/proc/loadavg: 4.16 4.11 4.00 5/192 10179
/proc/meminfo: memFree=18446820/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=44684 CPUtime=94.5 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 9672 0 0 0 9447 3 0 0 25 0 1 0 469696694 45756416 9572 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 11171 9572 131 6 0 9641 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 53384

[startup+162.301 s]
/proc/loadavg: 4.28 4.15 4.01 5/192 10218
/proc/meminfo: memFree=18419948/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=50040 CPUtime=154.5 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 11078 0 0 0 15446 4 0 0 25 0 1 0 469696694 51240960 10911 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 12510 10911 131 6 0 10980 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58740

[startup+222.307 s]
/proc/loadavg: 4.10 4.12 4.01 5/192 10220
/proc/meminfo: memFree=18404008/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=52196 CPUtime=214.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 11711 0 0 0 21446 5 0 0 25 0 1 0 469696694 53448704 11454 33554432000 4194304 4218580 140735096102144 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 13049 11454 131 6 0 11519 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 60896

[startup+282.301 s]
/proc/loadavg: 4.04 4.10 4.00 5/192 10221
/proc/meminfo: memFree=18394444/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=55188 CPUtime=274.5 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 12504 0 0 0 27445 5 0 0 25 0 1 0 469696694 56512512 12184 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 13797 12184 131 6 0 12267 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 63888

[startup+342.3 s]
/proc/loadavg: 4.01 4.08 4.00 5/192 10223
/proc/meminfo: memFree=18383896/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=56468 CPUtime=334.5 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 12893 0 0 0 33445 5 0 0 25 0 1 0 469696694 57823232 12514 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 14117 12514 131 6 0 12587 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 65168

[startup+402.301 s]
/proc/loadavg: 4.06 4.08 4.00 5/192 10224
/proc/meminfo: memFree=18375960/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7

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

[pid=10177] ppid=10171 vsize=62604 CPUtime=574.5 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 14708 0 0 0 57444 6 0 0 25 0 1 0 469696694 64106496 14049 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 15651 14049 131 6 0 14121 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 71304

[startup+642.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/192 10231
/proc/meminfo: memFree=18347280/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=65860 CPUtime=634.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 15588 0 0 0 63444 7 0 0 25 0 1 0 469696694 67440640 14848 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 16465 14848 131 6 0 14935 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 74560

[startup+702.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/192 10241
/proc/meminfo: memFree=18339720/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=66668 CPUtime=694.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 15893 0 0 0 69444 7 0 0 25 0 1 0 469696694 68268032 15049 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 16667 15049 131 6 0 15137 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 75368

[startup+762.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/192 10243
/proc/meminfo: memFree=18334924/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=67864 CPUtime=754.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 16285 0 0 0 75445 7 0 0 25 0 1 0 469696694 69492736 15364 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 16966 15364 131 6 0 15436 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 76564

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10245
/proc/meminfo: memFree=18331812/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=68660 CPUtime=814.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 16518 0 0 0 81444 7 0 0 25 0 1 0 469696694 70307840 15539 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 17165 15539 131 6 0 15635 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 77360

[startup+882.307 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10246
/proc/meminfo: memFree=18326724/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=69100 CPUtime=874.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 16737 0 0 0 87445 7 0 0 25 0 1 0 469696694 70758400 15687 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 17275 15687 131 6 0 15745 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 77800

[startup+942.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/192 10248
/proc/meminfo: memFree=18322880/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=69588 CPUtime=934.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 16899 0 0 0 93444 7 0 0 25 0 1 0 469696694 71258112 15784 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 17397 15784 131 6 0 15867 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 78288

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/192 10252
/proc/meminfo: memFree=18312312/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=70924 CPUtime=994.51 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 17307 0 0 0 99444 7 0 0 25 0 1 0 469696694 72626176 16108 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 17731 16108 131 6 0 16201 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 79624

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/192 10254
/proc/meminfo: memFree=18306496/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=71704 CPUtime=1054.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 17567 0 0 0 105444 8 0 0 25 0 1 0 469696694 73424896 16307 33554432000 4194304 4218580 140735096102144 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 17926 16307 131 6 0 16396 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 80404

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/192 10256
/proc/meminfo: memFree=18301156/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=72372 CPUtime=1114.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 17814 0 0 0 111444 8 0 0 25 0 1 0 469696694 74108928 16477 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210524 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 18093 16477 131 6 0 16563 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 81072

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/192 10257
/proc/meminfo: memFree=18295204/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=73908 CPUtime=1174.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 18275 0 0 0 117444 8 0 0 25 0 1 0 469696694 75681792 16861 33554432000 4194304 4218580 140735096102144 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 18477 16861 131 6 0 16947 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 82608

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10259
/proc/meminfo: memFree=18290984/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=75488 CPUtime=1234.52 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 18710 0 0 0 123444 8 0 0 25 0 1 0 469696694 77299712 17252 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 18872 17252 131 6 0 17342 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 84188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.03 4.01 3/186 10262
/proc/meminfo: memFree=18412176/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=76256 CPUtime=1292.23 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 18972 0 0 0 129215 8 0 0 25 0 1 0 469696694 78086144 17442 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208571 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 19064 17442 131 6 0 17534 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 84956

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

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

[startup+1300 s]
/proc/loadavg: 4.12 4.03 4.01 3/186 10262
/proc/meminfo: memFree=18412176/32951132 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=8700 CPUtime=7.73 cores=5,7
/proc/10171/stat : 10171 (esg_static.sh) S 10169 10171 9649 0 -1 4202496 352 21634 0 0 0 0 766 7 18 0 1 0 469695915 8908800 252 33554432000 4194304 4922060 140736362560544 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10171/statm: 2175 252 209 178 0 68 0
[pid=10177] ppid=10171 vsize=76256 CPUtime=1292.23 cores=5,7
/proc/10177/stat : 10177 (cdcl) R 10171 10171 9649 0 -1 4202496 18972 0 0 0 129215 8 0 0 25 0 1 0 469696694 78086144 17442 33554432000 4194304 4218580 140735096102144 18446744073709551615 4208571 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/10177/statm: 19064 17442 131 6 0 17534 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 84956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.99
CPU user time (s): 1299.82
CPU system time (s): 0.166974
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 110972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40990
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= 9
involuntary context switches= 1155

runsolver used 1.9907 second user time and 5.11422 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 19:49:23
IDJOB=3250860
IDBENCH=88203
IDSOLVER=1609
FILE ID=node131/3250860-1303580962
RUNJOBID= node131-1303580962-10129
PBS_JOBID= 13150336
Free space on /tmp= 72020 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250860-1303580962/watcher-3250860-1303580962 -o /tmp/evaluation-result-3250860-1303580962/solver-3250860-1303580962 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3250860-1303580962.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1371167186

node131.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.830
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.830
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.75
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.830
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.83
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.830
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.830
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18547164 kB
Buffers:        992692 kB
Cached:       12782296 kB
SwapCached:          0 kB
Active:        4283284 kB
Inactive:      9605024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18547164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29604 kB
Writeback:           0 kB
AnonPages:      112240 kB
Mapped:          15720 kB
Slab:           452128 kB
PageTables:       5828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   304368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71980 MiB
End job on node131 at 2011-04-23 20:11:05