Trace number 3250992

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.18 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  490309   983079 |  147092       0        0     nan |  0.000 % |
1.69/1.75	c |         0 |  487748  1463993 |      --       0       --      -- |     --   | -2561/480914
1.69/1.75	c ==============================================================================
1.69/1.75	c Result  :   #vars: 2511   #clauses: 487748   #literals: 1463993
1.69/1.75	c CPU time:   1.73174 s
1.69/1.75	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-3250992-1303581101/watcher-3250992-1303581101 -o /tmp/evaluation-result-3250992-1303581101/solver-3250992-1303581101 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3250992-1303581101.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: 4.14 4.11 4.00 5/190 10215
/proc/meminfo: memFree=18454776/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0

[startup+0.0629439 s]
/proc/loadavg: 4.14 4.11 4.00 5/190 10215
/proc/meminfo: memFree=18454776/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100962 s]
/proc/loadavg: 4.14 4.11 4.00 5/190 10215
/proc/meminfo: memFree=18454776/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300928 s]
/proc/loadavg: 4.14 4.11 4.00 5/190 10215
/proc/meminfo: memFree=18454776/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700867 s]
/proc/loadavg: 4.14 4.11 4.00 5/190 10215
/proc/meminfo: memFree=18454776/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 4.14 4.11 4.00 5/192 10217
/proc/meminfo: memFree=18417692/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=0 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 469709771 8908800 249 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 249 209 178 0 68 0
[pid=10216] ppid=10215 vsize=41452 CPUtime=1.49 cores=4,6
/proc/10216/stat : 10216 (SatELite_releas) R 10215 10215 9649 0 -1 4202496 9108 0 0 0 148 1 0 0 25 0 1 0 469709771 42446848 9063 33554432000 134512640 135144242 4291595824 18446744073709551615 134588402 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10216/statm: 10363 9063 77 155 0 10206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50152

[startup+3.10039 s]
/proc/loadavg: 4.13 4.11 4.00 5/192 10218
/proc/meminfo: memFree=18440880/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=16456 CPUtime=1.1 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 2585 0 0 0 109 1 0 0 22 0 1 0 469709969 16850944 2496 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210839 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/10218/statm: 4114 2496 130 6 0 2584 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25156

[startup+6.30083 s]
/proc/loadavg: 4.13 4.11 4.00 6/192 10218
/proc/meminfo: memFree=18429464/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=17776 CPUtime=3.98 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 2925 0 0 0 396 2 0 0 25 0 1 0 469709969 18202624 2836 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/10218/statm: 4444 2836 130 6 0 2914 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 26476

[startup+12.7008 s]
/proc/loadavg: 4.33 4.16 4.02 5/192 10218
/proc/meminfo: memFree=18424164/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=19308 CPUtime=10.25 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 3296 0 0 0 1022 3 0 0 25 0 1 0 469709969 19771392 3207 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 4827 3207 130 6 0 3297 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 28008

[startup+25.5006 s]
/proc/loadavg: 4.28 4.15 4.01 5/192 10218
/proc/meminfo: memFree=18419700/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=22396 CPUtime=23.04 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 4086 0 0 0 2301 3 0 0 25 0 1 0 469709969 22933504 3997 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 5599 3997 130 6 0 4069 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 31096

[startup+51.1011 s]
/proc/loadavg: 4.18 4.14 4.01 5/192 10219
/proc/meminfo: memFree=18412860/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=26688 CPUtime=48.64 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 5179 0 0 0 4861 3 0 0 25 0 1 0 469709969 27328512 5085 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 6672 5085 131 6 0 5142 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 35388

[startup+102.307 s]
/proc/loadavg: 4.07 4.11 4.01 5/192 10220
/proc/meminfo: memFree=18399408/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=35000 CPUtime=99.84 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 7311 0 0 0 9979 5 0 0 25 0 1 0 469709969 35840000 7156 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208579 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 8750 7156 131 6 0 7220 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 43700

[startup+162.301 s]
/proc/loadavg: 4.03 4.09 4.00 5/192 10222
/proc/meminfo: memFree=18390972/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=37960 CPUtime=159.81 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 8128 0 0 0 15975 6 0 0 25 0 1 0 469709969 38871040 7896 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210700 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 9490 7896 131 6 0 7960 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 46660

[startup+222.3 s]
/proc/loadavg: 4.01 4.07 4.00 5/192 10224
/proc/meminfo: memFree=18381912/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=41184 CPUtime=219.8 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 9055 0 0 0 21973 7 0 0 25 0 1 0 469709969 42172416 8689 33554432000 4194304 4218580 140733302184160 18446744073709551615 4213514 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 10296 8689 131 6 0 8766 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 49884

[startup+282.301 s]
/proc/loadavg: 4.05 4.07 4.00 5/192 10225
/proc/meminfo: memFree=18374224/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=41952 CPUtime=279.8 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 9382 0 0 0 27972 8 0 0 25 0 1 0 469709969 42958848 8889 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 10488 8889 131 6 0 8958 0
Current children cumulated CPU time (s) 281.77
Current children cumulated vsize (KiB) 50652

[startup+342.301 s]
/proc/loadavg: 4.09 4.07 4.01 5/192 10226
/proc/meminfo: memFree=18368008/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=43976 CPUtime=339.79 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 10006 0 0 0 33970 9 0 0 25 0 1 0 469709969 45031424 9394 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 10994 9394 131 6 0 9464 0
Current children cumulated CPU time (s) 341.76
Current children cumulated vsize (KiB) 52676

[startup+402.301 s]
/proc/loadavg: 4.04 4.06 4.00 5/192 10228
/proc/meminfo: memFree=18361180/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6

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

[pid=10218] ppid=10215 vsize=50256 CPUtime=519.76 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 11904 0 0 0 51964 12 0 0 25 0 1 0 469709969 51462144 10940 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 12564 10940 131 6 0 11034 0
Current children cumulated CPU time (s) 521.73
Current children cumulated vsize (KiB) 58956

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/192 10242
/proc/meminfo: memFree=18337652/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=52596 CPUtime=579.73 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 12612 0 0 0 57960 13 0 0 25 0 1 0 469709969 53858304 11528 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210524 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 13149 11528 131 6 0 11619 0
Current children cumulated CPU time (s) 581.7
Current children cumulated vsize (KiB) 61296

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/192 10243
/proc/meminfo: memFree=18333560/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=52724 CPUtime=639.73 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 12765 0 0 0 63959 14 0 0 25 0 1 0 469709969 53989376 11553 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 13181 11553 131 6 0 11651 0
Current children cumulated CPU time (s) 641.7
Current children cumulated vsize (KiB) 61424

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10245
/proc/meminfo: memFree=18330324/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=52756 CPUtime=699.71 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 12893 0 0 0 69957 14 0 0 25 0 1 0 469709969 54022144 11568 33554432000 4194304 4218580 140733302184160 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 13189 11568 131 6 0 11659 0
Current children cumulated CPU time (s) 701.68
Current children cumulated vsize (KiB) 61456

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10247
/proc/meminfo: memFree=18325484/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=55076 CPUtime=759.71 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 13640 0 0 0 75955 16 0 0 25 0 1 0 469709969 56397824 12173 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 13769 12173 131 6 0 12239 0
Current children cumulated CPU time (s) 761.68
Current children cumulated vsize (KiB) 63776

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/192 10249
/proc/meminfo: memFree=18320896/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=55716 CPUtime=819.69 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 13861 0 0 0 81953 16 0 0 25 0 1 0 469709969 57053184 12305 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 13929 12305 131 6 0 12399 0
Current children cumulated CPU time (s) 821.66
Current children cumulated vsize (KiB) 64416

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 4.00 5/192 10253
/proc/meminfo: memFree=18311032/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=57360 CPUtime=879.6 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 14376 0 0 0 87943 17 0 0 25 0 1 0 469709969 58736640 12725 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 14340 12725 131 6 0 12810 0
Current children cumulated CPU time (s) 881.57
Current children cumulated vsize (KiB) 66060

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 4.00 5/192 10254
/proc/meminfo: memFree=18305752/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=58024 CPUtime=939.59 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 14680 0 0 0 93941 18 0 0 25 0 1 0 469709969 59416576 12914 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 14506 12914 131 6 0 12976 0
Current children cumulated CPU time (s) 941.56
Current children cumulated vsize (KiB) 66724

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/192 10256
/proc/meminfo: memFree=18298676/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=59484 CPUtime=999.57 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 15132 0 0 0 99938 19 0 0 25 0 1 0 469709969 60911616 13258 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 14871 13258 131 6 0 13341 0
Current children cumulated CPU time (s) 1001.54
Current children cumulated vsize (KiB) 68184

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 10258
/proc/meminfo: memFree=18294088/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=60096 CPUtime=1059.56 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 15409 0 0 0 105937 19 0 0 25 0 1 0 469709969 61538304 13435 33554432000 4194304 4218580 140733302184160 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 15024 13435 131 6 0 13494 0
Current children cumulated CPU time (s) 1061.53
Current children cumulated vsize (KiB) 68796

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/192 10260
/proc/meminfo: memFree=18289744/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=61792 CPUtime=1119.56 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 15970 0 0 0 111935 21 0 0 25 0 1 0 469709969 63275008 13857 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 15448 13857 131 6 0 13918 0
Current children cumulated CPU time (s) 1121.53
Current children cumulated vsize (KiB) 70492

[startup+1182.3 s]
/proc/loadavg: 3.23 3.84 3.94 2/171 10316
/proc/meminfo: memFree=18515312/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=63804 CPUtime=1179.52 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 16596 0 0 0 117930 22 0 0 25 0 1 0 469709969 65335296 14335 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 15951 14335 131 6 0 14421 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 72504

[startup+1242.3 s]
/proc/loadavg: 1.75 3.28 3.74 2/171 10317
/proc/meminfo: memFree=18514064/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=64920 CPUtime=1239.5 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 17055 0 0 0 123926 24 0 0 25 0 1 0 469709969 66478080 14642 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 16230 14642 131 6 0 14700 0
Current children cumulated CPU time (s) 1241.47
Current children cumulated vsize (KiB) 73620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.30 2.89 3.58 2/171 10319
/proc/meminfo: memFree=18512684/32951132 swapFree=67111528/67111528
[pid=10215] ppid=10213 vsize=8700 CPUtime=1.97 cores=4,6
/proc/10215/stat : 10215 (esg_static.sh) S 10213 10215 9649 0 -1 4202496 353 9112 0 0 0 0 194 3 18 0 1 0 469709771 8908800 252 33554432000 4194304 4922060 140734477038416 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10215/statm: 2175 252 209 178 0 68 0
[pid=10218] ppid=10215 vsize=66472 CPUtime=1297.19 cores=4,6
/proc/10218/stat : 10218 (cdcl) R 10215 10215 9649 0 -1 4202496 17574 0 0 0 129695 24 0 0 25 0 1 0 469709969 68067328 15000 33554432000 4194304 4218580 140733302184160 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/10218/statm: 16618 15000 131 6 0 15088 0
Current children cumulated CPU time (s) 1299.16
Current children cumulated vsize (KiB) 75172

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): 1299.18
CPU user time (s): 1298.9
CPU system time (s): 0.284956
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 75200

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

runsolver used 2.18567 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 19:51:41
IDJOB=3250992
IDBENCH=88207
IDSOLVER=1609
FILE ID=node131/3250992-1303581101
RUNJOBID= node131-1303580962-10127
PBS_JOBID= 13150336
Free space on /tmp= 71980 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250992-1303581101/watcher-3250992-1303581101 -o /tmp/evaluation-result-3250992-1303581101/solver-3250992-1303581101 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3250992-1303581101.cnf

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=781442520

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:      18455180 kB
Buffers:        992768 kB
Cached:       12823244 kB
SwapCached:          0 kB
Active:        4374404 kB
Inactive:      9607004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18455180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7412 kB
Writeback:           0 kB
AnonPages:      164520 kB
Mapped:          15392 kB
Slab:           450804 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   351760 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= 71996 MiB
End job on node131 at 2011-04-23 20:13:23