Trace number 367633

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, and are wall clock time (not CPU 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
MXC 2007-02-08UNSAT 133.6 133.654

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1984
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data (download as text)

133.55/133.64	c MXC attempting /tmp/evaluation/367633-1177550235/instance-367633-1177550235.cnf
133.55/133.64	c 28 assignments made, starting to guess now
133.55/133.64	c ===================================[MXC]=====================================
133.55/133.64	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
133.55/133.64	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
133.55/133.64	c =============================================================================
133.55/133.64	c |         0 |   84246   413017 |   28082       0       0     nan |  0.032 % |
133.55/133.64	c |       100 |   84246   413017 |   30890      94    2308    24.6 |  0.032 % |
133.55/133.64	c |       250 |   84246   413017 |   33979     231    8366    36.2 |  0.032 % |
133.55/133.64	c |       475 |   84246   413017 |   37377     449   12802    28.5 |  0.032 % |
133.55/133.64	c |       812 |   84186   412746 |   41114     778   25325    32.6 |  0.059 % |
133.55/133.64	c |      1318 |   84186   412746 |   45226    1281   38174    29.8 |  0.059 % |
133.55/133.64	c |      2077 |   84186   412746 |   49748    2036  192521    94.6 |  0.059 % |
133.55/133.64	c |      3216 |   84186   412746 |   54723    3161  242868    76.8 |  0.059 % |
133.55/133.64	c |      4924 |   84186   412746 |   60196    4834  304623    63.0 |  0.059 % |
133.55/133.64	c |      7486 |   84186   412746 |   66215    7388  405023    54.8 |  0.059 % |
133.55/133.64	c |     11332 |   84186   412746 |   72837   11197  573273    51.2 |  0.059 % |
133.55/133.64	c |     17098 |   84186   412746 |   80121   16935  772251    45.6 |  0.059 % |
133.55/133.64	c |     25749 |   84186   412746 |   88133   25571 1198639    46.9 |  0.059 % |
133.55/133.64	c |     38726 |   84186   412746 |   96946   38542 1540487    40.0 |  0.059 % |
133.55/133.64	c |     58188 |   84077   412308 |  106641   57969 2238280    38.6 |  0.104 % |
133.55/133.64	c 133.610s elapsed
133.55/133.64	c restarts: 14
133.55/133.64	c decisions: 144622
133.55/133.64	c propagations: 228455950
133.55/133.64	c conflicts: 84275
133.55/133.64	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node54/watcher-367633-1177550235 -o ROOT/results/node54/solver-367633-1177550235 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/367633-1177550235/mxc /tmp/evaluation/367633-1177550235/instance-367633-1177550235.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 22059
/proc/meminfo: memFree=1581888/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=8160 CPUtime=0
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 769 0 0 0 0 0 0 0 18 0 1 0 202398058 8355840 754 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134550509 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 2040 760 42 122 0 1914 0

[startup+0.085846 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 22059
/proc/meminfo: memFree=1581888/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=20800 CPUtime=0.08
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 4612 0 0 0 6 2 0 0 18 0 1 0 202398058 21299200 4597 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 5200 4597 46 122 0 5074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20800

[startup+0.101846 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 22059
/proc/meminfo: memFree=1581888/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=21460 CPUtime=0.09
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 4794 0 0 0 7 2 0 0 18 0 1 0 202398058 21975040 4779 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 5365 4779 46 122 0 5239 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21460

[startup+0.301871 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 22059
/proc/meminfo: memFree=1581888/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=19104 CPUtime=0.29
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 5963 0 0 0 27 2 0 0 19 0 1 0 202398058 19562496 4141 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134528104 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 4776 4141 58 122 0 4650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19104

[startup+0.701922 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 22059
/proc/meminfo: memFree=1581888/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=19104 CPUtime=0.69
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 5979 0 0 0 67 2 0 0 23 0 1 0 202398058 19562496 4157 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 4776 4157 59 122 0 4650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19104

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1565368/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=19104 CPUtime=1.49
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 5995 0 0 0 147 2 0 0 25 0 1 0 202398058 19562496 4173 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134529588 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 4776 4173 59 122 0 4650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19104

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1565112/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=19368 CPUtime=3.08
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 6042 0 0 0 306 2 0 0 25 0 1 0 202398058 19832832 4220 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 4842 4220 59 122 0 4716 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19368

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1564216/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=20160 CPUtime=6.29
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 6241 0 0 0 626 3 0 0 25 0 1 0 202398058 20643840 4419 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134530562 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 5040 4419 59 122 0 4914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20160

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1563384/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=21084 CPUtime=12.69
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 6474 0 0 0 1266 3 0 0 25 0 1 0 202398058 21590016 4652 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 5271 4652 59 122 0 5145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21084

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1562424/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=22140 CPUtime=25.49
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 6740 0 0 0 2545 4 0 0 25 0 1 0 202398058 22671360 4918 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 5535 4918 59 122 0 5409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22140

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1558712/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=25972 CPUtime=51.08
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 7686 0 0 0 5103 5 0 0 25 0 1 0 202398058 26595328 5864 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 6493 5864 59 122 0 6367 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25972

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1553080/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=31548 CPUtime=102.27
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9083 0 0 0 10221 6 0 0 25 0 1 0 202398058 32305152 7261 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 7887 7261 59 122 0 7761 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31548

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

[startup+115.103 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1552120/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=32872 CPUtime=115.05
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9330 0 0 0 11499 6 0 0 25 0 1 0 202398058 33660928 7508 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8218 7508 59 122 0 8092 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 32872

[startup+121.501 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1551608/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=33464 CPUtime=121.45
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9469 0 0 0 12139 6 0 0 25 0 1 0 202398058 34267136 7647 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8366 7647 59 122 0 8240 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 33464

[startup+127.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550968/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=33992 CPUtime=127.85
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9599 0 0 0 12778 7 0 0 25 0 1 0 202398058 34807808 7777 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8498 7777 59 122 0 8372 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 33992

[startup+131.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550776/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=34124 CPUtime=131.05
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9661 0 0 0 13098 7 0 0 25 0 1 0 202398058 34942976 7839 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8531 7839 59 122 0 8405 0
Current children cumulated CPU time (s) 131.05
Current children cumulated vsize (KiB) 34124

[startup+132.702 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550648/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=34256 CPUtime=132.65
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9690 0 0 0 13258 7 0 0 25 0 1 0 202398058 35078144 7868 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8564 7868 59 122 0 8438 0
Current children cumulated CPU time (s) 132.65
Current children cumulated vsize (KiB) 34256

[startup+133.106 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550584/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=34256 CPUtime=133.06
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9694 0 0 0 13299 7 0 0 25 0 1 0 202398058 35078144 7872 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8564 7872 59 122 0 8438 0
Current children cumulated CPU time (s) 133.06
Current children cumulated vsize (KiB) 34256

[startup+133.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550584/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=34256 CPUtime=133.45
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9698 0 0 0 13338 7 0 0 25 0 1 0 202398058 35078144 7876 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8564 7876 59 122 0 8438 0
Current children cumulated CPU time (s) 133.45
Current children cumulated vsize (KiB) 34256

[startup+133.602 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 22060
/proc/meminfo: memFree=1550584/2055920 swapFree=4182160/4192956
[pid=22059] ppid=22057 vsize=34256 CPUtime=133.55
/proc/22059/stat : 22059 (mxc) R 22057 22059 21403 0 -1 4194304 9699 0 0 0 13348 7 0 0 25 0 1 0 202398058 35078144 7877 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22059/statm: 8564 7877 59 122 0 8438 0
Current children cumulated CPU time (s) 133.55
Current children cumulated vsize (KiB) 34256

Child status: 20
Real time (s): 133.654
CPU time (s): 133.6
CPU user time (s): 133.521
CPU system time (s): 0.078987
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 34256

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

runsolver used 0.108983 second user time and 0.381941 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Thu Apr 26 01:17:16 UTC 2007

IDJOB= 367633
IDBENCH= 20415
IDSOLVER= 174
FILE ID= node54/367633-1177550235

PBS_JOBID= 4696633

Free space on /tmp= 66333 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= /tmp/evaluation/367633-1177550235/mxc /tmp/evaluation/367633-1177550235/instance-367633-1177550235.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-367633-1177550235 -o ROOT/results/node54/solver-367633-1177550235 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/367633-1177550235/mxc /tmp/evaluation/367633-1177550235/instance-367633-1177550235.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  4b97e69214a2eddbe060a9ecc3dfbbd8

RANDOM SEED= 240535733

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1582296 kB
Buffers:         43776 kB
Cached:         333980 kB
SwapCached:       4132 kB
Active:         187772 kB
Inactive:       214260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582296 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:            7900 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            57452 kB
Committed_AS:  2348996 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66333 MiB

End job on node54 on Thu Apr 26 01:19:30 UTC 2007